Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnoozer committed Jul 15, 2021
1 parent cebae45 commit cfabb65
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-plugin-core</artifactId>
<name>Git Commit Id Plugin Core</name>
<version>4.9.9-SNAPSHOT</version>
<version>4.9.9</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -102,4 +102,8 @@
<scope>test</scope>
</dependency>
</dependencies>

<scm>
<tag>v4.9.9</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>4.9.9-SNAPSHOT</version>
<version>4.9.9</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 Expand Up @@ -330,4 +330,8 @@
</build>
</profile>
</profiles>

<scm>
<tag>v4.9.9</tag>
</scm>
</project>
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.9.9-SNAPSHOT</version>
<version>4.0.5</version>
<name>Git Commit Id Plugin Parent</name>
<url>http://www.blog.project13.pl</url>

Expand All @@ -35,7 +35,7 @@
<url>[email protected]:git-commit-id/git-commit-id-maven-plugin.git</url>
<connection>scm:[email protected]:git-commit-id/git-commit-id-maven-plugin</connection>
<developerConnection>scm:git:[email protected]:git-commit-id/git-commit-id-maven-plugin.git</developerConnection>
<tag>HEAD</tag>
<tag>v4.9.9</tag>
</scm>

<properties>
Expand Down

0 comments on commit cfabb65

Please sign in to comment.