Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Aug 11, 2024
1 parent 3d9aab7 commit b733179
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion documentation-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.picnic.error-prone-support</groupId>
<artifactId>error-prone-support</artifactId>
<version>0.17.1-SNAPSHOT</version>
<version>0.18.0</version>
</parent>

<artifactId>documentation-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion error-prone-contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.picnic.error-prone-support</groupId>
<artifactId>error-prone-support</artifactId>
<version>0.17.1-SNAPSHOT</version>
<version>0.18.0</version>
</parent>

<artifactId>error-prone-contrib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion error-prone-experimental/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.picnic.error-prone-support</groupId>
<artifactId>error-prone-support</artifactId>
<version>0.17.1-SNAPSHOT</version>
<version>0.18.0</version>
</parent>

<artifactId>error-prone-experimental</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion error-prone-guidelines/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.picnic.error-prone-support</groupId>
<artifactId>error-prone-support</artifactId>
<version>0.17.1-SNAPSHOT</version>
<version>0.18.0</version>
</parent>

<artifactId>error-prone-guidelines</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion error-prone-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.picnic.error-prone-support</groupId>
<artifactId>error-prone-support</artifactId>
<version>0.17.1-SNAPSHOT</version>
<version>0.18.0</version>
</parent>

<artifactId>error-prone-utils</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>tech.picnic.error-prone-support</groupId>
<artifactId>error-prone-support</artifactId>
<version>0.17.1-SNAPSHOT</version>
<version>0.18.0</version>
<packaging>pom</packaging>

<name>Picnic :: Error Prone Support</name>
Expand Down Expand Up @@ -52,7 +52,7 @@

<scm child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<developerConnection>scm:git:[email protected]:PicnicSupermarket/error-prone-support.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.18.0</tag>
<url>https://github.com/PicnicSupermarket/error-prone-support</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -148,7 +148,7 @@
<groupId.error-prone>com.google.errorprone</groupId.error-prone>
<!-- The build timestamp is derived from the most recent commit
timestamp in support of reproducible builds. -->
<project.build.outputTimestamp>2024-07-20T12:15:43Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-08-11T13:04:41Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Glob pattern identifying Refaster rule definition files. These
Java classes don't contain "regular" code, and thus require special
Expand Down
2 changes: 1 addition & 1 deletion refaster-compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.picnic.error-prone-support</groupId>
<artifactId>error-prone-support</artifactId>
<version>0.17.1-SNAPSHOT</version>
<version>0.18.0</version>
</parent>

<artifactId>refaster-compiler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion refaster-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.picnic.error-prone-support</groupId>
<artifactId>error-prone-support</artifactId>
<version>0.17.1-SNAPSHOT</version>
<version>0.18.0</version>
</parent>

<artifactId>refaster-runner</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion refaster-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.picnic.error-prone-support</groupId>
<artifactId>error-prone-support</artifactId>
<version>0.17.1-SNAPSHOT</version>
<version>0.18.0</version>
</parent>

<artifactId>refaster-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion refaster-test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.picnic.error-prone-support</groupId>
<artifactId>error-prone-support</artifactId>
<version>0.17.1-SNAPSHOT</version>
<version>0.18.0</version>
</parent>

<artifactId>refaster-test-support</artifactId>
Expand Down

0 comments on commit b733179

Please sign in to comment.