Skip to content

Commit 50f0325

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 6a33a75 commit 50f0325

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

mrm-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.codehaus.mojo</groupId>
2424
<artifactId>mrm</artifactId>
25-
<version>1.4.0</version>
25+
<version>1.4.1-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>mrm-api</artifactId>

mrm-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.codehaus.mojo</groupId>
2424
<artifactId>mrm</artifactId>
25-
<version>1.4.0</version>
25+
<version>1.4.1-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>mrm-maven-plugin</artifactId>

mrm-servlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.codehaus.mojo</groupId>
2424
<artifactId>mrm</artifactId>
25-
<version>1.4.0</version>
25+
<version>1.4.1-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>mrm-servlet</artifactId>

mrm-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.codehaus.mojo</groupId>
2424
<artifactId>mrm</artifactId>
25-
<version>1.4.0</version>
25+
<version>1.4.1-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>mrm-webapp</artifactId>

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>org.codehaus.mojo</groupId>
2929
<artifactId>mrm</artifactId>
30-
<version>1.4.0</version>
30+
<version>1.4.1-SNAPSHOT</version>
3131
<packaging>pom</packaging>
3232

3333
<name>Mock Repository Manager :: Project</name>
@@ -76,7 +76,7 @@
7676
<connection>scm:git:https://github.com/mojohaus/mrm.git</connection>
7777
<developerConnection>scm:git:ssh://[email protected]/mojohaus/mrm.git</developerConnection>
7878
<url>https://github.com/mojohaus/mrm/tree/master</url>
79-
<tag>mrm-1.4.0</tag>
79+
<tag>HEAD</tag>
8080
</scm>
8181
<issueManagement>
8282
<system>GitHub</system>
@@ -92,7 +92,7 @@
9292
<mavenVersion>2.2.1</mavenVersion>
9393
<mojo.java.target>1.8</mojo.java.target>
9494
<jetty.version>9.4.46.v20220331</jetty.version>
95-
<project.build.outputTimestamp>2022-06-21T14:23:27Z</project.build.outputTimestamp>
95+
<project.build.outputTimestamp>2022-06-21T14:23:48Z</project.build.outputTimestamp>
9696
</properties>
9797

9898
<dependencyManagement>

0 commit comments

Comments
 (0)