Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Jun 18, 2024
1 parent 23fe435 commit 4866ed3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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.5-SNAPSHOT</version>
<version>1.5.5</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.5-SNAPSHOT</version>
<version>1.5.5</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.5-SNAPSHOT</version>
<version>1.5.5</version>
</parent>

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

<name>JPMML-R</name>
Expand Down Expand Up @@ -42,33 +42,33 @@
<connection>scm:git:git@github.com:jpmml/jpmml-r.git</connection>
<developerConnection>scm:git:git@github.com:jpmml/jpmml-r.git</developerConnection>
<url>git://github.com/jpmml/jpmml-r.git</url>
<tag>HEAD</tag>
<tag>1.5.5</tag>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/jpmml/jpmml-r/issues</url>
</issueManagement>

<properties>
<project.build.outputTimestamp>2024-06-17T09:58:40Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-06-18T13:55:09Z</project.build.outputTimestamp>
</properties>

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

<dependency>
Expand Down

0 comments on commit 4866ed3

Please sign in to comment.