Skip to content

Commit

Permalink
The standard sort order for Maven has been changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekryd committed Sep 20, 2018
1 parent 416da29 commit 590d989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sorter/src/main/resources/default_1_0_0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<modelVersion />

<parent>
<artifactId />
<groupId />
<artifactId />
<version />
<relativePath />
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>modelVersion</modelVersion>
<parent>
<artifactId>artifactId</artifactId>
<groupId>groupId</groupId>
<artifactId>artifactId</artifactId>
<version>version</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down

0 comments on commit 590d989

Please sign in to comment.