Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Feb 13, 2024
1 parent f95cae2 commit 6a04f2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pmml-lightgbm-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-lightgbm</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5.2</version>
</parent>

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

<groupId>org.jpmml</groupId>
Expand Down
8 changes: 4 additions & 4 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-lightgbm</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5.2</version>
<packaging>pom</packaging>

<name>JPMML-LightGBM</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<connection>scm:git:git@github.com:jpmml/jpmml-lightgbm.git</connection>
<developerConnection>scm:git:git@github.com:jpmml/jpmml-lightgbm.git</developerConnection>
<url>git://github.com/jpmml/jpmml-lightgbm.git</url>
<tag>1.4.7</tag>
<tag>1.5.2</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand All @@ -53,12 +53,12 @@
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-lightgbm</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5.2</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-lightgbm-example</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 6a04f2f

Please sign in to comment.