Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.7.54
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Mar 21, 2024
1 parent 37259d3 commit 2ac6958
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
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.7-SNAPSHOT</version>
<version>1.7.54</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.7-SNAPSHOT</version>
<version>1.7.54</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.7-SNAPSHOT</version>
<version>1.7.54</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.7-SNAPSHOT</version>
<version>1.7.54</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.7-SNAPSHOT</version>
<version>1.7.54</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.7-SNAPSHOT</version>
<version>1.7.54</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.7-SNAPSHOT</version>
<version>1.7.54</version>
</parent>

<groupId>org.jpmml</groupId>
Expand Down
18 changes: 9 additions & 9 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.7-SNAPSHOT</version>
<version>1.7.54</version>
<packaging>pom</packaging>

<name>JPMML-SkLearn</name>
Expand Down Expand Up @@ -46,7 +46,7 @@
<connection>scm:git:git@github.com:jpmml/jpmml-sklearn.git</connection>
<developerConnection>scm:git:git@github.com:jpmml/jpmml-sklearn.git</developerConnection>
<url>git://github.com/jpmml/jpmml-sklearn.git</url>
<tag>HEAD</tag>
<tag>1.7.54</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand All @@ -58,37 +58,37 @@
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-sklearn</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7.54</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-sklearn-example</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7.54</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-sklearn-extension</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7.54</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-sklearn-h2o</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7.54</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-sklearn-lightgbm</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7.54</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-sklearn-statsmodels</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7.54</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-sklearn-xgboost</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7.54</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 2ac6958

Please sign in to comment.