Author: sohil.shah(a)jboss.com
Date: 2009-02-12 21:18:37 -0500 (Thu, 12 Feb 2009)
New Revision: 12814
Modified:
modules/authorization/trunk/common/pom.xml
modules/authorization/trunk/core-components/pom.xml
modules/authorization/trunk/enforcement/pom.xml
modules/authorization/trunk/http-profile/pom.xml
modules/authorization/trunk/policy-server/pom.xml
Log:
simplifying artifact names
Modified: modules/authorization/trunk/common/pom.xml
===================================================================
--- modules/authorization/trunk/common/pom.xml 2009-02-13 01:32:25 UTC (rev 12813)
+++ modules/authorization/trunk/common/pom.xml 2009-02-13 02:18:37 UTC (rev 12814)
@@ -7,7 +7,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>jboss-authz-common</artifactId>
+ <artifactId>common-api</artifactId>
<packaging>jar</packaging>
<name>JBoss Authorization Common</name>
<url>http://www.jboss.org</url>
Modified: modules/authorization/trunk/core-components/pom.xml
===================================================================
--- modules/authorization/trunk/core-components/pom.xml 2009-02-13 01:32:25 UTC (rev
12813)
+++ modules/authorization/trunk/core-components/pom.xml 2009-02-13 02:18:37 UTC (rev
12814)
@@ -7,7 +7,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>jboss-authz-core-components</artifactId>
+ <artifactId>core-components-api</artifactId>
<packaging>jar</packaging>
<name>JBoss Authorization Core Components</name>
<url>http://www.jboss.org</url>
@@ -16,7 +16,7 @@
<dependencies>
<dependency>
<groupId>org.jboss.security.authz</groupId>
- <artifactId>jboss-authz-common</artifactId>
+ <artifactId>common-api</artifactId>
<version>${project.version}</version>
</dependency>
Modified: modules/authorization/trunk/enforcement/pom.xml
===================================================================
--- modules/authorization/trunk/enforcement/pom.xml 2009-02-13 01:32:25 UTC (rev 12813)
+++ modules/authorization/trunk/enforcement/pom.xml 2009-02-13 02:18:37 UTC (rev 12814)
@@ -7,7 +7,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>jboss-authz-enforcement</artifactId>
+ <artifactId>enforcement</artifactId>
<packaging>jar</packaging>
<name>JBoss Authorization Policy Enforcement Point</name>
<url>http://www.jboss.org</url>
@@ -16,7 +16,7 @@
<dependencies>
<dependency>
<groupId>org.jboss.security.authz</groupId>
- <artifactId>jboss-authz-common</artifactId>
+ <artifactId>common-api</artifactId>
<version>${project.version}</version>
</dependency>
Modified: modules/authorization/trunk/http-profile/pom.xml
===================================================================
--- modules/authorization/trunk/http-profile/pom.xml 2009-02-13 01:32:25 UTC (rev 12813)
+++ modules/authorization/trunk/http-profile/pom.xml 2009-02-13 02:18:37 UTC (rev 12814)
@@ -7,7 +7,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>jboss-http-profile</artifactId>
+ <artifactId>http-profile</artifactId>
<packaging>jar</packaging>
<name>JBoss Authorization for the HTTP tier</name>
<url>http://www.jboss.org</url>
@@ -16,17 +16,17 @@
<dependencies>
<dependency>
<groupId>org.jboss.security.authz</groupId>
- <artifactId>jboss-authz-common</artifactId>
+ <artifactId>common-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.security.authz</groupId>
- <artifactId>jboss-authz-core-components</artifactId>
+ <artifactId>core-components-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.security.authz</groupId>
- <artifactId>jboss-authz-policy-server</artifactId>
+ <artifactId>policy-server</artifactId>
<version>${project.version}</version>
</dependency>
Modified: modules/authorization/trunk/policy-server/pom.xml
===================================================================
--- modules/authorization/trunk/policy-server/pom.xml 2009-02-13 01:32:25 UTC (rev 12813)
+++ modules/authorization/trunk/policy-server/pom.xml 2009-02-13 02:18:37 UTC (rev 12814)
@@ -7,7 +7,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>jboss-authz-policy-server</artifactId>
+ <artifactId>policy-server</artifactId>
<packaging>jar</packaging>
<name>JBoss Authorization Policy Server</name>
<url>http://www.jboss.org</url>
@@ -16,17 +16,17 @@
<dependencies>
<dependency>
<groupId>org.jboss.security.authz</groupId>
- <artifactId>jboss-authz-common</artifactId>
+ <artifactId>common-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.security.authz</groupId>
- <artifactId>jboss-authz-core-components</artifactId>
+ <artifactId>core-components-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.security.authz</groupId>
- <artifactId>jboss-authz-enforcement</artifactId>
+ <artifactId>enforcement</artifactId>
<version>${project.version}</version>
</dependency>
Show replies by date