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 Jul 16, 2024
1 parent 0e5b337 commit ab63b1a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pmml-h2o-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-h2o</artifactId>
<version>1.2.13</version>
<version>1.2-SNAPSHOT</version>
</parent>

<groupId>org.jpmml</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pmml-h2o/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-h2o</artifactId>
<version>1.2.13</version>
<version>1.2-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-h2o</artifactId>
<version>1.2.13</version>
<version>1.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JPMML-H2O</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<connection>scm:git:[email protected]:jpmml/jpmml-h2o.git</connection>
<developerConnection>scm:git:[email protected]:jpmml/jpmml-h2o.git</developerConnection>
<url>git://github.com/jpmml/jpmml-h2o.git</url>
<tag>1.2.13</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand All @@ -50,20 +50,20 @@

<properties>
<h2o.ai.version>[3.34.0.1,)</h2o.ai.version>
<project.build.outputTimestamp>2024-07-16T16:11:39Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-07-16T16:12:26Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-h2o</artifactId>
<version>1.2.13</version>
<version>1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-h2o-example</artifactId>
<version>1.2.13</version>
<version>1.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit ab63b1a

Please sign in to comment.