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

svn commit: r611201 - /felix/trunk/org.osgi.foundation/pom.xml

Author: cziegeler
Date: Fri Jan 11 07:20:52 2008
New Revision: 611201

URL: http://svn.apache.org/viewvc?rev=611201&view=rev
Log:
Add xml schema reference.

Modified:
    felix/trunk/org.osgi.foundation/pom.xml

Modified: felix/trunk/org.osgi.foundation/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/org.osgi.foundation/pom.xml?rev=611201&r1=611200&r2=611201&view=diff
==============================================================================
--- felix/trunk/org.osgi.foundation/pom.xml (original)
+++ felix/trunk/org.osgi.foundation/pom.xml Fri Jan 11 07:20:52 2008
@@ -15,7 +15,7 @@
  KIND, either express or implied.  See the License for the
  specific language governing permissions and limitations
  under the License. -->
-<project>
+<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>
     <groupId>org.apache.felix</groupId>
     <artifactId>felix</artifactId>
@@ -30,8 +30,4 @@
   <name>OSGi R4 Foundation EE</name>
   <artifactId>org.osgi.foundation</artifactId>
   <version>0.9.0-SNAPSHOT</version>
-  <dependencies>
-  </dependencies>
-  <build>
-  </build>
 </project>