[zb4osgi-changeset] [scm] ZigBee 4 OSGi repository change: r416 - in /projects/zb4osgi/sandbox/howlab/telegesis-gateway-impl: ./ pom.xml

scm-notify at zb4osgi.aaloa.org scm-notify at zb4osgi.aaloa.org
Fri Feb 3 12:02:03 CET 2012


Author: alvaro.marco
Date: Fri Feb  3 12:02:03 2012
New Revision: 416

Log:
modified in pom: developerConnection, distributionManagement, repositories

Modified:
    projects/zb4osgi/sandbox/howlab/telegesis-gateway-impl/   (props changed)
    projects/zb4osgi/sandbox/howlab/telegesis-gateway-impl/pom.xml

Propchange: projects/zb4osgi/sandbox/howlab/telegesis-gateway-impl/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Feb  3 12:02:03 2012
@@ -1,0 +1,1 @@
+target

Modified: projects/zb4osgi/sandbox/howlab/telegesis-gateway-impl/pom.xml
==============================================================================
--- projects/zb4osgi/sandbox/howlab/telegesis-gateway-impl/pom.xml (original)
+++ projects/zb4osgi/sandbox/howlab/telegesis-gateway-impl/pom.xml Fri Feb  3 12:02:03 2012
@@ -18,26 +18,34 @@
 
 	<!-- Añadir ruta developer, estableciendo la ruta al trunk: -->
     <scm>
-        <developerConnection>scm:svn:https://web.hermes.cps.unizar.es/repos/howlab/Software/core/zigbee/telegesis/gateway-impl/trunk</developerConnection>    
+        <developerConnection>scm:svn:https://svn.aaloa.org/projects/zb4osgi/sandbox/howlab/telegesis-gateway-impl/</developerConnection>    
     </scm>
 
 <!-- Añadir distribution management (en el settings.xml tenemos que tener el usuario y contraseña para el id en el server: -->
     <distributionManagement>
         <repository>
             <uniqueVersion>false</uniqueVersion>
-            <id>repo_nas_rel</id>
-            <url>ftp://howlab.dyndns.org/repo/software/releases/</url>
+            <id>aaloa_releases</id>
+            <url>http://nexus.aaloa.org/content/repositories/releases/</url>
             <layout>default</layout>
         </repository>
         <snapshotRepository>
             <uniqueVersion>false</uniqueVersion>
-            <id>repo_nas_snap</id>
-            <url>ftp://howlab.dyndns.org/repo/software/snapshots</url>
+            <id>aaloa_snapshots</id>
+            <url>http://nexus.aaloa.org/content/repositories/snapshots/</url>
             <layout>default</layout>
         </snapshotRepository> 
     </distributionManagement>
         <!-- Añadir los repositorios para poder localizar otros proyectos generados: -->
     <repositories>
+        <repository>
+            <id>aaloa_releases</id>
+            <url>http://nexus.aaloa.org/content/repositories/releases/</url>
+        </repository>
+        <repository>
+            <id>aaloa_snapshots</id>
+            <url>http://nexus.aaloa.org/content/repositories/snapshots/</url>
+        </repository>
         <repository>
             <id>repo_nas_rel</id>
             <url>ftp://howlab.dyndns.org/repo/software/releases/</url>




More information about the Commit mailing list