Skip to content

Commit 1eea5cc

Browse files
committed
[maven-release-plugin] prepare release mug-root-6.5
1 parent 5375d3b commit 1eea5cc

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
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>6.4-SNAPSHOT</version>
7+
<version>6.5</version>
88
</parent>
99
<groupId>com.google.mug</groupId>
1010
<artifactId>mug-algorithms</artifactId>
11-
<version>6.4-SNAPSHOT</version>
11+
<version>6.5</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>6.4-SNAPSHOT</version>
6+
<version>6.5</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>6.4-SNAPSHOT</version>
6+
<version>6.5</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>mug-examples</artifactId>

mug-guava/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.mug</groupId>
66
<artifactId>mug-root</artifactId>
7-
<version>6.4-SNAPSHOT</version>
7+
<version>6.5</version>
88
</parent>
99
<artifactId>mug-guava</artifactId>
1010
<packaging>jar</packaging>

mug-protobuf/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>6.4-SNAPSHOT</version>
6+
<version>6.5</version>
77
</parent>
88
<artifactId>mug-protobuf</artifactId>
99
<packaging>jar</packaging>

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>6.4-SNAPSHOT</version>
6+
<version>6.5</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>6.4-SNAPSHOT</version>
7+
<version>6.5</version>
88
<name>mug-root</name>
99
<description>Extra Lambda Utilities</description>
1010
<url>http://github.com/google/mug</url>
@@ -33,7 +33,7 @@
3333
<url>http://github.com/google/mug</url>
3434
<connection>scm:git:[email protected]:google/mug.git</connection>
3535
<developerConnection>scm:git:[email protected]:google/mug.git</developerConnection>
36-
<tag>mug-root-1.0</tag>
36+
<tag>mug-root-6.5</tag>
3737
</scm>
3838

3939
<developers>

0 commit comments

Comments
 (0)