You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2014/09/25 23:14:42 UTC

[2/2] git commit: ARGUS-73: Modified to use apache group-id and updated version to 0.4.0

ARGUS-73: Modified to use apache group-id and updated version to 0.4.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-argus/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-argus/commit/ad55c2bb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-argus/tree/ad55c2bb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-argus/diff/ad55c2bb

Branch: refs/heads/master
Commit: ad55c2bbe34699122f855392542a6571c60a2e5d
Parents: 031c848
Author: sneethiraj <sn...@apache.org>
Authored: Thu Sep 25 13:49:41 2014 -0700
Committer: sneethiraj <sn...@apache.org>
Committed: Thu Sep 25 13:49:41 2014 -0700

----------------------------------------------------------------------
 agents-audit/pom.xml      |  4 ++--
 agents-common/pom.xml     |  4 ++--
 agents-cred/pom.xml       |  4 ++--
 agents-impl/pom.xml       |  4 ++--
 agents-installer/pom.xml  |  4 ++--
 credentialbuilder/pom.xml |  7 +++----
 embededwebserver/pom.xml  |  7 +++----
 hbase-agent/pom.xml       |  4 ++--
 hdfs-agent/pom.xml        |  4 ++--
 hive-agent/pom.xml        |  4 ++--
 knox-agent/pom.xml        |  4 ++--
 lookup-client/pom.xml     |  7 +++----
 pom.xml                   |  9 +++++++--
 security-admin/pom.xml    | 11 +++++------
 storm-agent/pom.xml       |  6 +++---
 ugsync/pom.xml            |  9 ++++-----
 unixauthclient/pom.xml    |  7 +++----
 unixauthnative/pom.xml    |  6 ++----
 unixauthservice/pom.xml   | 11 +++++------
 19 files changed, 56 insertions(+), 60 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/ad55c2bb/agents-audit/pom.xml
----------------------------------------------------------------------
diff --git a/agents-audit/pom.xml b/agents-audit/pom.xml
index f2b8efc..6833697 100644
--- a/agents-audit/pom.xml
+++ b/agents-audit/pom.xml
@@ -10,9 +10,9 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
   <parent>
-     <groupId>com.hortonworks.hadoop.security</groupId>
+     <groupId>org.apache.argus</groupId>
      <artifactId>argus</artifactId>
-     <version>0.1.0</version>
+     <version>0.4.0</version>
      <relativePath>..</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/ad55c2bb/agents-common/pom.xml
----------------------------------------------------------------------
diff --git a/agents-common/pom.xml b/agents-common/pom.xml
index 5e1bca7..70e3f87 100644
--- a/agents-common/pom.xml
+++ b/agents-common/pom.xml
@@ -10,9 +10,9 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
   <parent>
-     <groupId>com.hortonworks.hadoop.security</groupId>
+     <groupId>org.apache.argus</groupId>
      <artifactId>argus</artifactId>
-     <version>0.1.0</version>
+     <version>0.4.0</version>
      <relativePath>..</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/ad55c2bb/agents-cred/pom.xml
----------------------------------------------------------------------
diff --git a/agents-cred/pom.xml b/agents-cred/pom.xml
index bb33f6e..8e85370 100644
--- a/agents-cred/pom.xml
+++ b/agents-cred/pom.xml
@@ -10,9 +10,9 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
   <parent>
-     <groupId>com.hortonworks.hadoop.security</groupId>
+     <groupId>org.apache.argus</groupId>
      <artifactId>argus</artifactId>
-     <version>0.1.0</version>
+     <version>0.4.0</version>
      <relativePath>..</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/ad55c2bb/agents-impl/pom.xml
----------------------------------------------------------------------
diff --git a/agents-impl/pom.xml b/agents-impl/pom.xml
index 00e70a2..e563045 100644
--- a/agents-impl/pom.xml
+++ b/agents-impl/pom.xml
@@ -7,9 +7,9 @@
   <description>Security Agents Implementation</description>
   <packaging>jar</packaging>
   <parent>
-     <groupId>com.hortonworks.hadoop.security</groupId>
+     <groupId>org.apache.argus</groupId>
      <artifactId>argus</artifactId>
-     <version>0.1.0</version>
+     <version>0.4.0</version>
      <relativePath>..</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/ad55c2bb/agents-installer/pom.xml
