You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2018/08/20 08:14:55 UTC

directory-kerby git commit: Update Hadoop version from 3.0.0 to 3.0.3

Repository: directory-kerby
Updated Branches:
  refs/heads/trunk 62e29dc4c -> 0c3d0df21


Update Hadoop version from 3.0.0 to 3.0.3


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/0c3d0df2
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/0c3d0df2
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/0c3d0df2

Branch: refs/heads/trunk
Commit: 0c3d0df2162c285990cda449ccb766edabdc2f0f
Parents: 62e29dc
Author: plusplusjiajia <ji...@intel.com>
Authored: Mon Aug 20 16:12:04 2018 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Mon Aug 20 16:12:04 2018 +0800

----------------------------------------------------------------------
 has-project/has-common/pom.xml  | 6 +++---
 has-project/has-plugins/pom.xml | 6 +++---
 pom.xml                         | 5 ++++-
 3 files changed, 10 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/0c3d0df2/has-project/has-common/pom.xml
----------------------------------------------------------------------
diff --git a/has-project/has-common/pom.xml b/has-project/has-common/pom.xml
index 9eedd57..5cfe239 100644
--- a/has-project/has-common/pom.xml
+++ b/has-project/has-common/pom.xml
@@ -35,12 +35,12 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.4</version>
+      <version>${commons-codec.version}</version>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.2</version>
+      <version>${commons-logging.version}</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
@@ -50,7 +50,7 @@
     <dependency>
       <groupId>org.apache.kerby</groupId>
       <artifactId>kerb-admin</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/0c3d0df2/has-project/has-plugins/pom.xml
----------------------------------------------------------------------
diff --git a/has-project/has-plugins/pom.xml b/has-project/has-plugins/pom.xml
index 4665a97..2b06d17 100644
--- a/has-project/has-plugins/pom.xml
+++ b/has-project/has-plugins/pom.xml
@@ -31,7 +31,7 @@
         <dependency>
             <groupId>commons-dbutils</groupId>
             <artifactId>commons-dbutils</artifactId>
-            <version>1.6</version>
+            <version>${commons-dbutils.version}</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>org.ini4j</groupId>
             <artifactId>ini4j</artifactId>
-            <version>0.5.4</version>
+            <version>${ini4j.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.directory.api</groupId>
@@ -51,7 +51,7 @@
         <dependency>
             <groupId>org.apache.directory.api</groupId>
             <artifactId>api-ldap-codec-standalone</artifactId>
-            <version>1.0.0</version>
+            <version>${ldap.api.version}</version>
         </dependency>
 
 

http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/0c3d0df2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 01bd84e..9e04b81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
     <maven-jxr-plugin.version>2.5</maven-jxr-plugin.version>
     <mockito.version>2.7.22</mockito.version>
     <netty.version>4.0.52.Final</netty.version>
-    <hadoop.version>3.0.0</hadoop.version>
+    <hadoop.version>3.0.3</hadoop.version>
     <bouncycastle.version>1.60</bouncycastle.version>
     <jersey.container.version>2.17</jersey.container.version>
     <jersey.version>1.19</jersey.version>
@@ -73,6 +73,9 @@
     <drizzle-jdbc.version>1.4</drizzle-jdbc.version>
     <jsch.version>0.1.54</jsch.version>
     <maven-owasp-plugin-version>3.3.1</maven-owasp-plugin-version>
+    <commons-codec.version>1.4</commons-codec.version>
+    <commons-logging.version>1.2</commons-logging.version>
+    <ini4j.version>0.5.4</ini4j.version>
   </properties>
 
   <prerequisites>