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 Dec 15, 2024
1 parent 134fabc commit a68ed55
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion pmml-rexp-evaluator/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-r</artifactId>
<version>1.6.3</version>
<version>1.6-SNAPSHOT</version>
</parent>

<groupId>org.jpmml</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pmml-rexp-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-r</artifactId>
<version>1.6.3</version>
<version>1.6-SNAPSHOT</version>
</parent>

<groupId>org.jpmml</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pmml-rexp-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-r</artifactId>
<version>1.6.3</version>
<version>1.6-SNAPSHOT</version>
</parent>

<groupId>org.jpmml</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pmml-rexp-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-r</artifactId>
<version>1.6.3</version>
<version>1.6-SNAPSHOT</version>
</parent>

<groupId>org.jpmml</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pmml-rexp/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-r</artifactId>
<version>1.6.3</version>
<version>1.6-SNAPSHOT</version>
</parent>

<groupId>org.jpmml</groupId>
Expand Down
16 changes: 8 additions & 8 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-r</artifactId>
<version>1.6.3</version>
<version>1.6-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JPMML-R</name>
Expand Down Expand Up @@ -44,43 +44,43 @@
<connection>scm:git:[email protected]:jpmml/jpmml-r.git</connection>
<developerConnection>scm:git:[email protected]:jpmml/jpmml-r.git</developerConnection>
<url>git://github.com/jpmml/jpmml-r.git</url>
<tag>1.6.3</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/jpmml/jpmml-r/issues</url>
</issueManagement>

<properties>
<project.build.outputTimestamp>2024-12-15T09:43:29Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-12-15T09:45:02Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-rexp</artifactId>
<version>1.6.3</version>
<version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-rexp-evaluator</artifactId>
<version>1.6.3</version>
<version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-rexp-example</artifactId>
<version>1.6.3</version>
<version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-rexp-lightgbm</artifactId>
<version>1.6.3</version>
<version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-rexp-xgboost</artifactId>
<version>1.6.3</version>
<version>1.6-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a68ed55

Please sign in to comment.