Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mug-root-8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentfuture committed Sep 29, 2024
1 parent 2457130 commit 393acbb
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion mug-algorithms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.mug</groupId>
<artifactId>mug-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.1</version>
</parent>
<artifactId>mug-algorithms</artifactId>
<name>algorithms</name>
Expand Down
2 changes: 1 addition & 1 deletion mug-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.google.mug</groupId>
<artifactId>mug-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>mug-benchmarks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mug-bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.google.mug</groupId>
<artifactId>mug-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>mug-bigquery</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mug-errorprone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.google.mug</groupId>
<artifactId>mug-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.1</version>
</parent>
<artifactId>mug-errorprone</artifactId>
<name>Compile-time plugins</name>
Expand Down
2 changes: 1 addition & 1 deletion mug-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.google.mug</groupId>
<artifactId>mug-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>mug-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mug-guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.mug</groupId>
<artifactId>mug-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.1</version>
</parent>
<artifactId>mug-guava</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mug-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.google.mug</groupId>
<artifactId>mug-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.1</version>
</parent>
<artifactId>mug-protobuf</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.google.mug</groupId>
<artifactId>mug-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>mug</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.mug</groupId>
<artifactId>mug-root</artifactId>
<packaging>pom</packaging>
<version>8.1-SNAPSHOT</version>
<version>8.1</version>
<name>mug-root</name>
<description>Google Mug Library</description>
<url>http://github.com/google/mug</url>
Expand Down Expand Up @@ -33,7 +33,7 @@
<url>http://github.com/google/mug</url>
<connection>scm:git:[email protected]:google/mug.git</connection>
<developerConnection>scm:git:[email protected]:google/mug.git</developerConnection>
<tag>mug-root-1.0</tag>
<tag>mug-root-8.1</tag>
</scm>

<developers>
Expand Down

0 comments on commit 393acbb

Please sign in to comment.