----------------------------------------------------------------------
diff --git a/agents-installer/pom.xml b/agents-installer/pom.xml
index 0b98924..2369581 100644
--- a/agents-installer/pom.xml
+++ b/agents-installer/pom.xml
@@ -7,9 +7,9 @@
   <description>Security Agents Installer</description>
   <packaging>jar</packaging>
   <parent>
-     <groupId>com.hortonworks.hadoop.security</groupId>
+     <groupId>org.apache.argus</groupId>
      <artifactId>argus</artifactId>
-     <version>0.1.0</version>
+     <version>0.4.0</version>
      <relativePath>..</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/ad55c2bb/credentialbuilder/pom.xml
----------------------------------------------------------------------
diff --git a/credentialbuilder/pom.xml b/credentialbuilder/pom.xml
index bebd80f..2c983c1 100644
--- a/credentialbuilder/pom.xml
+++ b/credentialbuilder/pom.xml
@@ -1,16 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <groupId>com.hortonworks.hadoop.security</groupId>
   <artifactId>credentialbuilder</artifactId>
-  <version>0.1.0</version>
+  <version>0.4.0</version>
   <name>Credential Builder</name>
   <description>Credential Builder for non-hadoop java codebase</description>
   <packaging>jar</packaging>
   <parent>
-     <groupId>com.hortonworks.hadoop.security</groupId>
+     <groupId>org.apache.argus</groupId>
      <artifactId>argus</artifactId>
-     <version>0.1.0</version>
+     <version>0.4.0</version>
      <relativePath>..</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/ad55c2bb/embededwebserver/pom.xml
----------------------------------------------------------------------
diff --git a/embededwebserver/pom.xml b/embededwebserver/pom.xml
index a916951..29c77c4 100644
--- a/embededwebserver/pom.xml
+++ b/embededwebserver/pom.xml
@@ -1,16 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <groupId>com.hortonworks.hadoop.security</groupId>
   <artifactId>embededwebserver</artifactId>
-  <version>0.1.0</version>
+  <version>0.4.0</version>
   <name>Embeded Web Server Invoker</name>
   <description>Embeded Web Server Invoker</description>
   <packaging>jar</packaging>
   <parent>
-     <groupId>com.hortonworks.hadoop.security</groupId>
+     <groupId>org.apache.argus</groupId>
      <artifactId>argus</artifactId>
-     <version>0.1.0</version>
+     <version>0.4.0</version>
      <relativePath>..</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/ad55c2bb/hbase-agent/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-agent/pom.xml b/hbase-agent/pom.xml
index 33103d8..b7f474e 100644
--- a/hbase-agent/pom.xml
+++ b/hbase-agent/pom.xml
@@ -10,9 +10,9 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
   <parent>
-     <groupId>com.hortonworks.hadoop.security</groupId>
+     <groupId>org.apache.argus</groupId>
      <artifactId>argus</artifactId>
-     <version>0.1.0</version>
+     <version>0.4.0</version>
      <relativePath>..</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/ad55c2bb/hdfs-agent/pom.xml
----------------------------------------------------------------------
diff --git a/hdfs-agent/pom.xml b/hdfs-agent/pom.xml
index 76ed031..d05e6fd 100644
--- a/hdfs-agent/pom.xml
+++ b/hdfs-agent/pom.xml
@@ -10,9 +10,9 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
   <parent>
-     <groupId>com.hortonworks.hadoop.security</groupId>
+     <groupId>org.apache.argus</groupId>
      <artifactId>argus</artifactId>
-     <version>0.1.0</version>
+     <version>0.4.0</version>
      <relativePath>..</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/ad55c2bb/hive-agent/pom.xml
----------------------------------------------------------------------
diff --git a/hive-agent/pom.xml b/hive-agent/pom.xml
index fcb4b87..c06f20a 100644
--- a/hive-agent/pom.xml
+++ b/hive-agent/pom.xml
@@ -10,9 +10,9 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
   <parent>
-     <groupId>com.hortonworks.hadoop.security</groupId>
+     <groupId>org.apache.argus</groupId>
      <artifactId>argus</artifactId>
-     <version>0.1.0</version>
+     <version>0.4.0</version>
      <relativePath>..</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/ad55c2bb/knox-agent/pom.xml
