[jboss-cvs] JBossAS SVN: r66882 - in projects/security/security-jboss-sx/trunk: jbosssx and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 8 13:31:55 EST 2007


Author: anil.saldhana at jboss.com
Date: 2007-11-08 13:31:55 -0500 (Thu, 08 Nov 2007)
New Revision: 66882

Modified:
   projects/security/security-jboss-sx/trunk/acl/pom.xml
   projects/security/security-jboss-sx/trunk/jbosssx/.classpath
   projects/security/security-jboss-sx/trunk/jbosssx/pom.xml
Log:
update the version and deps

Modified: projects/security/security-jboss-sx/trunk/acl/pom.xml
===================================================================
--- projects/security/security-jboss-sx/trunk/acl/pom.xml	2007-11-08 18:17:32 UTC (rev 66881)
+++ projects/security/security-jboss-sx/trunk/acl/pom.xml	2007-11-08 18:31:55 UTC (rev 66882)
@@ -185,8 +185,8 @@
       </dependency>
       <dependency>
          <groupId>org.jboss.security</groupId>
-         <artifactId>jboss-security-spi</artifactId>
-         <version>2.0.1.GA</version>
+         <artifactId>spi</artifactId>
+         <version>2.0.2-SNAPSHOT</version>
          <scope>compile</scope>
       </dependency>
       <dependency>

Modified: projects/security/security-jboss-sx/trunk/jbosssx/.classpath
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/.classpath	2007-11-08 18:17:32 UTC (rev 66881)
+++ projects/security/security-jboss-sx/trunk/jbosssx/.classpath	2007-11-08 18:31:55 UTC (rev 66882)
@@ -9,7 +9,8 @@
 	<classpathentry kind="var" path="M2_REPO/apache-log4j/log4j/1.2.14/log4j-1.2.14.jar"/>
 	<classpathentry kind="var" path="M2_REPO/sun-xacml/sun-xacml/2.0/sun-xacml-2.0.jar"/>
 	<classpathentry kind="var" path="M2_REPO/org/jboss/jbossxb/2.0.0.CR4/jbossxb-2.0.0.CR4.jar"/>
-	<classpathentry kind="var" path="M2_REPO/jboss/jboss-security-spi/2.0.1-BETA2/jboss-security-spi-2.0.1-BETA2.jar" sourcepath="M2_REPO/jboss/jboss-security-spi/2.0.1-BETA2/jboss-security-spi-2.0.1-BETA2-sources.jar"/>
+	<classpathentry kind="var" path="M2_REPO/org/jboss/security/authorization-spi/2.0.2-SNAPSHOT/authorization-spi-2.0.2-SNAPSHOT.jar" sourcepath="M2_REPO/org/jboss/security/authorization-spi/2.0.2-SNAPSHOT/authorization-spi-2.0.2-SNAPSHOT-sources.jar"/>
+	<classpathentry kind="var" path="M2_REPO/org/jboss/security/spi/2.0.2-SNAPSHOT/spi-2.0.2-SNAPSHOT.jar" sourcepath="M2_REPO/org/jboss/security/spi/2.0.2-SNAPSHOT/spi-2.0.2-SNAPSHOT-sources.jar"/>
 	<classpathentry kind="var" path="M2_REPO/org/jboss/javaee/jboss-javaee/5.0.0.Beta3/jboss-javaee-5.0.0.Beta3.jar"/>
 	<classpathentry kind="var" path="M2_REPO/org/jboss/javaee/jboss-jaspi-api/1.0-BETA1/jboss-jaspi-api-1.0-BETA1.jar"/>
 	<classpathentry kind="var" path="M2_REPO/jboss/jboss-test/1.0.3.GA/jboss-test-1.0.3.GA.jar"/>

Modified: projects/security/security-jboss-sx/trunk/jbosssx/pom.xml
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/pom.xml	2007-11-08 18:17:32 UTC (rev 66881)
+++ projects/security/security-jboss-sx/trunk/jbosssx/pom.xml	2007-11-08 18:31:55 UTC (rev 66882)
@@ -217,8 +217,8 @@
       </dependency>
       <dependency>
          <groupId>org.jboss.security</groupId>
-         <artifactId>jboss-security-spi</artifactId>
-         <version>2.0.1.GA</version>
+         <artifactId>spi</artifactId>
+         <version>2.0.2-SNAPSHOT</version>
          <scope>compile</scope>
       </dependency>
       <dependency>




More information about the jboss-cvs-commits mailing list