Skip to content

Commit ae9efb4

Browse files
committed
[maven-release-plugin] prepare release 1.9.0
1 parent b029ae9 commit ae9efb4

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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</tag>
5151
</scm>
5252
<issueManagement>
5353
<system>GitHub</system>
@@ -62,50 +62,50 @@
6262
<jpmml-statsmodels.version>1.3.0</jpmml-statsmodels.version>
6363
<jpmml-xgboost.version>1.9.0</jpmml-xgboost.version>
6464
<jpmml-evaluator.version>1.7.1</jpmml-evaluator.version>
65-
<project.build.outputTimestamp>2025-01-11T10:32:12Z</project.build.outputTimestamp>
65+
<project.build.outputTimestamp>2025-02-06T10:37:29Z</project.build.outputTimestamp>
6666
</properties>
6767

6868
<dependencyManagement>
6969
<dependencies>
7070
<dependency>
7171
<groupId>org.jpmml</groupId>
7272
<artifactId>pmml-sklearn</artifactId>
73-
<version>1.9-SNAPSHOT</version>
73+
<version>1.9.0</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.jpmml</groupId>
7777
<artifactId>pmml-sklearn-evaluator</artifactId>
78-
<version>1.9-SNAPSHOT</version>
78+
<version>1.9.0</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>org.jpmml</groupId>
8282
<artifactId>pmml-sklearn-example</artifactId>
83-
<version>1.9-SNAPSHOT</version>
83+
<version>1.9.0</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>org.jpmml</groupId>
8787
<artifactId>pmml-sklearn-extension</artifactId>
88-
<version>1.9-SNAPSHOT</version>
88+
<version>1.9.0</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.jpmml</groupId>
9292
<artifactId>pmml-sklearn-h2o</artifactId>
93-
<version>1.9-SNAPSHOT</version>
93+
<version>1.9.0</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>org.jpmml</groupId>
9797
<artifactId>pmml-sklearn-lightgbm</artifactId>
98-
<version>1.9-SNAPSHOT</version>
98+
<version>1.9.0</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>org.jpmml</groupId>
102102
<artifactId>pmml-sklearn-statsmodels</artifactId>
103-
<version>1.9-SNAPSHOT</version>
103+
<version>1.9.0</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>org.jpmml</groupId>
107107
<artifactId>pmml-sklearn-xgboost</artifactId>
108-
<version>1.9-SNAPSHOT</version>
108+
<version>1.9.0</version>
109109
</dependency>
110110

111111
<dependency>

0 commit comments

Comments
 (0)