Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 655f99c

Browse files
committed
Set development version to 2.3.0-SNAPSHOT
1 parent 2db6af4 commit 655f99c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>com.buschmais.jqassistant.plugin</groupId>
66
<artifactId>parent</artifactId>
7-
<version>2.3.0-RC2</version>
7+
<version>2.3.0-SNAPSHOT</version>
88
<relativePath/>
99
</parent>
1010

1111
<groupId>com.buschmais.jqassistant.plugin</groupId>
1212
<artifactId>xml</artifactId>
13-
<version>2.3.0-RC2</version>
13+
<version>2.3.0-SNAPSHOT</version>
1414

1515
<name>jQAssistant XML Plugin</name>
1616
<url>https://jqassistant.org/</url>
@@ -40,7 +40,7 @@
4040
</scm>
4141

4242
<properties>
43-
<jqa-plugin-common.version>2.3.0-RC2</jqa-plugin-common.version>
43+
<jqa-plugin-common.version>2.3.0-SNAPSHOT</jqa-plugin-common.version>
4444
</properties>
4545

4646
<build>

0 commit comments

Comments
 (0)