This is an automated email from the ASF dual-hosted git repository.
cjmctague pushed a commit to branch build-resources
in repository https://gitbox.apache.org/repos/asf/fluo.git
The following commit(s) were added to refs/heads/build-resources by this push:
new a89ac9e Update Build Resources branch (#1058)
a89ac9e is described below
commit a89ac9e858bf0350a7e0a736cbc63f49f39a787c
Author: Christopher McTague <[email protected]>
AuthorDate: Fri Nov 2 17:36:33 2018 -0400
Update Build Resources branch (#1058)
- Update Apache parent version to latest
- Update Pom sort to latest
- Update Koraktor plugin to latest
- Ignore Intellij files
---
.gitignore | 1 +
pom.xml | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index d98981c..b8d3555 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/.classpath
/.project
/.settings/
+.idea
diff --git a/pom.xml b/pom.xml
index 2793bba..d5f9bc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -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>
@@ -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>