----------------------------------------------------------------------
diff --git a/knox-agent/pom.xml b/knox-agent/pom.xml
index 00bcfd9..5399c27 100644
--- a/knox-agent/pom.xml
+++ b/knox-agent/pom.xml
@@ -10,9 +10,9 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
   <parent>
-     <groupId>com.hortonworks.hadoop.security</groupId>
+     <groupId>org.apache.argus</groupId>
      <artifactId>argus</artifactId>
-     <version>0.1.0</version>
+     <version>0.4.0</version>
      <relativePath>..</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/ad55c2bb/lookup-client/pom.xml
----------------------------------------------------------------------
diff --git a/lookup-client/pom.xml b/lookup-client/pom.xml
index d447e50..e2512cb 100644
--- a/lookup-client/pom.xml
+++ b/lookup-client/pom.xml
@@ -1,16 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <groupId>com.hortonworks.hadoop.security</groupId>
   <artifactId>lookup-client</artifactId>
-  <version>0.1.0</version>
+  <version>0.4.0</version>
   <name>Resource Lookup API Implementation</name>
   <description>Resource Lookup API Implementation</description>
   <packaging>jar</packaging>
   <parent>
-     <groupId>com.hortonworks.hadoop.security</groupId>
+     <groupId>org.apache.argus</groupId>
      <artifactId>argus</artifactId>
-     <version>0.1.0</version>
+     <version>0.4.0</version>
      <relativePath>..</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/ad55c2bb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b708724..51c467e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,9 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <groupId>com.hortonworks.hadoop.security</groupId>
+  <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>10</version>
+  </parent>
+  <groupId>org.apache.argus</groupId>
   <artifactId>argus</artifactId>
-  <version>0.1.0</version>
+  <version>0.4.0</version>
   <description>Security for Enforcing Enterprise Policies</description>
   <packaging>pom</packaging>
   <name>argus</name>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/ad55c2bb/security-admin/pom.xml
----------------------------------------------------------------------
diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index 71998f9..88e94cf 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -1,16 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <groupId>com.hortonworks.hadoop.security</groupId>
   <artifactId>security-admin-web</artifactId>
-  <version>0.1.0</version>
+  <version>0.4.0</version>
   <name>Security Admin Web Application</name>
   <description>security-admin-tool java web application</description>
   <packaging>war</packaging>
   <parent>
-  	<groupId>com.hortonworks.hadoop.security</groupId>
+  	<groupId>org.apache.argus</groupId>
   	<artifactId>argus</artifactId>
-  	<version>0.1.0</version>
+  	<version>0.4.0</version>
   </parent>
   <dependencies>
 		<dependency>
@@ -309,7 +308,7 @@
     		<version>${codehaus.jackson.version}</version>
 		</dependency>
 		<dependency>
-    		<groupId>com.hortonworks.hadoop.security</groupId>
+    		<groupId>org.apache.argus</groupId>
     		<artifactId>lookup-client</artifactId>
     		<version>${project.version}</version>
            <exclusions>
@@ -383,7 +382,7 @@
         	</exclusions>
 		</dependency>
 		<dependency>
-			<groupId>com.hortonworks.hadoop.security</groupId>
+			<groupId>org.apache.argus</groupId>
 			<artifactId>unixauthclient</artifactId>
 			<version>${project.version}</version>
 		</dependency>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/ad55c2bb/storm-agent/pom.xml
----------------------------------------------------------------------
diff --git a/storm-agent/pom.xml b/storm-agent/pom.xml
index 11299ca..6bcab88 100644
--- a/storm-agent/pom.xml
+++ b/storm-agent/pom.xml
@@ -10,9 +10,9 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
   <parent>
-     <groupId>com.hortonworks.hadoop.security</groupId>
+     <groupId>org.apache.argus</groupId>
      <artifactId>argus</artifactId>
-     <version>0.1.0</version>
+     <version>0.4.0</version>
      <relativePath>..</relativePath>
   </parent>
   <dependencies>
@@ -32,7 +32,7 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>com.hortonworks.hadoop.security</groupId>
+      <groupId>org.apache.argus</groupId>
       <artifactId>credentialbuilder</artifactId>
       <version>${project.version}</version>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/ad55c2bb/ugsync/pom.xml
