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 Apr 13, 2024
1 parent c018af6 commit 541a171
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pmml-python-testing/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-python</artifactId>
<version>1.2.1</version>
<version>1.2-SNAPSHOT</version>
</parent>

<groupId>org.jpmml</groupId>
Expand All @@ -24,7 +24,7 @@
</licenses>

<properties>
<project.build.outputTimestamp>2024-04-13T18:01:25Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-04-13T18:02:05Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pmml-python/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-python</artifactId>
<version>1.2.1</version>
<version>1.2-SNAPSHOT</version>
</parent>

<groupId>org.jpmml</groupId>
Expand All @@ -24,7 +24,7 @@
</licenses>

<properties>
<project.build.outputTimestamp>2024-04-13T18:01:25Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-04-13T18:02:05Z</project.build.outputTimestamp>
</properties>

<dependencies>
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-python</artifactId>
<version>1.2.1</version>
<version>1.2-SNAPSHOT</version>
<packaging>pom</packaging>

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

<properties>
<project.build.outputTimestamp>2024-04-13T18:01:25Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-04-13T18:02:05Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-python</artifactId>
<version>1.2.1</version>
<version>1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-python-testing</artifactId>
<version>1.2.1</version>
<version>1.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 541a171

Please sign in to comment.