[zb4osgi-changeset] [scm] ZigBee 4 OSGi repository change: r299 - in /projects/zb4osgi/trunk: ./ pom/ zigbee.CC2530.driver/ zigbee.CC2530.driver/target/ zigbee.basedriver.api/ zigbee.basedriver.stub/ zigbee.basedriver/ zigbee.cc2480.datalink/ zigbee.common/ zigbee.dongle.api/ zigbee.ez430-rf2480.driver/ zigbee.ha.driver.stub/ zigbee.ha.driver/ zigbee.network.browser/ zigbee.tester/ zigbee.zcl.library/

scm-notify at zb4osgi.aaloa.org scm-notify at zb4osgi.aaloa.org
Fri Jun 24 18:42:44 CEST 2011


Author: stefano.lenzi
Date: Fri Jun 24 18:42:44 2011
New Revision: 299

Log:
Updated pom from 8 to 9-SNAPSHOT (it was left by error since la release)
Added nexus.aaloa.org to the repository where to look for dependencies
Updated dependecies in parent POM to the SNAPSHOT version on the trunk
Changed version of zigbee.common from 0.5.0 to 0.6.0-SNAPSHOT
Changed version of zigbee.cc2480.datalink from 0.7.0 to 0.8.0-SNAPSHOT

Removed:
    projects/zb4osgi/trunk/zigbee.CC2530.driver/target/
Modified:
    projects/zb4osgi/trunk/pom.xml
    projects/zb4osgi/trunk/pom/pom.xml
    projects/zb4osgi/trunk/zigbee.CC2530.driver/   (props changed)
    projects/zb4osgi/trunk/zigbee.CC2530.driver/pom.xml
    projects/zb4osgi/trunk/zigbee.basedriver.api/pom.xml
    projects/zb4osgi/trunk/zigbee.basedriver.stub/pom.xml
    projects/zb4osgi/trunk/zigbee.basedriver/pom.xml
    projects/zb4osgi/trunk/zigbee.cc2480.datalink/pom.xml
    projects/zb4osgi/trunk/zigbee.common/pom.xml
    projects/zb4osgi/trunk/zigbee.dongle.api/pom.xml
    projects/zb4osgi/trunk/zigbee.ez430-rf2480.driver/pom.xml
    projects/zb4osgi/trunk/zigbee.ha.driver.stub/pom.xml
    projects/zb4osgi/trunk/zigbee.ha.driver/pom.xml
    projects/zb4osgi/trunk/zigbee.network.browser/pom.xml
    projects/zb4osgi/trunk/zigbee.tester/pom.xml
    projects/zb4osgi/trunk/zigbee.zcl.library/pom.xml

Modified: projects/zb4osgi/trunk/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/pom.xml (original)
+++ projects/zb4osgi/trunk/pom.xml Fri Jun 24 18:42:44 2011
@@ -64,6 +64,11 @@
     <repository>
       <id>ops4j.releases</id>
       <url>http://repository.ops4j.org/maven2/</url>
+      <snapshots><enabled>false</enabled></snapshots>
+    </repository>
+    <repository>
+      <id>nexus.aaloa.org</id>
+      <url>http://nexus.aaloa.org/content/repositories/releases/</url>
       <snapshots><enabled>false</enabled></snapshots>
     </repository>
   </repositories>

Modified: projects/zb4osgi/trunk/pom/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/pom/pom.xml (original)
+++ projects/zb4osgi/trunk/pom/pom.xml Fri Jun 24 18:42:44 2011
@@ -23,7 +23,7 @@
   <groupId>org.aaloa.zb4osgi</groupId>
   <artifactId>org.aaloa.zb4osgi.pom</artifactId>
   <packaging>pom</packaging>  
-  <version>8</version>
+  <version>9-SNAPSHOT</version>
 
   <name>Suite of bundle for integrating ZigBee device in OSGi</name>
   <url>http://zb4osgi.aaloa.org/</url>
@@ -60,6 +60,11 @@
     <repository>
       <id>ops4j.releases</id>
       <url>http://repository.ops4j.org/maven2/</url>
