Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Feb 3, 2025
1 parent c157649 commit beb0a5b
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.4-SNAPSHOT</version>
<version>1.4.0</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.4-SNAPSHOT</version>
<version>1.4.0</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.4-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>pom</packaging>

<name>JPMML-Transpiler</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<connection>scm:git:git@github.com:jpmml/jpmml-transpiler.git</connection>
<developerConnection>scm:git:git@github.com:jpmml/jpmml-transpiler.git</developerConnection>
<url>git://github.com/jpmml/jpmml-transpiler.git</url>
<tag>HEAD</tag>
<tag>1.4.0</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand All @@ -53,20 +53,20 @@
<jpmml-converter.version>1.6.0</jpmml-converter.version>
<jpmml-evaluator.version>1.7.1</jpmml-evaluator.version>
<jpmml-model.version>1.7.1</jpmml-model.version>
<project.build.outputTimestamp>2025-01-11T07:11:05Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-02-03T07:48:38Z</project.build.outputTimestamp>
</properties>

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

<dependency>
Expand Down

0 comments on commit beb0a5b

Please sign in to comment.