Skip to content

Commit

Permalink
Update Build Resources branch (#1058)
Browse files Browse the repository at this point in the history
- Update Apache parent version to latest
- Update Pom sort to latest
- Update Koraktor plugin to latest
- Ignore Intellij files
  • Loading branch information
cjmctague committed Nov 2, 2018
1 parent cce8d25 commit a89ac9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/.classpath
/.project
/.settings/
.idea
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>18</version>
<version>21</version>
</parent>
<groupId>org.apache.fluo</groupId>
<artifactId>build-resources</artifactId>
Expand Down Expand Up @@ -88,7 +88,7 @@
<plugin>
<groupId>com.github.ekryd.sortpom</groupId>
<artifactId>sortpom-maven-plugin</artifactId>
<version>2.8.0</version>
<version>2.10.0</version>
<configuration>
<predefinedSortOrder>recommended_2008_06</predefinedSortOrder>
<createBackupFile>false</createBackupFile>
Expand All @@ -103,7 +103,7 @@
<plugin>
<groupId>com.github.koraktor</groupId>
<artifactId>mavanagaiata</artifactId>
<version>0.7.2</version>
<version>0.9.0</version>
<configuration>
<skipNoGit>true</skipNoGit>
</configuration>
Expand Down

0 comments on commit a89ac9e

Please sign in to comment.