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 May 8, 2024
1 parent 29c1939 commit 7e416f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions 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.3</version>
<version>1.5-SNAPSHOT</version>
</parent>

<groupId>org.jpmml</groupId>
Expand All @@ -24,7 +24,7 @@
</licenses>

<properties>
<project.build.outputTimestamp>2024-05-08T18:22:18Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-05-08T18:22:51Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions 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.3</version>
<version>1.5-SNAPSHOT</version>
</parent>

<groupId>org.jpmml</groupId>
Expand All @@ -24,7 +24,7 @@
</licenses>

<properties>
<project.build.outputTimestamp>2024-05-08T18:22:18Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-05-08T18:22:51Z</project.build.outputTimestamp>
</properties>

<dependencies>
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.3</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.3</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-05-08T18:22:18Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-05-08T18:22:51Z</project.build.outputTimestamp>
</properties>

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

<dependency>
Expand Down

0 comments on commit 7e416f8

Please sign in to comment.