[jboss-svn-commits] JBoss Common SVN: r2952 - jbossxb/trunk.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jan 13 04:55:15 EST 2009
Author: alex.loubyansky at jboss.com
Date: 2009-01-13 04:55:14 -0500 (Tue, 13 Jan 2009)
New Revision: 2952
Modified:
jbossxb/trunk/.classpath
jbossxb/trunk/pom.xml
Log:
JBXB-170
Modified: jbossxb/trunk/.classpath
===================================================================
--- jbossxb/trunk/.classpath 2008-11-27 16:03:51 UTC (rev 2951)
+++ jbossxb/trunk/.classpath 2009-01-13 09:55:14 UTC (rev 2952)
@@ -9,7 +9,7 @@
<classpathentry kind="var" path="M2_REPO/apache-xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar"/>
<classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.14/log4j-1.2.14.jar"/>
<classpathentry kind="var" path="M2_REPO/wutka-dtdparser/dtdparser121/1.2.1/dtdparser121-1.2.1.jar"/>
- <classpathentry kind="var" path="M2_REPO/sun-jaxb/jaxb-api/2.1.4/jaxb-api-2.1.4.jar"/>
+ <classpathentry kind="var" path="M2_REPO/sun-jaxb/jaxb-api/2.1.9/jaxb-api-2.1.9.jar" sourcepath="/M2_REPO/sun-jaxb/jaxb-api/2.1.9/jaxb-api-2.1.9-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/jboss/jboss-common-logging-spi/2.0.4.GA/jboss-common-logging-spi-2.0.4.GA.jar"/>
<classpathentry kind="var" path="M2_REPO/org/jboss/test/jboss-test/1.1.0.GA/jboss-test-1.1.0.GA.jar" sourcepath="/M2_REPO/org/jboss/jboss-test/1.0.4.GA/jboss-test-1.0.4.GA-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/jboss/jboss-reflect/2.0.0.Beta11/jboss-reflect-2.0.0.Beta11.jar" sourcepath="/M2_REPO/org/jboss/jboss-reflect/2.0.0.Beta11/jboss-reflect-2.0.0.Beta11-sources.jar"/>
Modified: jbossxb/trunk/pom.xml
===================================================================
--- jbossxb/trunk/pom.xml 2008-11-27 16:03:51 UTC (rev 2951)
+++ jbossxb/trunk/pom.xml 2009-01-13 09:55:14 UTC (rev 2952)
@@ -121,7 +121,7 @@
<dependency>
<groupId>sun-jaxb</groupId>
<artifactId>jaxb-api</artifactId>
- <version>2.1.4</version>
+ <version>2.1.9</version>
<scope>compile</scope>
</dependency>
More information about the jboss-svn-commits
mailing list