Skip to content

Commit

Permalink
Merge branch 'master' into issue-210-Suggestion_Add_a_parameter_to_co…
Browse files Browse the repository at this point in the history
…ntrol_the_sort_of_dependencies_in_dependencymanagement
  • Loading branch information
Björn Ekryd committed Jul 13, 2022
2 parents 974320b + 6f8a0b4 commit a63767b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.8.5</version>
<version>3.8.6</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/src/it/sort-dependencies-ignore-trick/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.8.5</version>
<version>3.8.6</version>
</dependency>
<dependency>
<?SORTPOM IGNORE?>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
log = new File(basedir, 'build.log')
sorted = new File(basedir, 'pom.xml')
expected = new File(basedir, 'expected_pom.xml')
expected = new File(basedir, 'expected/pom.xml')
backup = new File(basedir, 'pom.xml.bak')

assert log.exists()
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<!-- References plugin (not directly used) -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
</plugin>
<plugin>
<!-- Define versions for standard plugins -->
Expand Down

0 comments on commit a63767b

Please sign in to comment.