[jboss-cvs] JBossAS SVN: r89805 - in projects/jboss-osgi/projects: integration and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 4 07:46:56 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-06-04 07:46:56 -0400 (Thu, 04 Jun 2009)
New Revision: 89805

Added:
   projects/jboss-osgi/projects/integration/
   projects/jboss-osgi/projects/integration/deployers/
   projects/jboss-osgi/projects/integration/deployers/trunk/
Modified:
   projects/jboss-osgi/projects/integration/deployers/trunk/pom.xml
Log:
Extract integration/deployers

Copied: projects/jboss-osgi/projects/integration/deployers/trunk (from rev 89750, projects/jboss-osgi/trunk/integration/deployers)

Modified: projects/jboss-osgi/projects/integration/deployers/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/integration/deployers/pom.xml	2009-06-03 16:27:45 UTC (rev 89750)
+++ projects/jboss-osgi/projects/integration/deployers/trunk/pom.xml	2009-06-04 11:46:56 UTC (rev 89805)
@@ -8,30 +8,38 @@
   <artifactId>jboss-osgi-deployers</artifactId>
   <packaging>jar</packaging>
 
-  <version>1.0.0.Beta2</version>
+  <version>1.0.0-SNAPSHOT</version>
 
   <parent>
     <groupId>org.jboss.osgi</groupId>
-    <artifactId>jboss-osgi-integration</artifactId>
-    <version>1.0.0.Beta2</version>
+    <artifactId>jboss-osgi-parent</artifactId>
+    <version>1.0.0</version>
   </parent>
 
+  <properties>
+    <version.jboss.osgi.spi>1.0.0.Beta2</version.jboss.osgi.spi>
+    <version.osgi>r4v41</version.osgi>
+  </properties>
+  
   <!-- Dependencies -->
   <dependencies>
     <dependency>
       <groupId>org.jboss.osgi</groupId>
       <artifactId>jboss-osgi-spi</artifactId>
+      <version>${version.jboss.osgi.spi}</version>
     </dependency>
 
     <!-- OSGi Dependencies -->
     <dependency>
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi.core</artifactId>
+      <version>${version.osgi}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi.compendium</artifactId>
+      <version>${version.osgi}</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>




More information about the jboss-cvs-commits mailing list