Skip to content

Commit e7656dd

Browse files
committed
[maven-release-plugin] prepare release sortpom-parent-2.4.0
1 parent ee76c2a commit e7656dd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.ekryd.sortpom</groupId>
88
<artifactId>sortpom-parent</artifactId>
9-
<version>2.4.0-SNAPSHOT</version>
9+
<version>2.4.0</version>
1010
</parent>
1111

1212
<!-- Basics -->
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.github.ekryd.sortpom</groupId>
2626
<artifactId>sortpom-sorter</artifactId>
27-
<version>2.4.0-SNAPSHOT</version>
27+
<version>2.4.0</version>
2828
</dependency>
2929
</dependencies>
3030

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- Basics -->
77
<groupId>com.github.ekryd.sortpom</groupId>
88
<artifactId>sortpom-parent</artifactId>
9-
<version>2.4.0-SNAPSHOT</version>
9+
<version>2.4.0</version>
1010
<packaging>pom</packaging>
1111
<name>SortPom</name>
1212
<description>A Maven plugin that sorts the pom.xml file.</description>
@@ -253,6 +253,7 @@
253253
<connection>scm:git:https://github.com/Ekryd/sortpom.git</connection>
254254
<developerConnection>scm:git:https://github.com/Ekryd/sortpom.git</developerConnection>
255255
<url>https://github.com/Ekryd/sortpom</url>
256+
<tag>sortpom-parent-2.4.0</tag>
256257
</scm>
257258
<issueManagement>
258259
<system>GitHub</system>

sorter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.ekryd.sortpom</groupId>
88
<artifactId>sortpom-parent</artifactId>
9-
<version>2.4.0-SNAPSHOT</version>
9+
<version>2.4.0</version>
1010
</parent>
1111

1212
<!-- Basics -->

0 commit comments

Comments
 (0)