[jboss-cvs] JBossAS SVN: r96238 - in projects/jboss-osgi/tags/jboss-osgi-1.0.0.Beta2: blueprint/impl and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 10 17:42:17 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-11-10 17:42:17 -0500 (Tue, 10 Nov 2009)
New Revision: 96238

Modified:
   projects/jboss-osgi/tags/jboss-osgi-1.0.0.Beta2/blueprint/impl/pom.xml
   projects/jboss-osgi/tags/jboss-osgi-1.0.0.Beta2/pom.xml
Log:
Post release 1.0.0.Beta2 build fix

Modified: projects/jboss-osgi/tags/jboss-osgi-1.0.0.Beta2/blueprint/impl/pom.xml
===================================================================
--- projects/jboss-osgi/tags/jboss-osgi-1.0.0.Beta2/blueprint/impl/pom.xml	2009-11-10 22:39:42 UTC (rev 96237)
+++ projects/jboss-osgi/tags/jboss-osgi-1.0.0.Beta2/blueprint/impl/pom.xml	2009-11-10 22:42:17 UTC (rev 96238)
@@ -64,6 +64,7 @@
               org.osgi.service.blueprint.*
             </Export-Package>
             <Import-Package>
+              javax.xml.namespace,
               org.apache.xerces.dom,
               org.jboss.osgi.common.log;version=1.0,
               org.jboss.osgi.spi;version=1.0,

Modified: projects/jboss-osgi/tags/jboss-osgi-1.0.0.Beta2/pom.xml
===================================================================
--- projects/jboss-osgi/tags/jboss-osgi-1.0.0.Beta2/pom.xml	2009-11-10 22:39:42 UTC (rev 96237)
+++ projects/jboss-osgi/tags/jboss-osgi-1.0.0.Beta2/pom.xml	2009-11-10 22:42:17 UTC (rev 96238)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jboss.osgi</groupId>
     <artifactId>jboss-osgi-parent</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.0.SP1</version>
   </parent>
   
   <!-- Modules -->




More information about the jboss-cvs-commits mailing list