Skip to content

Commit cce8667

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 9c196d5 commit cce8667

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>de.learnlib.tooling</groupId>
2222
<artifactId>build-parent</artifactId>
23-
<version>0.1.1</version>
23+
<version>0.2-SNAPSHOT</version>
2424
<relativePath>../build-parent/pom.xml</relativePath>
2525
</parent>
2626

build-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>de.learnlib.tooling</groupId>
2222
<artifactId>build-tools-parent</artifactId>
23-
<version>0.1.1</version>
23+
<version>0.2-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

build-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>de.learnlib.tooling</groupId>
2222
<artifactId>build-tools-parent</artifactId>
23-
<version>0.1.1</version>
23+
<version>0.2-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919

2020
<groupId>de.learnlib.tooling</groupId>
2121
<artifactId>build-tools-parent</artifactId>
22-
<version>0.1.1</version>
22+
<version>0.2-SNAPSHOT</version>
2323
<packaging>pom</packaging>
2424

2525
<name>Build Tools</name>
@@ -57,7 +57,7 @@ limitations under the License.
5757
<connection>scm:git:https://github.com/LearnLib/build-tools.git</connection>
5858
<developerConnection>scm:git:[email protected]:LearnLib/build-tools.git</developerConnection>
5959
<url>https://github.com/LearnLib/build-tools/tree/develop</url>
60-
<tag>build-tools-0.1.1</tag>
60+
<tag>HEAD</tag>
6161
</scm>
6262
<issueManagement>
6363
<system>GitHub Issues</system>

processors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>de.learnlib.tooling</groupId>
2222
<artifactId>build-parent</artifactId>
23-
<version>0.1.1</version>
23+
<version>0.2-SNAPSHOT</version>
2424
<relativePath>../build-parent/pom.xml</relativePath>
2525
</parent>
2626

0 commit comments

Comments
 (0)