Skip to content

Commit 1e02178

Browse files
author
TheSnoozer
committed
[maven-release-plugin] prepare for next development iteration
1 parent a5726db commit 1e02178

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>pl.project13.maven</groupId>
77
<artifactId>git-commit-id-plugin-parent</artifactId>
8-
<version>4.0.5</version>
8+
<version>5.0.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

maven/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>pl.project13.maven</groupId>
66
<artifactId>git-commit-id-plugin-parent</artifactId>
7-
<version>4.0.5</version>
7+
<version>5.0.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

1111
<artifactId>git-commit-id-plugin</artifactId>
1212
<packaging>maven-plugin</packaging>
13-
<version>4.0.5</version>
13+
<version>5.0.0-SNAPSHOT</version>
1414
<name>Git Commit Id Maven Plugin</name>
1515
<description>
1616
This plugin makes basic repository information available through maven resources. This can be used to display

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>pl.project13.maven</groupId>
1111
<artifactId>git-commit-id-plugin-parent</artifactId>
1212
<packaging>pom</packaging>
13-
<version>4.0.5</version>
13+
<version>5.0.0-SNAPSHOT</version>
1414
<name>Git Commit Id Plugin Parent</name>
1515
<url>http://www.blog.project13.pl</url>
1616

@@ -35,7 +35,7 @@
3535
<url>git@github.com:git-commit-id/git-commit-id-maven-plugin.git</url>
3636
<connection>scm:git@github.com:git-commit-id/git-commit-id-maven-plugin</connection>
3737
<developerConnection>scm:git:git@github.com:git-commit-id/git-commit-id-maven-plugin.git</developerConnection>
38-
<tag>v4.0.5</tag>
38+
<tag>HEAD</tag>
3939
</scm>
4040

4141
<properties>

0 commit comments

Comments
 (0)