[zb4osgi-changeset] [scm] ZigBee 4 OSGi repository change: r768 - /projects/zb4osgi/trunk/pom/pom.xml

scm-notify at zb4osgi.aaloa.org scm-notify at zb4osgi.aaloa.org
Mon Jul 29 11:22:34 CEST 2013


Author: stefano.lenzi
Date: Mon Jul 29 11:22:34 2013
New Revision: 768

Log:
Added snapshots repository for artifacts

Modified:
    projects/zb4osgi/trunk/pom/pom.xml

Modified: projects/zb4osgi/trunk/pom/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/pom/pom.xml (original)
+++ projects/zb4osgi/trunk/pom/pom.xml Mon Jul 29 11:22:34 2013
@@ -16,7 +16,7 @@
 	<groupId>org.aaloa.zb4osgi</groupId>
 	<artifactId>org.aaloa.zb4osgi.pom</artifactId>
 	<packaging>pom</packaging>
-	<version>9</version>
+	<version>9-SNAPSHOT</version>
 
 	<name>Suite of bundle for integrating ZigBee device in OSGi</name>
 	<url>http://zb4osgi.aaloa.org/</url>
@@ -63,6 +63,13 @@
 			<snapshots>
 				<enabled>false</enabled>
 			</snapshots>
+		</repository>
+		<repository>
+			<id>snap.nexus.aaloa.org</id>
+			<url>http://nexus.aaloa.org/content/repositories/snapshots/</url>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
 		</repository>
 	</repositories>
 




More information about the Commit mailing list