Skip to content

Commit

Permalink
[maven-release-plugin] prepare release sortpom-parent-2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekryd committed Apr 2, 2017
1 parent 15b2fee commit 89b93dd
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>2.7.1-SNAPSHOT</version>
<version>2.8.0</version>
</parent>

<!-- Basics -->
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.github.ekryd.sortpom</groupId>
<artifactId>sortpom-sorter</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.8.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>2.7.1-SNAPSHOT</version>
<version>2.8.0</version>
<packaging>pom</packaging>
<name>SortPom</name>
<description>A Maven plugin that sorts the pom.xml file.</description>
Expand Down Expand Up @@ -471,7 +471,7 @@
<scm>
<connection>scm:git:https://github.com/Ekryd/sortpom.git</connection>
<developerConnection>scm:git:https://github.com/Ekryd/sortpom.git</developerConnection>
<tag>HEAD</tag>
<tag>sortpom-parent-2.8.0</tag>
<url>https://github.com/Ekryd/sortpom</url>
</scm>
<issueManagement>
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>2.7.1-SNAPSHOT</version>
<version>2.8.0</version>
</parent>

<!-- Basics -->
Expand Down

0 comments on commit 89b93dd

Please sign in to comment.