Skip to content

Commit

Permalink
[maven-release-plugin] prepare release license-maven-plugin-4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed May 11, 2024
1 parent 125914e commit aa05f0e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions license-maven-plugin-fs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin-parent</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.5</version>
</parent>
<artifactId>license-maven-plugin-fs</artifactId>
<packaging>jar</packaging>
Expand All @@ -32,7 +32,7 @@
<connection>scm:git:https://github.com/mathieucarbou/license-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:mycila/license-maven-plugin.git</developerConnection>
<url>https://github.com/mathieucarbou/license-maven-plugin</url>
<tag>HEAD</tag>
<tag>license-maven-plugin-4.5</tag>
</scm>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions license-maven-plugin-git/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin-parent</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.5</version>
</parent>
<artifactId>license-maven-plugin-git</artifactId>
<packaging>jar</packaging>
Expand All @@ -32,7 +32,7 @@
<connection>scm:git:https://github.com/mathieucarbou/license-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:mycila/license-maven-plugin.git</developerConnection>
<url>https://github.com/mathieucarbou/license-maven-plugin</url>
<tag>HEAD</tag>
<tag>license-maven-plugin-4.5</tag>
</scm>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions license-maven-plugin-svn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin-parent</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.5</version>
</parent>
<artifactId>license-maven-plugin-svn</artifactId>
<packaging>jar</packaging>
Expand All @@ -30,7 +30,7 @@
<connection>scm:git:https://github.com/mathieucarbou/license-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:mycila/license-maven-plugin.git</developerConnection>
<url>https://github.com/mathieucarbou/license-maven-plugin</url>
<tag>HEAD</tag>
<tag>license-maven-plugin-4.5</tag>
</scm>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions license-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin-parent</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.5</version>
</parent>

<artifactId>license-maven-plugin</artifactId>
Expand All @@ -41,7 +41,7 @@
<connection>scm:git:https://github.com/mathieucarbou/license-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:mycila/license-maven-plugin.git</developerConnection>
<url>https://github.com/mathieucarbou/license-maven-plugin</url>
<tag>HEAD</tag>
<tag>license-maven-plugin-4.5</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin-parent</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.5</version>
<packaging>pom</packaging>

<name>license-maven-plugin-parent</name>
Expand Down Expand Up @@ -125,7 +125,7 @@
<connection>scm:git:https://github.com/mathieucarbou/license-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:mycila/license-maven-plugin.git</developerConnection>
<url>https://github.com/mathieucarbou/license-maven-plugin</url>
<tag>HEAD</tag>
<tag>license-maven-plugin-4.5</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit aa05f0e

Please sign in to comment.