----------------------------------------------------------------------
diff --git a/ugsync/pom.xml b/ugsync/pom.xml
index 066c7ea..bbe427d 100644
--- a/ugsync/pom.xml
+++ b/ugsync/pom.xml
@@ -5,9 +5,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-      <groupId>com.hortonworks.hadoop.security</groupId>
+      <groupId>org.apache.argus</groupId>
       <artifactId>argus</artifactId>
-      <version>0.1.0</version>
+      <version>0.4.0</version>
 	  <relativePath>..</relativePath>
     </parent>
 
@@ -15,8 +15,7 @@
 
     <packaging>jar</packaging>
     <name>Unix User Group Synchronizer</name>
-    <description>HDP Advanced Security - User, Group sync from sources such as Unix and LDAP</description>
-    <url>http:/hortonworks.com/</url>
+    <description>User, Group sync from sources such as Unix and LDAP</description>
 
     <dependencies>
       <dependency>
@@ -75,7 +74,7 @@
       	<version>${slf4j-api.version}</version>
       </dependency>   
 	  <dependency>
-    	<groupId>com.hortonworks.hadoop.security</groupId>
+    	<groupId>org.apache.argus</groupId>
     	<artifactId>credentialbuilder</artifactId>
     	<version>${project.version}</version>  	
 	  </dependency>  

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/ad55c2bb/unixauthclient/pom.xml
----------------------------------------------------------------------
diff --git a/unixauthclient/pom.xml b/unixauthclient/pom.xml
index 2a912a5..a4b7c2a 100644
--- a/unixauthclient/pom.xml
+++ b/unixauthclient/pom.xml
@@ -5,9 +5,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-      <groupId>com.hortonworks.hadoop.security</groupId>
+      <groupId>org.apache.argus</groupId>
       <artifactId>argus</artifactId>
-      <version>0.1.0</version>
+      <version>0.4.0</version>
       <relativePath>..</relativePath>
     </parent>
 
@@ -16,8 +16,7 @@
     <packaging>jar</packaging>
 
     <name>Unix Authentication Client</name>
-    <description>HDP Advanced Security - Unix authentication client</description>
-    <url>http:/hortonworks.com/</url>
+    <description>Unix authentication client</description>
 
     <dependencies>
       <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/ad55c2bb/unixauthnative/pom.xml
----------------------------------------------------------------------
diff --git a/unixauthnative/pom.xml b/unixauthnative/pom.xml
index 24367cd..9a40733 100644
--- a/unixauthnative/pom.xml
+++ b/unixauthnative/pom.xml
@@ -5,21 +5,19 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-      <groupId>com.hortonworks.hadoop.security</groupId>
+      <groupId>org.apache.argus</groupId>
       <artifactId>security-usergroup-sync</artifactId>
       <version>3.6.000</version>
       <relativePath>..</relativePath>
     </parent>
 
-    <groupId>com.hortonworks.hadoop.security</groupId>
     <artifactId>credValidator</artifactId>
     <version>3.6.000</version>
 
     <packaging>uexe</packaging>
 
     <name>Unix Native Authenticator</name>
-    <description>HDP Advanced Security - Unix authentication service</description>
-    <url>http:/hortonworks.com/</url>
+    <description>Unix authentication service</description>
 
   <build>
     <plugins>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/ad55c2bb/unixauthservice/pom.xml
----------------------------------------------------------------------
diff --git a/unixauthservice/pom.xml b/unixauthservice/pom.xml
index dffb2a4..fb44e52 100644
--- a/unixauthservice/pom.xml
+++ b/unixauthservice/pom.xml
@@ -5,9 +5,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-      <groupId>com.hortonworks.hadoop.security</groupId>
+      <groupId>org.apache.argus</groupId>
       <artifactId>argus</artifactId>
-      <version>0.1.0</version>
+      <version>0.4.0</version>
       <relativePath>..</relativePath>
     </parent>
 
@@ -16,14 +16,13 @@
     <packaging>jar</packaging>
 
     <name>Unix Authentication Service</name>
-    <description>HDP Advanced Security - Unix authentication service</description>
-    <url>http:/hortonworks.com/</url>
+    <description>Unix authentication service</description>
 
     <dependencies>
         <dependency>
-          <groupId>com.hortonworks.hadoop.security</groupId>
+          <groupId>org.apache.argus</groupId>
           <artifactId>unixusersync</artifactId>
-          <version>0.1.0</version>
+          <version>${project.version}</version>
         </dependency>
 
       <dependency>