Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnoozer committed Aug 1, 2021
1 parent 5bc428d commit 00828dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin-parent</artifactId>
<version>4.9.10-SNAPSHOT</version>
<version>4.9.10</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin-core</artifactId>
<name>Git Commit Id Plugin Core</name>
<version>4.9.10-SNAPSHOT</version>
<version>4.9.10</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin-parent</artifactId>
<version>4.9.10-SNAPSHOT</version>
<version>4.9.10</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>4.9.10-SNAPSHOT</version>
<version>4.9.10</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.9.10-SNAPSHOT</version>
<version>4.9.10</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.10</tag>
</scm>

<properties>
Expand Down

0 comments on commit 00828dc

Please sign in to comment.