Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Aug 4, 2024
1 parent 7174f4e commit 908480f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.5</version>
<version>1.5-SNAPSHOT</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.5</version>
<version>1.5-SNAPSHOT</version>
</parent>

<groupId>org.jpmml</groupId>
Expand Down
10 changes: 5 additions & 5 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.5</version>
<version>1.5-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JPMML-LightGBM</name>
Expand Down Expand Up @@ -41,28 +41,28 @@
<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.5.5</tag>
<tag>1.4.7</tag>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/jpmml/jpmml-lightgbm/issues</url>
</issueManagement>

<properties>
<project.build.outputTimestamp>2024-08-04T10:50:26Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-08-04T10:51:22Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-lightgbm</artifactId>
<version>1.5.5</version>
<version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-lightgbm-example</artifactId>
<version>1.5.5</version>
<version>1.5-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 908480f

Please sign in to comment.