Skip to content

Commit

Permalink
Set development version to 2.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkMahler committed Jun 12, 2024
1 parent d8755f4 commit ccfefd0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions plugin/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>com.buschmais.jqassistant.plugin</groupId>
<artifactId>parent</artifactId>
<version>2.3.0-RC1</version>
<version>2.3.0-SNAPSHOT</version>
<relativePath/>
</parent>

<groupId>com.buschmais.jqassistant.plugin</groupId>
<artifactId>maven3</artifactId>
<version>2.3.0-RC1</version>
<version>2.3.0-SNAPSHOT</version>

<name>jQAssistant Maven 3 Plugin</name>
<url>https://jqassistant.org/</url>
Expand Down Expand Up @@ -40,10 +40,10 @@
</scm>

<properties>
<jqa-plugin-common.version>2.3.0-RC1</jqa-plugin-common.version>
<jqa-java-plugin.version>2.3.0-RC1</jqa-java-plugin.version>
<jqa-junit-plugin.version>2.3.0-RC1</jqa-junit-plugin.version>
<jqa-xml-plugin.version>2.3.0-RC1</jqa-xml-plugin.version>
<jqa-plugin-common.version>2.3.0-SNAPSHOT</jqa-plugin-common.version>
<jqa-java-plugin.version>2.3.0-SNAPSHOT</jqa-java-plugin.version>
<jqa-junit-plugin.version>2.3.0-SNAPSHOT</jqa-junit-plugin.version>
<jqa-xml-plugin.version>2.3.0-SNAPSHOT</jqa-xml-plugin.version>
<org.apache.maven.version>3.5.0</org.apache.maven.version>
<org.apache.maven_dependency-tree.version>3.1.0</org.apache.maven_dependency-tree.version>
</properties>
Expand Down

0 comments on commit ccfefd0

Please sign in to comment.