Skip to content

Commit 66347fa

Browse files
committed
[maven-release-plugin] prepare release mug-root-3.6
1 parent cf93206 commit 66347fa

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.6-SNAPSHOT</version>
6+
<version>3.6</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.6-SNAPSHOT</version>
6+
<version>3.6</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.6-SNAPSHOT</version>
6+
<version>3.6</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.6-SNAPSHOT</version>
6+
<version>3.6</version>
77

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

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

4141
<developers>

0 commit comments

Comments
 (0)