[jboss-cvs] JBossAS SVN: r73215 - in projects/security/security-spi/trunk: parent and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 9 12:09:18 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-05-09 12:09:18 -0400 (Fri, 09 May 2008)
New Revision: 73215

Modified:
   projects/security/security-spi/trunk/.classpath
   projects/security/security-spi/trunk/parent/pom.xml
Log:
update the jaspi dep

Modified: projects/security/security-spi/trunk/.classpath
===================================================================
--- projects/security/security-spi/trunk/.classpath	2008-05-09 16:05:53 UTC (rev 73214)
+++ projects/security/security-spi/trunk/.classpath	2008-05-09 16:09:18 UTC (rev 73215)
@@ -7,7 +7,7 @@
 	<classpathentry kind="src" path="authorization/src/main"/>
 	<classpathentry kind="src" path="spi/src/main"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<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/org/jboss/javaee/jboss-jaspi-api/1.0.0.CR1/jboss-jaspi-api-1.0.0.CR1.jar"/>
 	<classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
 	<classpathentry kind="var" path="M2_REPO/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar"/>
 	<classpathentry kind="var" path="M2_REPO/org/jboss/security/authorization-spi/2.0.2-SNAPSHOT/authorization-spi-2.0.2-SNAPSHOT.jar"/>

Modified: projects/security/security-spi/trunk/parent/pom.xml
===================================================================
--- projects/security/security-spi/trunk/parent/pom.xml	2008-05-09 16:05:53 UTC (rev 73214)
+++ projects/security/security-spi/trunk/parent/pom.xml	2008-05-09 16:09:18 UTC (rev 73215)
@@ -107,7 +107,7 @@
       <dependency>
          <groupId>org.jboss.javaee</groupId>
          <artifactId>jboss-jaspi-api</artifactId>
-         <version>1.0-BETA1</version>
+         <version>1.0.0.CR1</version>
          <scope>compile</scope>
       </dependency>
       <dependency>




More information about the jboss-cvs-commits mailing list