Skip to content

Commit

Permalink
[maven-release-plugin] prepare release sortpom-parent-3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Ekryd committed Feb 20, 2024
1 parent db972b5 commit 0f6dd0c
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.3.1-SNAPSHOT</version>
<version>3.4.0</version>
</parent>

<!-- Basics -->
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.github.ekryd.sortpom</groupId>
<artifactId>sortpom-sorter</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.4.0</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.3.1-SNAPSHOT</version>
<version>3.4.0</version>
<packaging>pom</packaging>
<name>SortPom</name>
<description>A Maven plugin that sorts the pom.xml file.</description>
Expand Down Expand Up @@ -426,7 +426,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>HEAD</tag>
<tag>sortpom-parent-3.4.0</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.3.1-SNAPSHOT</version>
<version>3.4.0</version>
</parent>

<!-- Basics -->
Expand Down

0 comments on commit 0f6dd0c

Please sign in to comment.