Skip to content

Commit e847ad6

Browse files
committed
[maven-release-plugin] prepare release mug-root-3.1
1 parent bdb1ef0 commit e847ad6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.mug</groupId>
55
<artifactId>mug-root</artifactId>
6-
<version>3.1-SNAPSHOT</version>
6+
<version>3.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>mug-benchmarks</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.mug</groupId>
55
<artifactId>mug-root</artifactId>
6-
<version>3.1-SNAPSHOT</version>
6+
<version>3.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>mug</artifactId>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.mug</groupId>
55
<artifactId>mug-root</artifactId>
6-
<version>3.1-SNAPSHOT</version>
6+
<version>3.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>mug-examples</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.google.mug</groupId>
44
<artifactId>mug-root</artifactId>
55
<packaging>pom</packaging>
6-
<version>3.1-SNAPSHOT</version>
6+
<version>3.1</version>
77

88
<name>mug-root</name>
99

@@ -35,7 +35,7 @@
3535
<url>http://github.com/google/mug</url>
3636
<connection>scm:git:[email protected]:google/mug.git</connection>
3737
<developerConnection>scm:git:[email protected]:google/mug.git</developerConnection>
38-
<tag>mug-root-1.0</tag>
38+
<tag>mug-root-3.1</tag>
3939
</scm>
4040

4141
<developers>

0 commit comments

Comments
 (0)