Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnoozer committed Oct 31, 2020
1 parent 96379a8 commit 9bc8b38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin-parent</artifactId>
<version>4.0.3</version>
<version>4.0.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin-parent</artifactId>
<version>4.0.3</version>
<version>4.0.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>git-commit-id-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>4.0.3</version>
<version>4.0.4-SNAPSHOT</version>
<name>Git Commit Id Maven Plugin</name>
<description>
This plugin makes basic repository information available through maven resources. This can be used to display
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin-parent</artifactId>
<packaging>pom</packaging>
<version>4.0.3</version>
<version>4.0.4-SNAPSHOT</version>
<name>Git Commit Id Plugin Parent</name>
<url>http://www.blog.project13.pl</url>

Expand All @@ -35,7 +35,7 @@
<url>git@github.com:git-commit-id/git-commit-id-maven-plugin.git</url>
<connection>scm:git@github.com:git-commit-id/git-commit-id-maven-plugin</connection>
<developerConnection>scm:git:git@github.com:git-commit-id/git-commit-id-maven-plugin.git</developerConnection>
<tag>v4.0.3</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down

0 comments on commit 9bc8b38

Please sign in to comment.