Skip to content

Commit 58b0e1e

Browse files
committed
[maven-release-plugin] [skip ci] prepare release mug-root-10.7
1 parent 9a8f78f commit 58b0e1e

16 files changed

Lines changed: 29 additions & 29 deletions

File tree

dot-cel/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>10.6.1-SNAPSHOT</version>
6+
<version>10.7</version>
77
</parent>
88
<artifactId>dot-cel</artifactId>
99
<name>Dot CEL</name>

dot-parse/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>10.6.1-SNAPSHOT</version>
6+
<version>10.7</version>
77
</parent>
88
<artifactId>dot-parse</artifactId>
99
<name>Compact Parser Combinators</name>

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

mug-bigquery/pom.xml

Lines changed: 2 additions & 2 deletions
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>10.6.1-SNAPSHOT</version>
6+
<version>10.7</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>mug-bigquery</artifactId>
@@ -12,7 +12,7 @@
1212
<properties>
1313
<module.name>bigquery</module.name>
1414
<!-- Reproducible builds: fixed timestamp for build artifacts -->
15-
<project.build.outputTimestamp>2026-07-20T23:34:50Z</project.build.outputTimestamp>
15+
<project.build.outputTimestamp>2026-07-21T00:11:41Z</project.build.outputTimestamp>
1616
</properties>
1717

1818
<build>

mug-bom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
<groupId>com.google.mug</groupId>
66
<artifactId>mug-bom</artifactId>
7-
<version>10.6.1-SNAPSHOT</version>
7+
<version>10.7</version>
88
<packaging>pom</packaging>
99

1010
<name>Mug Bill of Materials</name>
1111
<description>Dependency version alignment for all Mug modules</description>
1212
<url>http://github.com/google/mug</url>
1313
<properties>
14-
<project.build.outputTimestamp>2026-07-20T23:34:50Z</project.build.outputTimestamp>
14+
<project.build.outputTimestamp>2026-07-21T00:11:41Z</project.build.outputTimestamp>
1515
</properties>
1616

1717
<licenses>
@@ -25,7 +25,7 @@
2525
<url>http://github.com/google/mug</url>
2626
<connection>scm:git:git@github.com:google/mug.git</connection>
2727
<developerConnection>scm:git:git@github.com:google/mug.git</developerConnection>
28-
<tag>mug-root-10.6.1-SNAPSHOT</tag>
28+
<tag>mug-root-10.7</tag>
2929
</scm>
3030

3131
<developers>

mug-concurrent-testing/pom.xml

Lines changed: 2 additions & 2 deletions
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>10.6.1-SNAPSHOT</version>
6+
<version>10.7</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>mug-concurrent-testing</artifactId>
@@ -12,7 +12,7 @@
1212
<properties>
1313
<module.name>testing.concurrent</module.name>
1414
<!-- Reproducible builds: fixed timestamp for build artifacts -->
15-
<project.build.outputTimestamp>2026-07-20T23:34:50Z</project.build.outputTimestamp>
15+
<project.build.outputTimestamp>2026-07-21T00:11:41Z</project.build.outputTimestamp>
1616
</properties>
1717

1818
<build>

mug-concurrent24/pom.xml

Lines changed: 2 additions & 2 deletions
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>10.6.1-SNAPSHOT</version>
6+
<version>10.7</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>mug-concurrent24</artifactId>
@@ -12,7 +12,7 @@
1212
<properties>
1313
<module.name>concurrent24</module.name>
1414
<!-- Reproducible builds: fixed timestamp for build artifacts -->
15-
<project.build.outputTimestamp>2026-07-20T23:34:50Z</project.build.outputTimestamp>
15+
<project.build.outputTimestamp>2026-07-21T00:11:41Z</project.build.outputTimestamp>
1616
<argLine>--enable-preview</argLine>
1717
</properties>
1818

mug-errorprone/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<parent>
44
<groupId>com.google.mug</groupId>
55
<artifactId>mug-root</artifactId>
6-
<version>10.6.1-SNAPSHOT</version>
6+
<version>10.7</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>mug-errorprone</artifactId>
1010
<name>Compile-time plugins</name>
1111
<packaging>jar</packaging>
1212
<properties>
1313
<!-- Reproducible builds: fixed timestamp for build artifacts -->
14-
<project.build.outputTimestamp>2026-07-20T23:34:50Z</project.build.outputTimestamp>
14+
<project.build.outputTimestamp>2026-07-21T00:11:41Z</project.build.outputTimestamp>
1515
<maven.javadoc.skip>true</maven.javadoc.skip>
1616
<module.name>errorprone</module.name>
1717
</properties>

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

mug-guava/pom.xml

Lines changed: 2 additions & 2 deletions
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>10.6.1-SNAPSHOT</version>
7+
<version>10.7</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>mug-guava</artifactId>
@@ -14,7 +14,7 @@
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<module.name>guava</module.name>
1616
<!-- Reproducible builds: fixed timestamp for build artifacts -->
17-
<project.build.outputTimestamp>2026-07-20T23:34:50Z</project.build.outputTimestamp>
17+
<project.build.outputTimestamp>2026-07-21T00:11:41Z</project.build.outputTimestamp>
1818
</properties>
1919
<build>
2020
<pluginManagement>

0 commit comments

Comments
 (0)