[zb4osgi-changeset] [scm] ZigBee 4 OSGi repository change: r1126 - in /projects/zb4osgi/trunk: externals/bundles/rxtx/pom.xml externals/libraries/ karaf.features/src/main/resources/features.xml pom/pom.xml zigbee.tester/pax.args

scm-notify at zb4osgi.aaloa.org scm-notify at zb4osgi.aaloa.org
Fri Jan 9 11:21:04 CET 2015


Author: stefano.lenzi
Date: Fri Jan  9 11:21:04 2015
New Revision: 1126

Log:
Adding osgiBuilding number for identifying the several version of RXTX bundle that will be published (i.e. support for new architecture or new operating system )
Updating all the dependencies to the new artifact name


Removed:
    projects/zb4osgi/trunk/externals/libraries/
Modified:
    projects/zb4osgi/trunk/externals/bundles/rxtx/pom.xml
    projects/zb4osgi/trunk/karaf.features/src/main/resources/features.xml
    projects/zb4osgi/trunk/pom/pom.xml
    projects/zb4osgi/trunk/zigbee.tester/pax.args

Modified: projects/zb4osgi/trunk/externals/bundles/rxtx/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/externals/bundles/rxtx/pom.xml	(original)
+++ projects/zb4osgi/trunk/externals/bundles/rxtx/pom.xml	Fri Jan  9 11:21:04 2015
@@ -12,13 +12,12 @@
   <properties>
     <pkgArtifactId>rxtx</pkgArtifactId>
     <pkgVersion>2.1.7</pkgVersion>
-    <pomVersion>6-SNAPSHOT</pomVersion>
-    <osgiVersion>${pkgVersion}</osgiVersion>
+    <osgiPackaging>1</osgiPackaging>
   </properties>
 
   <groupId>org.aaloa.zb4osgi.bundle</groupId>
   <artifactId>org.aaloa.zb4osgi.externals.rxtx</artifactId>
-  <version>2.1.7-SNAPSHOT</version>
+  <version>2.1.7-${osgiPackaging}-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${pkgArtifactId} Bundle Wrapper</name>
   <description>

Modified: projects/zb4osgi/trunk/karaf.features/src/main/resources/features.xml
==============================================================================
--- projects/zb4osgi/trunk/karaf.features/src/main/resources/features.xml	(original)
+++ projects/zb4osgi/trunk/karaf.features/src/main/resources/features.xml	Fri Jan  9 11:21:04 2015
@@ -68,7 +68,7 @@
 	</feature>
 	
 	<feature name="zb4o-rxtx" version="${project.version}">
-		<bundle>mvn:org.aaloa.zb4osgi.bundle/org.aaloa.zb4osgi.externals.rxtx/2.1.7-SNAPSHOT
+		<bundle>mvn:org.aaloa.zb4osgi.bundle/org.aaloa.zb4osgi.externals.rxtx/2.1.7-1-SNAPSHOT
 		</bundle>
 	</feature>
-</features>
+</features>

Modified: projects/zb4osgi/trunk/pom/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/pom/pom.xml	(original)
+++ projects/zb4osgi/trunk/pom/pom.xml	Fri Jan  9 11:21:04 2015
@@ -191,7 +191,7 @@
 			<dependency>
 				<groupId>org.aaloa.zb4osgi.bundle</groupId>
 				<artifactId>org.aaloa.zb4osgi.externals.rxtx</artifactId>
-				<version>2.1.7-SNAPSHOT</version>
+				<version>2.1.7-1-SNAPSHOT</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>

Modified: projects/zb4osgi/trunk/zigbee.tester/pax.args
==============================================================================
--- projects/zb4osgi/trunk/zigbee.tester/pax.args	(original)
+++ projects/zb4osgi/trunk/zigbee.tester/pax.args	Fri Jan  9 11:21:04 2015
@@ -18,7 +18,7 @@
 
 
 # ZigBee Stack General Dependencies & Tool
-mvn:org.aaloa.zb4osgi.bundle/org.aaloa.zb4osgi.externals.rxtx/2.1.7-SNAPSHOT
+mvn:org.aaloa.zb4osgi.bundle/org.aaloa.zb4osgi.externals.rxtx/2.1.7-1-SNAPSHOT
 wrap:mvn:net.sf.trove4j/trove4j/2.1.0
 
 # ZigBee Hardware Access Layer 
@@ -38,4 +38,4 @@
 mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.eh.driver
 mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.zhccl.library
 mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.se.zcl.library
-mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.eh.zcl.library
+mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.eh.zcl.library




More information about the Commit mailing list