+      <snapshots><enabled>false</enabled></snapshots>
+    </repository>
+    <repository>
+      <id>nexus.aaloa.org</id>
+      <url>http://nexus.aaloa.org/content/repositories/releases/</url>
       <snapshots><enabled>false</enabled></snapshots>
     </repository>
   </repositories>
@@ -153,7 +158,7 @@
       <dependency>
         <groupId>org.aaloa.zb4osgi</groupId>
         <artifactId>org.aaloa.zb4osgi.zigbee.common</artifactId>
-        <version>0.5.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <scope>provided</scope>
       </dependency>
       <dependency>
@@ -171,7 +176,7 @@
       <dependency>
         <groupId>org.aaloa.zb4osgi</groupId>
         <artifactId>org.aaloa.zb4osgi.zigbee.cc2480.datalink</artifactId>
-        <version>0.7.0</version>
+        <version>0.8.0-SNAPSHOT</version>
         <scope>provided</scope>
       </dependency>
       <dependency>

Propchange: projects/zb4osgi/trunk/zigbee.CC2530.driver/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Jun 24 18:42:44 2011
@@ -1,3 +1,7 @@
 .classpath
+.settings
 .project
-.settings
+runner
+bin
+eclipse-runner
+target

Modified: projects/zb4osgi/trunk/zigbee.CC2530.driver/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/zigbee.CC2530.driver/pom.xml (original)
+++ projects/zb4osgi/trunk/zigbee.CC2530.driver/pom.xml Fri Jun 24 18:42:44 2011
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
@@ -83,10 +101,6 @@
   </scm>
 
   <dependencies>
-<!--    <dependency>-->
-<!--      <groupId>org.aal-persona.bundle</groupId>-->
-<!--      <artifactId>org.aal-persona.bundle.rxtx</artifactId>-->
-<!--    </dependency>-->
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.osgi.core</artifactId>
@@ -106,7 +120,7 @@
     <dependency>
     	<groupId>org.aaloa.zb4osgi</groupId>
     	<artifactId>org.aaloa.zb4osgi.zigbee.dongle.api</artifactId>
-    	<version>0.7.0-SNAPSHOT</version>
+    	<version>0.6.0</version>
     	<type>bundle</type>
     	<scope>compile</scope>
     </dependency>

Modified: projects/zb4osgi/trunk/zigbee.basedriver.api/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/zigbee.basedriver.api/pom.xml (original)
+++ projects/zb4osgi/trunk/zigbee.basedriver.api/pom.xml Fri Jun 24 18:42:44 2011
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.aaloa.zb4osgi</groupId>
     <artifactId>org.aaloa.zb4osgi.pom</artifactId>
-    <version>8</version>
+    <version>9-SNAPSHOT</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
    

Modified: projects/zb4osgi/trunk/zigbee.basedriver.stub/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/zigbee.basedriver.stub/pom.xml (original)
+++ projects/zb4osgi/trunk/zigbee.basedriver.stub/pom.xml Fri Jun 24 18:42:44 2011
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.aaloa.zb4osgi</groupId>
     <artifactId>org.aaloa.zb4osgi.pom</artifactId>
-    <version>8</version>
+    <version>9-SNAPSHOT</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
 

Modified: projects/zb4osgi/trunk/zigbee.basedriver/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/zigbee.basedriver/pom.xml (original)
+++ projects/zb4osgi/trunk/zigbee.basedriver/pom.xml Fri Jun 24 18:42:44 2011
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.aaloa.zb4osgi</groupId>
     <artifactId>org.aaloa.zb4osgi.pom</artifactId>
-    <version>8</version>
+    <version>9-SNAPSHOT</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
 

Modified: projects/zb4osgi/trunk/zigbee.cc2480.datalink/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/zigbee.cc2480.datalink/pom.xml (original)
+++ projects/zb4osgi/trunk/zigbee.cc2480.datalink/pom.xml Fri Jun 24 18:42:44 2011
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.aaloa.zb4osgi</groupId>
     <artifactId>org.aaloa.zb4osgi.pom</artifactId>
-    <version>8</version>
+    <version>9-SNAPSHOT</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
 
   <groupId>org.aaloa.zb4osgi</groupId>
   <artifactId>org.aaloa.zb4osgi.zigbee.cc2480.datalink</artifactId>
