You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2009/04/04 11:20:46 UTC

svn commit: r761882 - /felix/trunk/http.jetty/pom.xml

Author: clement
Date: Sat Apr  4 09:20:44 2009
New Revision: 761882

URL: http://svn.apache.org/viewvc?rev=761882&view=rev
Log:
Update the parent pom version.
So, it will generate source artifacts on the next release.

Modified:
    felix/trunk/http.jetty/pom.xml

Modified: felix/trunk/http.jetty/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http.jetty/pom.xml?rev=761882&r1=761881&r2=761882&view=diff
==============================================================================
--- felix/trunk/http.jetty/pom.xml (original)
+++ felix/trunk/http.jetty/pom.xml Sat Apr  4 09:20:44 2009
@@ -17,10 +17,10 @@
     under the License.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    <parent>
+   <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix</artifactId>
-        <version>1.0.2</version>
+        <version>1.0.4</version>
         <relativePath>../pom/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>