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 6, 2025
1 parent ae9efb4 commit cf6b29a
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion pmml-sklearn-evaluator/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-sklearn</artifactId>
<version>1.9.0</version>
<version>1.9-SNAPSHOT</version>
</parent>

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

<groupId>org.jpmml</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pmml-sklearn-extension/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-sklearn</artifactId>
<version>1.9.0</version>
<version>1.9-SNAPSHOT</version>
</parent>

<groupId>org.jpmml</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pmml-sklearn-h2o/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-sklearn</artifactId>
<version>1.9.0</version>
<version>1.9-SNAPSHOT</version>
</parent>

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

<groupId>org.jpmml</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pmml-sklearn-statsmodels/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-sklearn</artifactId>
<version>1.9.0</version>
<version>1.9-SNAPSHOT</version>
</parent>

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

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

<groupId>org.jpmml</groupId>
Expand Down
22 changes: 11 additions & 11 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-sklearn</artifactId>
<version>1.9.0</version>
<version>1.9-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JPMML-SkLearn</name>
Expand Down Expand Up @@ -47,7 +47,7 @@
<connection>scm:git:[email protected]:jpmml/jpmml-sklearn.git</connection>
<developerConnection>scm:git:[email protected]:jpmml/jpmml-sklearn.git</developerConnection>
<url>git://github.com/jpmml/jpmml-sklearn.git</url>
<tag>1.9.0</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand All @@ -62,50 +62,50 @@
<jpmml-statsmodels.version>1.3.0</jpmml-statsmodels.version>
<jpmml-xgboost.version>1.9.0</jpmml-xgboost.version>
<jpmml-evaluator.version>1.7.1</jpmml-evaluator.version>
<project.build.outputTimestamp>2025-02-06T10:37:29Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-02-06T10:38:52Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-sklearn</artifactId>
<version>1.9.0</version>
<version>1.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-sklearn-evaluator</artifactId>
<version>1.9.0</version>
<version>1.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-sklearn-example</artifactId>
<version>1.9.0</version>
<version>1.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-sklearn-extension</artifactId>
<version>1.9.0</version>
<version>1.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-sklearn-h2o</artifactId>
<version>1.9.0</version>
<version>1.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-sklearn-lightgbm</artifactId>
<version>1.9.0</version>
<version>1.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-sklearn-statsmodels</artifactId>
<version>1.9.0</version>
<version>1.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-sklearn-xgboost</artifactId>
<version>1.9.0</version>
<version>1.9-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit cf6b29a

Please sign in to comment.