Skip to content

Commit c3fd252

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 49f320e commit c3fd252

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: mrm-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.codehaus.mojo</groupId>
2222
<artifactId>mrm</artifactId>
23-
<version>1.6.0</version>
23+
<version>1.6.1-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>mrm-api</artifactId>

Diff for: mrm-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.codehaus.mojo</groupId>
2222
<artifactId>mrm</artifactId>
23-
<version>1.6.0</version>
23+
<version>1.6.1-SNAPSHOT</version>
2424
</parent>
2525

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

Diff for: mrm-servlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.codehaus.mojo</groupId>
2222
<artifactId>mrm</artifactId>
23-
<version>1.6.0</version>
23+
<version>1.6.1-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>mrm-servlet</artifactId>

Diff for: pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>org.codehaus.mojo</groupId>
2727
<artifactId>mrm</artifactId>
28-
<version>1.6.0</version>
28+
<version>1.6.1-SNAPSHOT</version>
2929
<packaging>pom</packaging>
3030

3131
<name>Mock Repository Manager :: Project</name>
@@ -79,7 +79,7 @@
7979
<scm>
8080
<connection>scm:git:https://github.com/mojohaus/mrm.git</connection>
8181
<developerConnection>scm:git:ssh://[email protected]/mojohaus/mrm.git</developerConnection>
82-
<tag>1.6.0</tag>
82+
<tag>1.5.0</tag>
8383
<url>https://github.com/mojohaus/mrm/tree/master</url>
8484
</scm>
8585
<issueManagement>
@@ -98,7 +98,7 @@
9898
<recommendedJavaBuildVersion>11</recommendedJavaBuildVersion>
9999
<jetty.version>9.4.53.v20231009</jetty.version>
100100
<checkstyle.violation.ignore>MagicNumber</checkstyle.violation.ignore>
101-
<project.build.outputTimestamp>2023-11-02T22:52:33Z</project.build.outputTimestamp>
101+
<project.build.outputTimestamp>2023-11-02T22:53:14Z</project.build.outputTimestamp>
102102
</properties>
103103

104104
<dependencyManagement>

0 commit comments

Comments
 (0)