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

Commit 8011251

Browse files
author
Oliver B. Fischer
committed
Set development version to 1.11.0-SNAPSHOT
1 parent d5ba006 commit 8011251

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 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>1.10.0</version>
7+
<version>1.11.0-SNAPSHOT</version>
88
<relativePath/>
99
</parent>
1010

1111
<groupId>com.buschmais.jqassistant.plugin</groupId>
1212
<artifactId>junit</artifactId>
13-
<version>1.10.0</version>
13+
<version>1.11.0-SNAPSHOT</version>
1414

1515
<name>jQAssistant JUnit Plugin</name>
1616
<url>http://jqassistant.org/</url>
@@ -40,9 +40,9 @@
4040
</scm>
4141

4242
<properties>
43-
<jqa-java-plugin.version>1.10.0</jqa-java-plugin.version>
44-
<jqa-xml-plugin.version>1.10.0</jqa-xml-plugin.version>
45-
<jqa-plugin-common.version>1.10.0</jqa-plugin-common.version>
43+
<jqa-java-plugin.version>1.11.0-SNAPSHOT</jqa-java-plugin.version>
44+
<jqa-xml-plugin.version>1.11.0-SNAPSHOT</jqa-xml-plugin.version>
45+
<jqa-plugin-common.version>1.11.0-SNAPSHOT</jqa-plugin-common.version>
4646
<asciidoctor.toplevelid>junit-plugin</asciidoctor.toplevelid>
4747
</properties>
4848

0 commit comments

Comments
 (0)