You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2008/01/28 06:16:43 UTC

svn commit: r615727 - /felix/trunk/tools/maven2/maven-osgi-plugin/pom.xml

Author: mcculls
Date: Sun Jan 27 21:16:39 2008
New Revision: 615727

URL: http://svn.apache.org/viewvc?rev=615727&view=rev
Log:
Use released parent pom

Modified:
    felix/trunk/tools/maven2/maven-osgi-plugin/pom.xml

Modified: felix/trunk/tools/maven2/maven-osgi-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/tools/maven2/maven-osgi-plugin/pom.xml?rev=615727&r1=615726&r2=615727&view=diff
==============================================================================
--- felix/trunk/tools/maven2/maven-osgi-plugin/pom.xml (original)
+++ felix/trunk/tools/maven2/maven-osgi-plugin/pom.xml Sun Jan 27 21:16:39 2008
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>felix</artifactId>
     <groupId>org.apache.felix</groupId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.0.2</version>
     <relativePath>../../../pom/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>