[jboss-cvs] JBossAS SVN: r65939 - projects/security/security-jboss-sx/trunk.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Oct 8 16:03:12 EDT 2007
Author: anil.saldhana at jboss.com
Date: 2007-10-08 16:03:12 -0400 (Mon, 08 Oct 2007)
New Revision: 65939
Modified:
projects/security/security-jboss-sx/trunk/.classpath
projects/security/security-jboss-sx/trunk/pom.xml
Log:
use versions rather than snapshots
Modified: projects/security/security-jboss-sx/trunk/.classpath
===================================================================
--- projects/security/security-jboss-sx/trunk/.classpath 2007-10-08 20:02:19 UTC (rev 65938)
+++ projects/security/security-jboss-sx/trunk/.classpath 2007-10-08 20:03:12 UTC (rev 65939)
@@ -8,15 +8,15 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<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-SNAPSHOT/jbossxb-2.0.0-SNAPSHOT.jar"/>
- <classpathentry kind="var" path="M2_REPO/jboss/jboss-security-spi/2.0.1-BETA2/jboss-security-spi-2.0.1-BETA2.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/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"/>
<classpathentry kind="var" path="M2_REPO/sun-xacml/sunxacml-support/2.0/sunxacml-support-2.0.jar"/>
<classpathentry kind="var" path="M2_REPO/sun-jaf/activation/1.1/activation-1.1.jar"/>
<classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
- <classpathentry kind="var" path="M2_REPO/jboss/jboss-common-core/2.2.0-SNAPSHOT/jboss-common-core-2.2.0-SNAPSHOT.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-common-core/2.2.1.GA/jboss-common-core-2.2.1.GA.jar"/>
<classpathentry kind="var" path="M2_REPO/jboss/jboss-logging-spi/2.0.2.GA/jboss-logging-spi-2.0.2.GA.jar"/>
<classpathentry kind="var" path="M2_REPO/javax/mail/mail/1.4/mail-1.4.jar"/>
<classpathentry kind="var" path="M2_REPO/javassist/javassist/3.4.GA/javassist-3.4.GA.jar"/>
Modified: projects/security/security-jboss-sx/trunk/pom.xml
===================================================================
--- projects/security/security-jboss-sx/trunk/pom.xml 2007-10-08 20:02:19 UTC (rev 65938)
+++ projects/security/security-jboss-sx/trunk/pom.xml 2007-10-08 20:03:12 UTC (rev 65939)
@@ -221,9 +221,9 @@
</reporting>
<dependencies>
<dependency>
- <groupId>jboss</groupId>
+ <groupId>org.jboss</groupId>
<artifactId>jboss-common-core</artifactId>
- <version>2.2.0-SNAPSHOT</version>
+ <version>2.2.1.GA</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -247,7 +247,7 @@
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jbossxb</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0.CR4</version>
<scope>compile</scope>
</dependency>
<dependency>
More information about the jboss-cvs-commits
mailing list