Skip to content

Commit c2acda4

Browse files
author
Björn Ekryd
committed
[maven-release-plugin] prepare release sortpom-parent-3.4.1
1 parent 7e1a489 commit c2acda4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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>3.4.1-SNAPSHOT</version>
9+
<version>3.4.1</version>
1010
</parent>
1111

1212
<!-- Basics -->
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.github.ekryd.sortpom</groupId>
2121
<artifactId>sortpom-sorter</artifactId>
22-
<version>3.4.1-SNAPSHOT</version>
22+
<version>3.4.1</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>org.apache.maven</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
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>3.4.1-SNAPSHOT</version>
9+
<version>3.4.1</version>
1010
<packaging>pom</packaging>
1111
<name>SortPom</name>
1212
<description>A Maven plugin that sorts the pom.xml file.</description>
@@ -426,7 +426,7 @@
426426
<connection>scm:git:https://github.com/Ekryd/sortpom.git</connection>
427427
<developerConnection>scm:git:https://github.com/Ekryd/sortpom.git</developerConnection>
428428
<url>https://github.com/Ekryd/sortpom</url>
429-
<tag>HEAD</tag>
429+
<tag>sortpom-parent-3.4.1</tag>
430430
</scm>
431431
<issueManagement>
432432
<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>3.4.1-SNAPSHOT</version>
9+
<version>3.4.1</version>
1010
</parent>
1111

1212
<!-- Basics -->

0 commit comments

Comments
 (0)