Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Jun 21, 2022
1 parent 2b6da02 commit d17e045
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.1</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.1</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.1</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-r</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5.1</version>
<packaging>pom</packaging>

<name>JPMML-R</name>
Expand Down Expand Up @@ -42,7 +42,7 @@
<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.1</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand All @@ -54,17 +54,17 @@
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-rexp</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-rexp-example</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-rexp-xgboost</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d17e045

Please sign in to comment.