Skip to content

Commit

Permalink
[maven-release-plugin] prepare release license-maven-plugin-4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Sep 27, 2023
1 parent 5e55c0c commit 23a6eb1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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.3-SNAPSHOT</version>
<version>4.3</version>
</parent>
<artifactId>license-maven-plugin-fs</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion 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.3-SNAPSHOT</version>
<version>4.3</version>
</parent>
<artifactId>license-maven-plugin-git</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion 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.3-SNAPSHOT</version>
<version>4.3</version>
</parent>
<artifactId>license-maven-plugin-svn</artifactId>
<packaging>jar</packaging>
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.3-SNAPSHOT</version>
<version>4.3</version>
</parent>

<artifactId>license-maven-plugin</artifactId>
Expand All @@ -37,7 +37,7 @@
<connection>scm:git:https://github.com/mycila/${mycila.github.name}.git</connection>
<developerConnection>scm:git:[email protected]:mycila/${mycila.github.name}.git</developerConnection>
<url>https://github.com/mathieucarbou/${mycila.github.name}</url>
<tag>HEAD</tag>
<tag>license-maven-plugin-4.3</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 @@ -27,7 +27,7 @@
</parent>

<artifactId>license-maven-plugin-parent</artifactId>
<version>4.3-SNAPSHOT</version>
<version>4.3</version>
<packaging>pom</packaging>

<name>license-maven-plugin-parent</name>
Expand Down Expand Up @@ -170,7 +170,7 @@
<connection>scm:git:https://github.com/mycila/${mycila.github.name}.git</connection>
<developerConnection>scm:git:[email protected]:mycila/${mycila.github.name}.git</developerConnection>
<url>https://github.com/mathieucarbou/${mycila.github.name}</url>
<tag>HEAD</tag>
<tag>license-maven-plugin-4.3</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit 23a6eb1

Please sign in to comment.