[maven-release-plugin] prepare release v0.10.0

This commit is contained in:
Stephan Schroevers
2023-05-04 10:02:03 +02:00
parent 760b1ddf31
commit bb122388f5
7 changed files with 9 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>tech.picnic.error-prone-support</groupId> <groupId>tech.picnic.error-prone-support</groupId>
<artifactId>error-prone-support</artifactId> <artifactId>error-prone-support</artifactId>
<version>0.9.1-SNAPSHOT</version> <version>0.10.0</version>
</parent> </parent>
<artifactId>documentation-support</artifactId> <artifactId>documentation-support</artifactId>

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>tech.picnic.error-prone-support</groupId> <groupId>tech.picnic.error-prone-support</groupId>
<artifactId>error-prone-support</artifactId> <artifactId>error-prone-support</artifactId>
<version>0.9.1-SNAPSHOT</version> <version>0.10.0</version>
</parent> </parent>
<artifactId>error-prone-contrib</artifactId> <artifactId>error-prone-contrib</artifactId>

View File

@@ -4,7 +4,7 @@
<groupId>tech.picnic.error-prone-support</groupId> <groupId>tech.picnic.error-prone-support</groupId>
<artifactId>error-prone-support</artifactId> <artifactId>error-prone-support</artifactId>
<version>0.9.1-SNAPSHOT</version> <version>0.10.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Picnic :: Error Prone Support</name> <name>Picnic :: Error Prone Support</name>
@@ -49,7 +49,7 @@
<scm> <scm>
<developerConnection>scm:git:git@github.com:PicnicSupermarket/error-prone-support.git</developerConnection> <developerConnection>scm:git:git@github.com:PicnicSupermarket/error-prone-support.git</developerConnection>
<tag>HEAD</tag> <tag>v0.10.0</tag>
<url>https://github.com/PicnicSupermarket/error-prone-support</url> <url>https://github.com/PicnicSupermarket/error-prone-support</url>
</scm> </scm>
<issueManagement> <issueManagement>
@@ -141,7 +141,7 @@
<groupId.error-prone>com.google.errorprone</groupId.error-prone> <groupId.error-prone>com.google.errorprone</groupId.error-prone>
<!-- The build timestamp is derived from the most recent commit <!-- The build timestamp is derived from the most recent commit
timestamp in support of reproducible builds. --> timestamp in support of reproducible builds. -->
<project.build.outputTimestamp>2023-03-31T07:31:01Z</project.build.outputTimestamp> <project.build.outputTimestamp>2023-05-04T07:57:55Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Glob pattern identifying Refaster rule definition files. These <!-- Glob pattern identifying Refaster rule definition files. These
Java classes don't contain "regular" code, and thus require special Java classes don't contain "regular" code, and thus require special

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>tech.picnic.error-prone-support</groupId> <groupId>tech.picnic.error-prone-support</groupId>
<artifactId>error-prone-support</artifactId> <artifactId>error-prone-support</artifactId>
<version>0.9.1-SNAPSHOT</version> <version>0.10.0</version>
</parent> </parent>
<artifactId>refaster-compiler</artifactId> <artifactId>refaster-compiler</artifactId>

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>tech.picnic.error-prone-support</groupId> <groupId>tech.picnic.error-prone-support</groupId>
<artifactId>error-prone-support</artifactId> <artifactId>error-prone-support</artifactId>
<version>0.9.1-SNAPSHOT</version> <version>0.10.0</version>
</parent> </parent>
<artifactId>refaster-runner</artifactId> <artifactId>refaster-runner</artifactId>

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>tech.picnic.error-prone-support</groupId> <groupId>tech.picnic.error-prone-support</groupId>
<artifactId>error-prone-support</artifactId> <artifactId>error-prone-support</artifactId>
<version>0.9.1-SNAPSHOT</version> <version>0.10.0</version>
</parent> </parent>
<artifactId>refaster-support</artifactId> <artifactId>refaster-support</artifactId>

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>tech.picnic.error-prone-support</groupId> <groupId>tech.picnic.error-prone-support</groupId>
<artifactId>error-prone-support</artifactId> <artifactId>error-prone-support</artifactId>
<version>0.9.1-SNAPSHOT</version> <version>0.10.0</version>
</parent> </parent>
<artifactId>refaster-test-support</artifactId> <artifactId>refaster-test-support</artifactId>