Skip to content

Commit 897cabb

Browse files
committed
[maven-release-plugin] prepare release 1.8.5
1 parent 65e8c4f commit 897cabb

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

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.8-SNAPSHOT</version>
8+
<version>1.8.5</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.8-SNAPSHOT</version>
8+
<version>1.8.5</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.8-SNAPSHOT</version>
8+
<version>1.8.5</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.8-SNAPSHOT</version>
8+
<version>1.8.5</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.8-SNAPSHOT</version>
8+
<version>1.8.5</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.8-SNAPSHOT</version>
8+
<version>1.8.5</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.8-SNAPSHOT</version>
8+
<version>1.8.5</version>
99
</parent>
1010

1111
<groupId>org.jpmml</groupId>

pom.xml

Lines changed: 10 additions & 10 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.8-SNAPSHOT</version>
13+
<version>1.8.5</version>
1414
<packaging>pom</packaging>
1515

1616
<name>JPMML-SkLearn</name>
@@ -46,53 +46,53 @@
4646
<connection>scm:git:[email protected]:jpmml/jpmml-sklearn.git</connection>
4747
<developerConnection>scm:git:[email protected]:jpmml/jpmml-sklearn.git</developerConnection>
4848
<url>git://github.com/jpmml/jpmml-sklearn.git</url>
49-
<tag>HEAD</tag>
49+
<tag>1.8.5</tag>
5050
</scm>
5151
<issueManagement>
5252
<system>GitHub</system>
5353
<url>https://github.com/jpmml/jpmml-sklearn/issues</url>
5454
</issueManagement>
5555

5656
<properties>
57-
<project.build.outputTimestamp>2024-06-19T19:01:04Z</project.build.outputTimestamp>
57+
<project.build.outputTimestamp>2024-10-20T20:25:46Z</project.build.outputTimestamp>
5858
</properties>
5959

6060
<dependencyManagement>
6161
<dependencies>
6262
<dependency>
6363
<groupId>org.jpmml</groupId>
6464
<artifactId>pmml-sklearn</artifactId>
65-
<version>1.8-SNAPSHOT</version>
65+
<version>1.8.5</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.jpmml</groupId>
6969
<artifactId>pmml-sklearn-example</artifactId>
70-
<version>1.8-SNAPSHOT</version>
70+
<version>1.8.5</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.jpmml</groupId>
7474
<artifactId>pmml-sklearn-extension</artifactId>
75-
<version>1.8-SNAPSHOT</version>
75+
<version>1.8.5</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.jpmml</groupId>
7979
<artifactId>pmml-sklearn-h2o</artifactId>
80-
<version>1.8-SNAPSHOT</version>
80+
<version>1.8.5</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.jpmml</groupId>
8484
<artifactId>pmml-sklearn-lightgbm</artifactId>
85-
<version>1.8-SNAPSHOT</version>
85+
<version>1.8.5</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.jpmml</groupId>
8989
<artifactId>pmml-sklearn-statsmodels</artifactId>
90-
<version>1.8-SNAPSHOT</version>
90+
<version>1.8.5</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.jpmml</groupId>
9494
<artifactId>pmml-sklearn-xgboost</artifactId>
95-
<version>1.8-SNAPSHOT</version>
95+
<version>1.8.5</version>
9696
</dependency>
9797

9898
<dependency>

0 commit comments

Comments
 (0)