Skip to content

Commit 70dbc7b

Browse files
committed
[maven-release-plugin] prepare release mug-root-5.8
1 parent a5d9ad6 commit 70dbc7b

File tree

7 files changed

+10
-12
lines changed

7 files changed

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

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<groupId>com.google.mug</groupId>
75
<artifactId>mug-root</artifactId>
86
<packaging>pom</packaging>
9-
<version>5.8-SNAPSHOT</version>
7+
<version>5.8</version>
108
<name>mug-root</name>
119
<description>Extra Lambda Utilities</description>
1210
<url>http://github.com/google/mug</url>
@@ -35,7 +33,7 @@
3533
<url>http://github.com/google/mug</url>
3634
<connection>scm:git:git@github.com:google/mug.git</connection>
3735
<developerConnection>scm:git:git@github.com:google/mug.git</developerConnection>
38-
<tag>mug-root-1.0</tag>
36+
<tag>mug-root-5.8</tag>
3937
</scm>
4038

4139
<developers>

0 commit comments

Comments
 (0)