Skip to content

Commit c7697d5

Browse files
committed
[maven-release-plugin] prepare release mrm-1.7.1
1 parent b86abbf commit c7697d5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

mrm-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.codehaus.mojo</groupId>
2222
<artifactId>mrm</artifactId>
23-
<version>1.7.1-SNAPSHOT</version>
23+
<version>1.7.1</version>
2424
</parent>
2525

2626
<artifactId>mrm-api</artifactId>

mrm-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.codehaus.mojo</groupId>
2222
<artifactId>mrm</artifactId>
23-
<version>1.7.1-SNAPSHOT</version>
23+
<version>1.7.1</version>
2424
</parent>
2525

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

mrm-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.codehaus.mojo</groupId>
2222
<artifactId>mrm</artifactId>
23-
<version>1.7.1-SNAPSHOT</version>
23+
<version>1.7.1</version>
2424
</parent>
2525

2626
<artifactId>mrm-servlet</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</parent>
2525

2626
<artifactId>mrm</artifactId>
27-
<version>1.7.1-SNAPSHOT</version>
27+
<version>1.7.1</version>
2828
<packaging>pom</packaging>
2929

3030
<name>Mock Repository Manager :: Project</name>
@@ -78,7 +78,7 @@
7878
<scm>
7979
<connection>scm:git:https://github.com/mojohaus/mrm.git</connection>
8080
<developerConnection>scm:git:ssh://git@github.com/mojohaus/mrm.git</developerConnection>
81-
<tag>HEAD</tag>
81+
<tag>mrm-1.7.1</tag>
8282
<url>https://github.com/mojohaus/mrm/tree/master</url>
8383
</scm>
8484
<issueManagement>
@@ -97,7 +97,7 @@
9797
<mojo.java.target>8</mojo.java.target>
9898
<jetty.version>9.4.58.v20250814</jetty.version>
9999
<mockito.version>4.11.0</mockito.version>
100-
<project.build.outputTimestamp>2025-08-21T21:21:58Z</project.build.outputTimestamp>
100+
<project.build.outputTimestamp>2026-01-18T21:24:02Z</project.build.outputTimestamp>
101101
</properties>
102102

103103
<dependencyManagement>

0 commit comments

Comments
 (0)