Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Jul 24, 2024
1 parent 935c481 commit 0a6a001
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pmml-transpiler-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-transpiler</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.5</version>
</parent>

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

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

<properties>
<project.build.outputTimestamp>2024-07-24T05:00:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-07-24T06:38:12Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-transpiler</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.5</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-transpiler-example</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.5</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 0a6a001

Please sign in to comment.