Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes committed Mar 3, 2024
1 parent ccdf28e commit e9e4db5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java-compiler-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.github.ascopes.jct</groupId>
<artifactId>java-compiler-testing-parent</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>3.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>io.github.ascopes.jct</groupId>
<artifactId>java-compiler-testing-parent</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>3.0.5</version>
<packaging>pom</packaging>

<name>Java Compiler Testing parent project</name>
Expand Down Expand Up @@ -76,7 +76,7 @@
<url>https://github.com/ascopes/java-compiler-testing</url>
<connection>scm:git:https://github.com/ascopes/java-compiler-testing</connection>
<developerConnection>scm:git:https://github.com/ascopes/java-compiler-testing</developerConnection>
<tag>vHEAD</tag>
<tag>v3.0.5</tag>
</scm>

<properties>
Expand Down

0 comments on commit e9e4db5

Please sign in to comment.