Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Dec 15, 2022
1 parent c74ced2 commit 4859d20
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>org.codehaus.mojo.versions</groupId>
<artifactId>versions</artifactId>
<version>2.15.0-SNAPSHOT</version>
<version>2.14.1</version>
<packaging>pom</packaging>

<name>Versions</name>
Expand Down Expand Up @@ -107,7 +107,7 @@
<scm>
<connection>scm:git:https://github.com/mojohaus/versions.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mojohaus/versions.git</developerConnection>
<tag>HEAD</tag>
<tag>2.14.1</tag>
<url>https://github.com/mojohaus/versions/tree/master</url>
</scm>

Expand Down Expand Up @@ -136,7 +136,7 @@
<modelloNamespaceReportVersion>2.0.0</modelloNamespaceReportVersion>
<scmpublish.content>${project.build.directory}/staging/versions</scmpublish.content>
<!-- mono-module doesn't require site:stage for scm-publish -->
<project.build.outputTimestamp>2022-12-14T07:37:49Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-12-15T11:57:18Z</project.build.outputTimestamp>
<sisu-maven-plugin-version>0.9.0.M1</sisu-maven-plugin-version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion versions-api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.mojo.versions</groupId>
<artifactId>versions</artifactId>
<version>2.15.0-SNAPSHOT</version>
<version>2.14.1</version>
</parent>

<artifactId>versions-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions versions-common/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo.versions</groupId>
<artifactId>versions</artifactId>
<version>2.15.0-SNAPSHOT</version>
<version>2.14.1</version>
</parent>

<artifactId>versions-common</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>org.codehaus.mojo.versions</groupId>
<artifactId>versions-api</artifactId>
<version>2.15.0-SNAPSHOT</version>
<version>2.14.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.mojo.versions</groupId>
Expand Down
2 changes: 1 addition & 1 deletion versions-enforcer/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo.versions</groupId>
<artifactId>versions</artifactId>
<version>2.15.0-SNAPSHOT</version>
<version>2.14.1</version>
</parent>

<artifactId>versions-enforcer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion versions-maven-plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.mojo.versions</groupId>
<artifactId>versions</artifactId>
<version>2.15.0-SNAPSHOT</version>
<version>2.14.1</version>
</parent>

<groupId>org.codehaus.mojo</groupId>
Expand Down
2 changes: 1 addition & 1 deletion versions-model-report/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo.versions</groupId>
<artifactId>versions</artifactId>
<version>2.15.0-SNAPSHOT</version>
<version>2.14.1</version>
</parent>

<artifactId>versions-model-report</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion versions-model/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo.versions</groupId>
<artifactId>versions</artifactId>
<version>2.15.0-SNAPSHOT</version>
<version>2.14.1</version>
</parent>

<artifactId>versions-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion versions-test/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.codehaus.mojo.versions</groupId>
<artifactId>versions</artifactId>
<version>2.15.0-SNAPSHOT</version>
<version>2.14.1</version>
</parent>

<artifactId>versions-test</artifactId>
Expand Down

0 comments on commit 4859d20

Please sign in to comment.