Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Ekryd committed May 24, 2022
1 parent 2865762 commit 65db673
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.ekryd.sortpom</groupId>
<artifactId>sortpom-parent</artifactId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
</parent>

<!-- Basics -->
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.github.ekryd.sortpom</groupId>
<artifactId>sortpom-sorter</artifactId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Basics -->
<groupId>com.github.ekryd.sortpom</groupId>
<artifactId>sortpom-parent</artifactId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>SortPom</name>
<description>A Maven plugin that sorts the pom.xml file.</description>
Expand Down Expand Up @@ -431,7 +431,7 @@
<connection>scm:git:https://github.com/Ekryd/sortpom.git</connection>
<developerConnection>scm:git:https://github.com/Ekryd/sortpom.git</developerConnection>
<url>https://github.com/Ekryd/sortpom</url>
<tag>sortpom-parent-3.1.1</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand Down
2 changes: 1 addition & 1 deletion sorter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.ekryd.sortpom</groupId>
<artifactId>sortpom-parent</artifactId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
</parent>

<!-- Basics -->
Expand Down

0 comments on commit 65db673

Please sign in to comment.