Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Feb 2, 2025
1 parent 4e61d49 commit 3866a0b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pmml-converter-testing/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-converter</artifactId>
<version>1.6.0</version>
<version>1.6-SNAPSHOT</version>
</parent>

<groupId>org.jpmml</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pmml-converter/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-converter</artifactId>
<version>1.6.0</version>
<version>1.6-SNAPSHOT</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-converter</artifactId>
<version>1.6.0</version>
<version>1.6-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JPMML-Converter</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<connection>scm:git:[email protected]:jpmml/jpmml-converter.git</connection>
<developerConnection>scm:git:[email protected]:jpmml/jpmml-converter.git</developerConnection>
<url>git://github.com/jpmml/jpmml-converter.git</url>
<tag>1.6.0</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand All @@ -52,20 +52,20 @@
<jdk.version>11</jdk.version>
<jpmml-model.version>1.7.1</jpmml-model.version>
<jpmml-evaluator.version>1.7.1</jpmml-evaluator.version>
<project.build.outputTimestamp>2025-02-02T11:20:10Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-02-02T11:20:33Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-converter</artifactId>
<version>1.6.0</version>
<version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-converter-testing</artifactId>
<version>1.6.0</version>
<version>1.6-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 3866a0b

Please sign in to comment.