Skip to content

Commit 1a34933

Browse files
committed
[maven-release-plugin] prepare release mrm-1.3.0
1 parent 776485d commit 1a34933

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

mrm-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.codehaus.mojo</groupId>
2424
<artifactId>mrm</artifactId>
25-
<version>1.3.0-SNAPSHOT</version>
25+
<version>1.3.0</version>
2626
</parent>
2727

2828
<artifactId>mrm-api</artifactId>

mrm-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.codehaus.mojo</groupId>
2424
<artifactId>mrm</artifactId>
25-
<version>1.3.0-SNAPSHOT</version>
25+
<version>1.3.0</version>
2626
</parent>
2727

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

mrm-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.codehaus.mojo</groupId>
2424
<artifactId>mrm</artifactId>
25-
<version>1.3.0-SNAPSHOT</version>
25+
<version>1.3.0</version>
2626
</parent>
2727

2828
<artifactId>mrm-servlet</artifactId>

mrm-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.codehaus.mojo</groupId>
2424
<artifactId>mrm</artifactId>
25-
<version>1.3.0-SNAPSHOT</version>
25+
<version>1.3.0</version>
2626
</parent>
2727

2828
<artifactId>mrm-webapp</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>org.codehaus.mojo</groupId>
2929
<artifactId>mrm</artifactId>
30-
<version>1.3.0-SNAPSHOT</version>
30+
<version>1.3.0</version>
3131
<packaging>pom</packaging>
3232

3333
<name>Mock Repository Manager :: Project</name>
@@ -78,7 +78,7 @@
7878
<connection>scm:git:https://github.com/mojohaus/mrm.git</connection>
7979
<developerConnection>scm:git:ssh://[email protected]/mojohaus/mrm.git</developerConnection>
8080
<url>https://github.com/mojohaus/mrm</url>
81-
<tag>HEAD</tag>
81+
<tag>mrm-1.3.0</tag>
8282
</scm>
8383
<issueManagement>
8484
<system>GitHub</system>

0 commit comments

Comments
 (0)