Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Dec 24, 2022
1 parent 1940f8d commit 574f8ae
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.4.2-SNAPSHOT</version>
<version>1.5.0</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.4.2-SNAPSHOT</version>
<version>1.5.0</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.4.2-SNAPSHOT</version>
<version>1.5.0</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.4.2-SNAPSHOT</version>
<version>1.5.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://git@github.com/mojohaus/mrm.git</developerConnection>
<tag>HEAD</tag>
<tag>1.5.0</tag>
<url>https://github.com/mojohaus/mrm/tree/master</url>
</scm>
<issueManagement>
Expand All @@ -97,7 +97,7 @@
<mojo.java.target>1.8</mojo.java.target>
<jetty.version>9.4.50.v20221201</jetty.version>
<checkstyle.violation.ignore>MagicNumber</checkstyle.violation.ignore>
<project.build.outputTimestamp>2022-06-27T16:20:47Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-12-24T13:08:08Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 574f8ae

Please sign in to comment.