Author: thomas.diesler(a)jboss.com
Date: 2007-03-23 16:46:51 -0400 (Fri, 23 Mar 2007)
New Revision: 2676
Modified:
branches/jbossws-1.2.1/build/etc/component-info/integration-jboss50.xml
branches/jbossws-1.2.1/build/version.properties
Log:
Fix thirdparty versions
Modified: branches/jbossws-1.2.1/build/etc/component-info/integration-jboss50.xml
===================================================================
--- branches/jbossws-1.2.1/build/etc/component-info/integration-jboss50.xml 2007-03-23
20:24:52 UTC (rev 2675)
+++ branches/jbossws-1.2.1/build/etc/component-info/integration-jboss50.xml 2007-03-23
20:46:51 UTC (rev 2676)
@@ -12,13 +12,13 @@
<compatible version="@repository.id(a)"/>
</import>
<import componentref="jboss/jbossxb">
- <compatible version="@jboss-jbossxb@"/>
+ <compatible version="@jboss-jbossxb@-jboss50"/>
</import>
<import componentref="jboss/microcontainer">
- <compatible version="@jboss-microcontainer@"/>
+ <compatible version="@jboss-microcontainer@-jboss50"/>
</import>
<import componentref="jboss/remoting">
- <compatible version="@jboss-remoting@"/>
+ <compatible version="@jboss-remoting@-jboss50"/>
</import>
<export>
Modified: branches/jbossws-1.2.1/build/version.properties
===================================================================
--- branches/jbossws-1.2.1/build/version.properties 2007-03-23 20:24:52 UTC (rev 2675)
+++ branches/jbossws-1.2.1/build/version.properties 2007-03-23 20:46:51 UTC (rev 2676)
@@ -13,26 +13,32 @@
implementation.vendor=JBoss Inc.
implementation.vendor.id=http://www.jboss.org
-# thirdparty library versions that are referenced in component-info.xml
-# JBossAS-5.0
+# Thirdparty library versions that are referenced in component-info.xml
apache-xmlsec=1.3.0
ibm-wsdl4j=1.5.2jboss
javassist=3.5.0.CR1
-jboss-jbossxb=2.0.0.CR1
-jboss-microcontainer=2.0.0.Beta3
-jboss-remoting=2.2.0.Alpha7
-sun-jaxb=2.0.3
+sun-jaxb=2.0.3jboss
stax-api=1.0
+# Build and Tomcat
+jboss-jbossxb=1.0.0.CR9
+jboss-microcontainer=1.0.2
+jboss-remoting=2.0.0.GA
+
+# JBossAS-5.0
+jboss-jbossxb-jboss50=2.0.0.CR1
+jboss-microcontainer-jboss50=2.0.0.Beta3
+jboss-remoting-jboss50=2.2.0.Alpha7
+
# JBossAS-4.2
jboss-jbossxb-jboss42=1.0.0.CR9
jboss-microcontainer-jboss42=1.0.2
jboss-remoting-jboss42=2.0.0.GA
# JBossAS-4.0
-#jboss-jbossxb-jboss40=2.0.0.CR1
-#jboss-microcontainer-jboss40=1.0.2
-#jboss-remoting-jboss40=2.0.0.GA
+jboss-jbossxb-jboss40=1.0.0.CR9
+jboss-microcontainer-jboss40=1.0.2
+jboss-remoting-jboss40=1.4.3.GA
# thirdparty library versions
apache-ant=1.6.5