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

svn commit: r1025938 - /felix/trunk/scrplugin/pom.xml

Author: fmeschbe
Date: Thu Oct 21 10:58:49 2010
New Revision: 1025938

URL: http://svn.apache.org/viewvc?rev=1025938&view=rev
Log:
FELIX-2669 fix reactor project model

Modified:
    felix/trunk/scrplugin/pom.xml

Modified: felix/trunk/scrplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/pom.xml?rev=1025938&r1=1025937&r2=1025938&view=diff
==============================================================================
--- felix/trunk/scrplugin/pom.xml (original)
+++ felix/trunk/scrplugin/pom.xml Thu Oct 21 10:58:49 2010
@@ -18,6 +18,7 @@
 -->
 <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">
 
+    <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.felix</groupId>
     <artifactId>scr-plugin-reactor</artifactId>
     <version>1-SNAPSHOT</version>