Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Nov 2, 2023
1 parent c8de247 commit 49f320e
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mrm</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

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

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

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

<groupId>org.codehaus.mojo</groupId>
<artifactId>mrm</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</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://[email protected]/mojohaus/mrm.git</developerConnection>
<tag>1.5.0</tag>
<tag>1.6.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>2022-12-24T13:09:21Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-11-02T22:52:33Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 49f320e

Please sign in to comment.