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 Jun 20, 2024
1 parent a128332 commit 35b28b8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pmml-sparkml-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-sparkml</artifactId>
<version>2.5.1</version>
<version>2.5-SNAPSHOT</version>
</parent>

<groupId>org.jpmml</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pmml-sparkml-lightgbm/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-sparkml</artifactId>
<version>2.5.1</version>
<version>2.5-SNAPSHOT</version>
</parent>

<groupId>org.jpmml</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pmml-sparkml-xgboost/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-sparkml</artifactId>
<version>2.5.1</version>
<version>2.5-SNAPSHOT</version>
</parent>

<groupId>org.jpmml</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pmml-sparkml/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-sparkml</artifactId>
<version>2.5.1</version>
<version>2.5-SNAPSHOT</version>
</parent>

<groupId>org.jpmml</groupId>
Expand Down
14 changes: 7 additions & 7 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-sparkml</artifactId>
<version>2.5.1</version>
<version>2.5-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JPMML-SparkML</name>
Expand Down Expand Up @@ -43,15 +43,15 @@
<connection>scm:git:[email protected]:jpmml/jpmml-sparkml.git</connection>
<developerConnection>scm:git:[email protected]:jpmml/jpmml-sparkml.git</developerConnection>
<url>git://github.com/jpmml/jpmml-sparkml.git</url>
<tag>2.5.1</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/jpmml/jpmml-sparkml/issues</url>
</issueManagement>

<properties>
<project.build.outputTimestamp>2024-06-20T09:44:44Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-06-20T09:46:21Z</project.build.outputTimestamp>

<synapseml-lightgbm.version>[0.9.5,)</synapseml-lightgbm.version>
<!-- XXX: The 2.0.2 and 2.0.3 versions are invalid -->
Expand All @@ -65,22 +65,22 @@
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-sparkml</artifactId>
<version>2.5.1</version>
<version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-sparkml-example</artifactId>
<version>2.5.1</version>
<version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-sparkml-lightgbm</artifactId>
<version>2.5.1</version>
<version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-sparkml-xgboost</artifactId>
<version>2.5.1</version>
<version>2.5-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 35b28b8

Please sign in to comment.