-  <version>0.7.0</version>
+  <version>0.8.0-SNAPSHOT</version>
   <packaging>bundle</packaging>  
 
   <name>CC2480 Data Link protocol library</name>

Modified: projects/zb4osgi/trunk/zigbee.common/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/zigbee.common/pom.xml (original)
+++ projects/zb4osgi/trunk/zigbee.common/pom.xml Fri Jun 24 18:42:44 2011
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.aaloa.zb4osgi</groupId>
     <artifactId>org.aaloa.zb4osgi.pom</artifactId>
-    <version>8</version>
+    <version>9-SNAPSHOT</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
 
   <groupId>org.aaloa.zb4osgi</groupId>
   <artifactId>org.aaloa.zb4osgi.zigbee.common</artifactId>
-  <version>0.5.0</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>bundle</packaging>  
 
   <name>OSGi and Primitive Types Utility</name>

Modified: projects/zb4osgi/trunk/zigbee.dongle.api/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/zigbee.dongle.api/pom.xml (original)
+++ projects/zb4osgi/trunk/zigbee.dongle.api/pom.xml Fri Jun 24 18:42:44 2011
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.aaloa.zb4osgi</groupId>
     <artifactId>org.aaloa.zb4osgi.pom</artifactId>
-    <version>8</version>
+    <version>9-SNAPSHOT</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
 

Modified: projects/zb4osgi/trunk/zigbee.ez430-rf2480.driver/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/zigbee.ez430-rf2480.driver/pom.xml (original)
+++ projects/zb4osgi/trunk/zigbee.ez430-rf2480.driver/pom.xml Fri Jun 24 18:42:44 2011
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.aaloa.zb4osgi</groupId>
     <artifactId>org.aaloa.zb4osgi.pom</artifactId>
-    <version>8</version>
+    <version>9-SNAPSHOT</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
 

Modified: projects/zb4osgi/trunk/zigbee.ha.driver.stub/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/zigbee.ha.driver.stub/pom.xml (original)
+++ projects/zb4osgi/trunk/zigbee.ha.driver.stub/pom.xml Fri Jun 24 18:42:44 2011
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.aaloa.zb4osgi</groupId>
     <artifactId>org.aaloa.zb4osgi.pom</artifactId>
-    <version>8</version>
+    <version>9-SNAPSHOT</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
 

Modified: projects/zb4osgi/trunk/zigbee.ha.driver/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/zigbee.ha.driver/pom.xml (original)
+++ projects/zb4osgi/trunk/zigbee.ha.driver/pom.xml Fri Jun 24 18:42:44 2011
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.aaloa.zb4osgi</groupId>
     <artifactId>org.aaloa.zb4osgi.pom</artifactId>
-    <version>8</version>
+    <version>9-SNAPSHOT</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
 

Modified: projects/zb4osgi/trunk/zigbee.network.browser/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/zigbee.network.browser/pom.xml (original)
+++ projects/zb4osgi/trunk/zigbee.network.browser/pom.xml Fri Jun 24 18:42:44 2011
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.aaloa.zb4osgi</groupId>
     <artifactId>org.aaloa.zb4osgi.pom</artifactId>
-    <version>8</version>
+    <version>9-SNAPSHOT</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
 

Modified: projects/zb4osgi/trunk/zigbee.tester/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/zigbee.tester/pom.xml (original)
+++ projects/zb4osgi/trunk/zigbee.tester/pom.xml Fri Jun 24 18:42:44 2011
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.aaloa.zb4osgi</groupId>
     <artifactId>org.aaloa.zb4osgi.pom</artifactId>
-    <version>8</version>
+    <version>9-SNAPSHOT</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
 

Modified: projects/zb4osgi/trunk/zigbee.zcl.library/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/zigbee.zcl.library/pom.xml (original)
+++ projects/zb4osgi/trunk/zigbee.zcl.library/pom.xml Fri Jun 24 18:42:44 2011
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.aaloa.zb4osgi</groupId>
     <artifactId>org.aaloa.zb4osgi.pom</artifactId>
-    <version>8</version>
+    <version>9-SNAPSHOT</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
 




More information about the Commit mailing list