Skip to content

Commit 28992b4

Browse files
committed
[maven-release-plugin] prepare release 1.9.3
1 parent 6993d49 commit 28992b4

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

pmml-sklearn-evaluator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jpmml</groupId>
77
<artifactId>jpmml-sklearn</artifactId>
8-
<version>1.9-SNAPSHOT</version>
8+
<version>1.9.3</version>
99
</parent>
1010

1111
<groupId>org.jpmml</groupId>

pmml-sklearn-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jpmml</groupId>
77
<artifactId>jpmml-sklearn</artifactId>
8-
<version>1.9-SNAPSHOT</version>
8+
<version>1.9.3</version>
99
</parent>
1010

1111
<groupId>org.jpmml</groupId>

pmml-sklearn-extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jpmml</groupId>
77
<artifactId>jpmml-sklearn</artifactId>
8-
<version>1.9-SNAPSHOT</version>
8+
<version>1.9.3</version>
99
</parent>
1010

1111
<groupId>org.jpmml</groupId>

pmml-sklearn-h2o/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jpmml</groupId>
77
<artifactId>jpmml-sklearn</artifactId>
8-
<version>1.9-SNAPSHOT</version>
8+
<version>1.9.3</version>
99
</parent>
1010

1111
<groupId>org.jpmml</groupId>

pmml-sklearn-lightgbm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jpmml</groupId>
77
<artifactId>jpmml-sklearn</artifactId>
8-
<version>1.9-SNAPSHOT</version>
8+
<version>1.9.3</version>
99
</parent>
1010

1111
<groupId>org.jpmml</groupId>

pmml-sklearn-statsmodels/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jpmml</groupId>
77
<artifactId>jpmml-sklearn</artifactId>
8-
<version>1.9-SNAPSHOT</version>
8+
<version>1.9.3</version>
99
</parent>
1010

1111
<groupId>org.jpmml</groupId>

pmml-sklearn-xgboost/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jpmml</groupId>
77
<artifactId>jpmml-sklearn</artifactId>
8-
<version>1.9-SNAPSHOT</version>
8+
<version>1.9.3</version>
99
</parent>
1010

1111
<groupId>org.jpmml</groupId>

pmml-sklearn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jpmml</groupId>
77
<artifactId>jpmml-sklearn</artifactId>
8-
<version>1.9-SNAPSHOT</version>
8+
<version>1.9.3</version>
99
</parent>
1010

1111
<groupId>org.jpmml</groupId>

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.jpmml</groupId>
1212
<artifactId>jpmml-sklearn</artifactId>
13-
<version>1.9-SNAPSHOT</version>
13+
<version>1.9.3</version>
1414
<packaging>pom</packaging>
1515

1616
<name>JPMML-SkLearn</name>
@@ -47,7 +47,7 @@
4747
<connection>scm:git:[email protected]:jpmml/jpmml-sklearn.git</connection>
4848
<developerConnection>scm:git:[email protected]:jpmml/jpmml-sklearn.git</developerConnection>
4949
<url>git://github.com/jpmml/jpmml-sklearn.git</url>
50-
<tag>HEAD</tag>
50+
<tag>1.9.3</tag>
5151
</scm>
5252
<issueManagement>
5353
<system>GitHub</system>
@@ -61,50 +61,50 @@
6161
<jpmml-python.version>1.3.1</jpmml-python.version>
6262
<jpmml-statsmodels.version>1.3.0</jpmml-statsmodels.version>
6363
<jpmml-xgboost.version>1.9.0</jpmml-xgboost.version>
64-
<project.build.outputTimestamp>2025-03-13T08:06:14Z</project.build.outputTimestamp>
64+
<project.build.outputTimestamp>2025-03-18T07:07:48Z</project.build.outputTimestamp>
6565
</properties>
6666

6767
<dependencyManagement>
6868
<dependencies>
6969
<dependency>
7070
<groupId>org.jpmml</groupId>
7171
<artifactId>pmml-sklearn</artifactId>
72-
<version>1.9-SNAPSHOT</version>
72+
<version>1.9.3</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.jpmml</groupId>
7676
<artifactId>pmml-sklearn-evaluator</artifactId>
77-
<version>1.9-SNAPSHOT</version>
77+
<version>1.9.3</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.jpmml</groupId>
8181
<artifactId>pmml-sklearn-example</artifactId>
82-
<version>1.9-SNAPSHOT</version>
82+
<version>1.9.3</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.jpmml</groupId>
8686
<artifactId>pmml-sklearn-extension</artifactId>
87-
<version>1.9-SNAPSHOT</version>
87+
<version>1.9.3</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.jpmml</groupId>
9191
<artifactId>pmml-sklearn-h2o</artifactId>
92-
<version>1.9-SNAPSHOT</version>
92+
<version>1.9.3</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>org.jpmml</groupId>
9696
<artifactId>pmml-sklearn-lightgbm</artifactId>
97-
<version>1.9-SNAPSHOT</version>
97+
<version>1.9.3</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.jpmml</groupId>
101101
<artifactId>pmml-sklearn-statsmodels</artifactId>
102-
<version>1.9-SNAPSHOT</version>
102+
<version>1.9.3</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.jpmml</groupId>
106106
<artifactId>pmml-sklearn-xgboost</artifactId>
107-
<version>1.9-SNAPSHOT</version>
107+
<version>1.9.3</version>
108108
</dependency>
109109

110110
<dependency>

0 commit comments

Comments
 (0)