mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
[maven-release-plugin] prepare for next development iteration
This commit is contained in:
@@ -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.20.0</version>
|
<version>0.20.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>documentation-support</artifactId>
|
<artifactId>documentation-support</artifactId>
|
||||||
|
|||||||
@@ -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.20.0</version>
|
<version>0.20.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>error-prone-contrib</artifactId>
|
<artifactId>error-prone-contrib</artifactId>
|
||||||
|
|||||||
@@ -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.20.0</version>
|
<version>0.20.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>error-prone-experimental</artifactId>
|
<artifactId>error-prone-experimental</artifactId>
|
||||||
|
|||||||
@@ -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.20.0</version>
|
<version>0.20.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>error-prone-guidelines</artifactId>
|
<artifactId>error-prone-guidelines</artifactId>
|
||||||
|
|||||||
@@ -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.20.0</version>
|
<version>0.20.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>error-prone-utils</artifactId>
|
<artifactId>error-prone-utils</artifactId>
|
||||||
|
|||||||
6
pom.xml
6
pom.xml
@@ -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.20.0</version>
|
<version>0.20.1-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>Picnic :: Error Prone Support</name>
|
<name>Picnic :: Error Prone Support</name>
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
<scm child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
|
<scm child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
|
||||||
<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>v0.20.0</tag>
|
<tag>HEAD</tag>
|
||||||
<url>https://github.com/PicnicSupermarket/error-prone-support</url>
|
<url>https://github.com/PicnicSupermarket/error-prone-support</url>
|
||||||
</scm>
|
</scm>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
@@ -146,7 +146,7 @@
|
|||||||
<error-prone.self-check-args />
|
<error-prone.self-check-args />
|
||||||
<!-- 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>2025-02-02T12:14:39Z</project.build.outputTimestamp>
|
<project.build.outputTimestamp>2025-02-02T12:19:40Z</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
|
||||||
|
|||||||
@@ -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.20.0</version>
|
<version>0.20.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>refaster-compiler</artifactId>
|
<artifactId>refaster-compiler</artifactId>
|
||||||
|
|||||||
@@ -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.20.0</version>
|
<version>0.20.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>refaster-runner</artifactId>
|
<artifactId>refaster-runner</artifactId>
|
||||||
|
|||||||
@@ -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.20.0</version>
|
<version>0.20.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>refaster-support</artifactId>
|
<artifactId>refaster-support</artifactId>
|
||||||
|
|||||||
@@ -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.20.0</version>
|
<version>0.20.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>refaster-test-support</artifactId>
|
<artifactId>refaster-test-support</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user