Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Jan 27, 2023
1 parent 3a94aad commit 60e7433
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
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.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>error-prone-contrib</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.7.1-SNAPSHOT</version>
<version>0.8.0</version>
<packaging>pom</packaging>

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

<scm>
<developerConnection>scm:git:[email protected]:PicnicSupermarket/error-prone-support.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.8.0</tag>
<url>https://github.com/PicnicSupermarket/error-prone-support</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -711,7 +711,7 @@
<module name="InvalidJavadocPosition" />
<module name="JavadocBlockTagLocation" />
<module name="JavadocStyle">
<property name="checkEmptyJavadoc" value="true"/>
<property name="checkEmptyJavadoc" value="true" />
</module>
<module name="LocalVariableName" />
<module name="MatchXpath">
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.7.1-SNAPSHOT</version>
<version>0.8.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.7.1-SNAPSHOT</version>
<version>0.8.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.7.1-SNAPSHOT</version>
<version>0.8.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.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

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

0 comments on commit 60e7433

Please sign in to comment.