Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Oct 13, 2024
1 parent 95480ad commit 000ab36
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.7</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.7</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.7</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.7</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand All @@ -52,20 +52,20 @@
<jpmml-converter.version>1.5.7</jpmml-converter.version>
<jpmml-evaluator.version>1.6.6</jpmml-evaluator.version>
<jpmml-model.version>1.6.6</jpmml-model.version>
<project.build.outputTimestamp>2024-09-29T11:02:17Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-10-13T20:07:14Z</project.build.outputTimestamp>
</properties>

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

<dependency>
Expand Down

0 comments on commit 000ab36

Please sign in to comment.