[zb4osgi-changeset] [scm] ZigBee 4 OSGi repository change: r742 - in /projects/zb4osgi: org.aaloa.zb4osgi.pom-8/ releases/org.aaloa.zb4osgi.pom-8/pom.xml releases/org.aaloa.zb4osgi.zigbee.cc2480.datalink-0.7.0/ trunk/pom/pom.xml zigbee.cc2480.datalink-0.7.0/

scm-notify at zb4osgi.aaloa.org scm-notify at zb4osgi.aaloa.org
Mon Jul 8 19:28:35 CEST 2013


Author: stefano.lenzi
Date: Mon Jul  8 19:28:35 2013
New Revision: 742

Log:
Fixed pom declaration for zigbee.cc2480.datalink 0.7.0 that was not released before
Deleting org.aaloa.zb4osgi.pom-8 which was in wrng location and already released
Updating releases/org.aaloa.zb4osgi.pom-8/pom.xml to point to the right rxtx bundle
Fixing current parent POM ( version 9 )


Added:
    projects/zb4osgi/releases/org.aaloa.zb4osgi.zigbee.cc2480.datalink-0.7.0/
      - copied from r741, projects/zb4osgi/zigbee.cc2480.datalink-0.7.0/
Removed:
    projects/zb4osgi/org.aaloa.zb4osgi.pom-8/
    projects/zb4osgi/zigbee.cc2480.datalink-0.7.0/
Modified:
    projects/zb4osgi/releases/org.aaloa.zb4osgi.pom-8/pom.xml
    projects/zb4osgi/trunk/pom/pom.xml

Modified: projects/zb4osgi/releases/org.aaloa.zb4osgi.pom-8/pom.xml
==============================================================================
--- projects/zb4osgi/releases/org.aaloa.zb4osgi.pom-8/pom.xml (original)
+++ projects/zb4osgi/releases/org.aaloa.zb4osgi.pom-8/pom.xml Mon Jul  8 19:28:35 2013
@@ -195,9 +195,9 @@
         <scope>provided</scope>
       </dependency>
       <dependency>
-        <groupId>org.aal-persona.bundle</groupId>
-        <artifactId>org.aal-persona.bundle.rxtx</artifactId>
-        <version>2.1.7-0002</version>
+        <groupId>org.aaloa.zb4osgi.bundle.rxtx</groupId>
+        <artifactId>org.aaloa.zb4osgi.bundle.rxtx</artifactId>
+        <version>2.1.7-1</version>
         <scope>provided</scope>
       </dependency>
 

Modified: projects/zb4osgi/trunk/pom/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/pom/pom.xml (original)
+++ projects/zb4osgi/trunk/pom/pom.xml Mon Jul  8 19:28:35 2013
@@ -139,8 +139,16 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-release-plugin</artifactId>
-				<version>2.2</version>
-				<configuration>
+				<version>2.4.1</version>
+          <!--dependencies>
+            <dependency>
+              <groupId>org.apache.maven.scm</groupId>
+              <artifactId>maven-scm-provider-svnexe</artifactId>
+              <version>1.8.1</version>
+            </dependency>
+          </dependencies-->
+				<configuration>
+            <!--useReleaseProfile>false</useReleaseProfile-->
 					<tagBase>https://svn.aaloa.org/projects/zb4osgi/releases</tagBase>
 				</configuration>
 			</plugin>
@@ -164,7 +172,7 @@
 			<dependency>
 				<groupId>org.aaloa.zb4osgi</groupId>
 				<artifactId>org.aaloa.zb4osgi.zigbee.common</artifactId>
-				<version>0.5.0-SNAPSHOT</version>
+				<version>0.5.0</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>




More information about the Commit mailing list