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
slawekjaranowski committed Nov 2, 2023
1 parent 49f320e commit c3fd252
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mrm-api/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mrm</artifactId>
<version>1.6.0</version>
<version>1.6.1-SNAPSHOT</version>
</parent>

<artifactId>mrm-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mrm-maven-plugin/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mrm</artifactId>
<version>1.6.0</version>
<version>1.6.1-SNAPSHOT</version>
</parent>

<artifactId>mrm-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mrm-servlet/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mrm</artifactId>
<version>1.6.0</version>
<version>1.6.1-SNAPSHOT</version>
</parent>

<artifactId>mrm-servlet</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -25,7 +25,7 @@

<groupId>org.codehaus.mojo</groupId>
<artifactId>mrm</artifactId>
<version>1.6.0</version>
<version>1.6.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Mock Repository Manager :: Project</name>
Expand Down Expand Up @@ -79,7 +79,7 @@
<scm>
<connection>scm:git:https://github.com/mojohaus/mrm.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mojohaus/mrm.git</developerConnection>
<tag>1.6.0</tag>
<tag>1.5.0</tag>
<url>https://github.com/mojohaus/mrm/tree/master</url>
</scm>
<issueManagement>
Expand All @@ -98,7 +98,7 @@
<recommendedJavaBuildVersion>11</recommendedJavaBuildVersion>
<jetty.version>9.4.53.v20231009</jetty.version>
<checkstyle.violation.ignore>MagicNumber</checkstyle.violation.ignore>
<project.build.outputTimestamp>2023-11-02T22:52:33Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-11-02T22:53:14Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit c3fd252

Please sign in to comment.