Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Nov 26, 2024
1 parent 929a678 commit c5088af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pmml-transpiler-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-transpiler</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.8</version>
</parent>

<groupId>org.jpmml</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pmml-transpiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-transpiler</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.8</version>
</parent>

<groupId>org.jpmml</groupId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.jpmml</groupId>
<artifactId>jpmml-transpiler</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.8</version>
<packaging>pom</packaging>

<name>JPMML-Transpiler</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<connection>scm:git:[email protected]:jpmml/jpmml-transpiler.git</connection>
<developerConnection>scm:git:[email protected]:jpmml/jpmml-transpiler.git</developerConnection>
<url>git://github.com/jpmml/jpmml-transpiler.git</url>
<tag>HEAD</tag>
<tag>1.3.8</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand All @@ -52,20 +52,20 @@
<jpmml-converter.version>1.5.9</jpmml-converter.version>
<jpmml-evaluator.version>1.6.7</jpmml-evaluator.version>
<jpmml-model.version>1.6.7</jpmml-model.version>
<project.build.outputTimestamp>2024-10-13T20:08:25Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-11-26T05:19:46Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-transpiler</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.8</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-transpiler-example</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.8</version>
</dependency>

<dependency>
Expand Down

0 comments on commit c5088af

Please sign in to comment.