Skip to content

Commit 0af601e

Browse files
author
TheSnoozer
committed
[maven-release-plugin] prepare for next development iteration
1 parent 1e35ba9 commit 0af601e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<artifactId>git-commit-id-plugin-debugging</artifactId>
1212
<packaging>pom</packaging>
1313

14-
<version>0.0.2</version>
14+
<version>0.0.3-SNAPSHOT</version>
1515

1616
<name>Git Commit Id Plugin Maven Mojo Debugging</name>
1717
<description>
@@ -35,7 +35,7 @@
3535
<url>git@github.com:TheSnoozer/git-commit-id-debugging.git</url>
3636
<connection>scm:git:git@github.com:TheSnoozer/git-commit-id-debugging.git</connection>
3737
<developerConnection>scm:git:git@github.com:TheSnoozer/git-commit-id-debugging.git</developerConnection>
38-
<tag>git-commit-id-plugin-debugging-0.0.2</tag>
38+
<tag>HEAD</tag>
3939
</scm>
4040

4141
<properties>

submodule-one/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>pl.project13.maven</groupId>
77
<artifactId>git-commit-id-plugin-debugging</artifactId>
8-
<version>0.0.2</version>
8+
<version>0.0.3-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>pl.project13.maven</groupId>
1212
<artifactId>submodule-one</artifactId>
13-
<version>0.0.2</version>
13+
<version>0.0.3-SNAPSHOT</version>
1414

1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

submodule-two/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>pl.project13.maven</groupId>
77
<artifactId>git-commit-id-plugin-debugging</artifactId>
8-
<version>0.0.2</version>
8+
<version>0.0.3-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>pl.project13.maven</groupId>
1212
<artifactId>submodule-two</artifactId>
13-
<version>0.0.2</version>
13+
<version>0.0.3-SNAPSHOT</version>
1414
<packaging>jar</packaging>
1515

1616
<properties>

0 commit comments

Comments
 (0)