[jboss-cvs] JBossAS SVN: r84010 - 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
Mon Feb 9 13:53:47 EST 2009


Author: anil.saldhana at jboss.com
Date: 2009-02-09 13:53:47 -0500 (Mon, 09 Feb 2009)
New Revision: 84010

Modified:
   projects/security/security-spi/trunk/.classpath
   projects/security/security-spi/trunk/parent/pom.xml
Log:
upd deps

Modified: projects/security/security-spi/trunk/.classpath
===================================================================
--- projects/security/security-spi/trunk/.classpath	2009-02-09 18:52:00 UTC (rev 84009)
+++ projects/security/security-spi/trunk/.classpath	2009-02-09 18:53:47 UTC (rev 84010)
@@ -8,7 +8,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.0.CR1/jboss-jaspi-api-1.0.0.CR1.jar"/>
+	<classpathentry kind="var" path="M2_REPO/org/jboss/javaee/jboss-jaspi-api/1.0.0.GA/jboss-jaspi-api-1.0.0.GA.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="output" path="target-eclipse/eclipse-classes"/>

Modified: projects/security/security-spi/trunk/parent/pom.xml
===================================================================
--- projects/security/security-spi/trunk/parent/pom.xml	2009-02-09 18:52:00 UTC (rev 84009)
+++ projects/security/security-spi/trunk/parent/pom.xml	2009-02-09 18:53:47 UTC (rev 84010)
@@ -87,7 +87,7 @@
       <dependency>
          <groupId>org.jboss.javaee</groupId>
          <artifactId>jboss-jaspi-api</artifactId>
-         <version>1.0.0.CR1</version>
+         <version>1.0.0.GA</version>
          <scope>compile</scope>
       </dependency>
       <dependency>




More information about the jboss-cvs-commits mailing list