You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2017/11/17 01:27:43 UTC

directory-fortress-core git commit: FC-230 - Support Java 9

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 50f6df88b -> f246d31c8


FC-230 - Support Java 9


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/f246d31c
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/f246d31c
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/f246d31c

Branch: refs/heads/master
Commit: f246d31c8643267596b0c0d21598fb20a350b707
Parents: 50f6df8
Author: Shawn McKinney <sm...@apache.org>
Authored: Thu Nov 16 19:27:36 2017 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Thu Nov 16 19:27:36 2017 -0600

----------------------------------------------------------------------
 pom.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/f246d31c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b129ecc..842529b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -481,11 +481,13 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-clean-plugin</artifactId>
+          <version>3.0.0</version>
         </plugin>
 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
+          <version>3.0.0</version>
         </plugin>
 
         <plugin>
@@ -502,9 +504,9 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
+          <version>3.6</version>
         </plugin>
 
-        
         <!-- Fires on 'mvn -Dtest=ClassName' where ClassName is junit test class name -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -543,7 +545,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>2.6</version>
+          <version>3.0.2</version>
           <configuration>
             <excludes>
               <exclude>**/bootstrap</exclude>
@@ -606,6 +608,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>
+        <version>3.0.0</version>
         <executions>
           <execution>
             <id>attach-sources</id>