You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by do...@apache.org on 2010/07/11 16:58:21 UTC

svn commit: r963091 - /felix/sandbox/donsez/upnp.devicegen.util/pom.xml

Author: donsez
Date: Sun Jul 11 14:58:21 2010
New Revision: 963091

URL: http://svn.apache.org/viewvc?rev=963091&view=rev
Log:
change dependencies versions

Modified:
    felix/sandbox/donsez/upnp.devicegen.util/pom.xml

Modified: felix/sandbox/donsez/upnp.devicegen.util/pom.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/donsez/upnp.devicegen.util/pom.xml?rev=963091&r1=963090&r2=963091&view=diff
==============================================================================
--- felix/sandbox/donsez/upnp.devicegen.util/pom.xml (original)
+++ felix/sandbox/donsez/upnp.devicegen.util/pom.xml Sun Jul 11 14:58:21 2010
@@ -23,26 +23,23 @@
 		<description>utility classes for the Felix UPnP Device Generator (org.apache.felix.upnp.devicegen).</description>
 	</properties>  
 
-  <parent>
-    <groupId>org.apache.felix</groupId>
-    <artifactId>felix</artifactId>
-    <version>0.9.0-incubator-SNAPSHOT</version>
-  </parent>
   <modelVersion>4.0.0</modelVersion>
   <packaging>bundle</packaging>
   <name>Apache Felix UPnP Device Generator Utilities</name>
   <artifactId>org.apache.felix.upnp.devicegen.util</artifactId>
+  <groupId>org.apache.felix.sandbox</groupId>
+  <version>0.1.0</version>
   <description>${description}</description>
   <dependencies>
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>org.apache.felix</groupId>
       <artifactId>org.osgi.core</artifactId>
-      <version>${pom.version}</version>
+      <version>1.4.0</version>
     </dependency>
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>org.apache.felix</groupId>
       <artifactId>org.osgi.compendium</artifactId>
-      <version>${pom.version}</version>
+      <version>1.4.0</version>
     </dependency>
   </dependencies>
   <build>
@@ -77,20 +74,4 @@
       </plugin>
     </plugins>
   </build>
-  <!--
-  <repositories>
-    <repository>
-      <id>apache.m2.incubator</id>
-      <name>Apache M2 Incubator Repository</name>
-      <url>http://people.apache.org/repo/m2-incubating-repository/</url>
-    </repository>
-  </repositories>
-  <pluginRepositories>
-    <pluginRepository>
-      <id>apache.m2.incubator</id>
-      <name>Apache M2 Incubator Repository</name>
-      <url>http://people.apache.org/repo/m2-incubating-repository/</url>
-    </pluginRepository>
-  </pluginRepositories>
-  -->
 </project>