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 8, 2024
1 parent ddccdb5 commit b324a9d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pmml-statsmodels-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-statsmodels</artifactId>
<version>1.1.0</version>
<version>1.1-SNAPSHOT</version>
</parent>

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

<properties>
<project.build.outputTimestamp>2024-04-08T04:17:36Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-04-08T04:17:59Z</project.build.outputTimestamp>
</properties>

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

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

<properties>
<project.build.outputTimestamp>2024-04-08T04:17:36Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-04-08T04:17:59Z</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-statsmodels</artifactId>
<version>1.1.0</version>
<version>1.1-SNAPSHOT</version>
<packaging>pom</packaging>

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

<properties>
<project.build.outputTimestamp>2024-04-08T04:17:36Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-04-08T04:17:59Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-statsmodels</artifactId>
<version>1.1.0</version>
<version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-statsmodels-example</artifactId>
<version>1.1.0</version>
<version>1.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit b324a9d

Please sign in to comment.