You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by le...@apache.org on 2007/12/19 18:51:30 UTC

svn commit: r605634 - /felix/trunk/upnp/basedriver/pom.xml

Author: lenzi
Date: Wed Dec 19 09:51:30 2007
New Revision: 605634

URL: http://svn.apache.org/viewvc?rev=605634&view=rev
Log:
Fixed repository definition

Modified:
    felix/trunk/upnp/basedriver/pom.xml

Modified: felix/trunk/upnp/basedriver/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/upnp/basedriver/pom.xml?rev=605634&r1=605633&r2=605634&view=diff
==============================================================================
--- felix/trunk/upnp/basedriver/pom.xml (original)
+++ felix/trunk/upnp/basedriver/pom.xml Wed Dec 19 09:51:30 2007
@@ -11,19 +11,20 @@
   <groupId>org.apache.felix</groupId>
   <name>Apache Felix UPnP Base Driver</name>
   <artifactId>org.apache.felix.upnp.basedriver</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.3.0-SNAPSHOT</version>
   <repositories>
     <!-- For snapshots (no release jars or non-apache jars)           -->
     <repository>
-      <id>domoware.isti.cnr.it</id>
-      <name>Domoware Repository</name>
-      <url>http://domoware.isti.cnr.it/maven2</url>
+      <id>snap.domoware.isti.cnr.it</id>
+      <name>Domoware Snapshot Repository</name>
+      <url>http://domoware.isti.cnr.it/maven2-snap</url>
       <releases><enabled>false</enabled></releases>
     </repository>
+    <!-- For release (no snapshots jars or non-apache jars)           -->
     <repository>
-      <id>domoware.isti.cnr.it</id>
-      <name>Domoware Snapshot Repository</name>
-      <url>http://domoware.isti.cnr.it/maven2-snap</url>
+      <id>release.domoware.isti.cnr.it</id>
+      <name>Domoware Release Repository</name>
+      <url>http://domoware.isti.cnr.it/maven2</url>
       <snapshots><enabled>false</enabled></snapshots>
     </repository>
   </repositories>   <!-- <url>http://maven.apache.org</url> -->