Skip to content

Commit 9793888

Browse files
committed
[maven-release-plugin] prepare release mug-root-4.6
1 parent f5fdd48 commit 9793888

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

mug-algorithms/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.google.mug</groupId>
66
<artifactId>mug-root</artifactId>
7-
<version>4.6-SNAPSHOT</version>
7+
<version>4.6</version>
88
</parent>
99
<groupId>com.google.mug</groupId>
1010
<artifactId>mug-algorithms</artifactId>
11-
<version>4.6-SNAPSHOT</version>
11+
<version>4.6</version>
1212
<name>algorithms</name>
1313
<url>http://maven.apache.org</url>
1414
<properties>

mug-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>4.6-SNAPSHOT</version>
6+
<version>4.6</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>mug-benchmarks</artifactId>

mug-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>4.6-SNAPSHOT</version>
6+
<version>4.6</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>mug-examples</artifactId>

mug/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>4.6-SNAPSHOT</version>
6+
<version>4.6</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>mug</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.mug</groupId>
55
<artifactId>mug-root</artifactId>
66
<packaging>pom</packaging>
7-
<version>4.6-SNAPSHOT</version>
7+
<version>4.6</version>
88

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

@@ -36,7 +36,7 @@
3636
<url>http://github.com/google/mug</url>
3737
<connection>scm:git:git@github.com:google/mug.git</connection>
3838
<developerConnection>scm:git:git@github.com:google/mug.git</developerConnection>
39-
<tag>mug-root-1.0</tag>
39+
<tag>mug-root-4.6</tag>
4040
</scm>
4141

4242
<developers>

0 commit comments

Comments
 (0)