Skip to content

Commit

Permalink
Merge branch 'master' into generate-site
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou authored Jan 10, 2022
2 parents 65a04fa + 017e203 commit 210291d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.2.rc2</version>
<version>4.2-SNAPSHOT</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.2.rc2</version>
<version>4.2-SNAPSHOT</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.2.rc2</version>
<version>4.2-SNAPSHOT</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:git@github.com:mycila/${mycila.github.name}.git</developerConnection>
<url>/~https://github.com/mathieucarbou/${mycila.github.name}</url>
<tag>license-maven-plugin-4.2.rc2</tag>
<tag>HEAD</tag>
</scm>

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

<artifactId>license-maven-plugin-parent</artifactId>
<version>4.2.rc2</version>
<version>4.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>license-maven-plugin-parent</name>
Expand All @@ -51,7 +51,7 @@
<connection>scm:git:/~https://github.com/mycila/${mycila.github.name}.git</connection>
<developerConnection>scm:git:git@github.com:mycila/${mycila.github.name}.git</developerConnection>
<url>/~https://github.com/mathieucarbou/${mycila.github.name}</url>
<tag>license-maven-plugin-4.2.rc2</tag>
<tag>HEAD</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit 210291d

Please sign in to comment.