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 Apr 26, 2024
1 parent c2e3aa7 commit 126325c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pmml-xgboost-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-xgboost</artifactId>
<version>1.8.4</version>
<version>1.8-SNAPSHOT</version>
</parent>

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

<properties>
<project.build.outputTimestamp>2024-04-26T18:59:32Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-04-26T19:00:23Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pmml-xgboost/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-xgboost</artifactId>
<version>1.8.4</version>
<version>1.8-SNAPSHOT</version>
</parent>

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

<properties>
<project.build.outputTimestamp>2024-04-26T18:59:32Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-04-26T19:00:23Z</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-xgboost</artifactId>
<version>1.8.4</version>
<version>1.8-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JPMML-XGBoost</name>
Expand Down Expand Up @@ -41,28 +41,28 @@
<connection>scm:git:[email protected]:jpmml/jpmml-xgboost.git</connection>
<developerConnection>scm:git:[email protected]:jpmml/jpmml-xgboost.git</developerConnection>
<url>git://github.com/jpmml/jpmml-xgboost.git</url>
<tag>1.8.4</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/jpmml/jpmml-xgboost/issues</url>
</issueManagement>

<properties>
<project.build.outputTimestamp>2024-04-26T18:59:32Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-04-26T19:00:23Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-xgboost</artifactId>
<version>1.8.4</version>
<version>1.8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-xgboost-example</artifactId>
<version>1.8.4</version>
<version>1.8-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 126325c

Please sign in to comment.