Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mrm-1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jun 27, 2022
1 parent 2f207ef commit c0c9ae8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion mrm-api/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mrm</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

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

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

<artifactId>mrm-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mrm-webapp/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mrm</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

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

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

<name>Mock Repository Manager :: Project</name>
Expand Down Expand Up @@ -76,7 +76,7 @@
<connection>scm:git:https://github.com/mojohaus/mrm.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mojohaus/mrm.git</developerConnection>
<url>https://github.com/mojohaus/mrm/tree/master</url>
<tag>HEAD</tag>
<tag>mrm-1.4.1</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand All @@ -92,7 +92,7 @@
<mavenVersion>2.2.1</mavenVersion>
<mojo.java.target>1.8</mojo.java.target>
<jetty.version>9.4.48.v20220622</jetty.version>
<project.build.outputTimestamp>2022-06-21T14:23:48Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-06-27T16:20:24Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit c0c9ae8

Please sign in to comment.