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 2007/08/24 11:15:36 UTC

svn commit: r569306 - in /felix/trunk/commons: ./ activation/ antlr/ aopalliance/ avalon-framework/ cglib/ commons-attributes-api/ commons-attributes-compiler/ commons-codec/ commons-collections/ commons-configuration/ commons-digester/ commons-el/ com...

Author: cziegeler
Date: Fri Aug 24 02:15:34 2007
New Revision: 569306

URL: http://svn.apache.org/viewvc?rev=569306&view=rev
Log:
Write schema and namespace def in one line as a workaround for a bug in the mvn release plugin

Modified:
    felix/trunk/commons/activation/pom.xml
    felix/trunk/commons/antlr/pom.xml
    felix/trunk/commons/aopalliance/pom.xml
    felix/trunk/commons/avalon-framework/pom.xml
    felix/trunk/commons/cglib/pom.xml
    felix/trunk/commons/commons-attributes-api/pom.xml
    felix/trunk/commons/commons-attributes-compiler/pom.xml
    felix/trunk/commons/commons-codec/pom.xml
    felix/trunk/commons/commons-collections/pom.xml
    felix/trunk/commons/commons-configuration/pom.xml
    felix/trunk/commons/commons-digester/pom.xml
    felix/trunk/commons/commons-el/pom.xml
    felix/trunk/commons/commons-email/pom.xml
    felix/trunk/commons/commons-fileupload/pom.xml
    felix/trunk/commons/commons-httpclient/pom.xml
    felix/trunk/commons/commons-io/pom.xml
    felix/trunk/commons/commons-jxpath/pom.xml
    felix/trunk/commons/commons-lang/pom.xml
    felix/trunk/commons/commons-logging/pom.xml
    felix/trunk/commons/dom4j/pom.xml
    felix/trunk/commons/ehcache/pom.xml
    felix/trunk/commons/hibernate/pom.xml
    felix/trunk/commons/hsqldb/pom.xml
    felix/trunk/commons/jms/pom.xml
    felix/trunk/commons/jmxtools/pom.xml
    felix/trunk/commons/jstl/pom.xml
    felix/trunk/commons/jta/pom.xml
    felix/trunk/commons/jzlib/pom.xml
    felix/trunk/commons/log4j/pom.xml
    felix/trunk/commons/logkit/pom.xml
    felix/trunk/commons/mail/pom.xml
    felix/trunk/commons/pom.xml
    felix/trunk/commons/portlet-api/pom.xml
    felix/trunk/commons/servlet-api/pom.xml
    felix/trunk/commons/xercesImpl/pom.xml

Modified: felix/trunk/commons/activation/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/activation/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/activation/pom.xml (original)
+++ felix/trunk/commons/activation/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/antlr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/antlr/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/antlr/pom.xml (original)
+++ felix/trunk/commons/antlr/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/aopalliance/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/aopalliance/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/aopalliance/pom.xml (original)
+++ felix/trunk/commons/aopalliance/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/avalon-framework/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/avalon-framework/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/avalon-framework/pom.xml (original)
+++ felix/trunk/commons/avalon-framework/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/cglib/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/cglib/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/cglib/pom.xml (original)
+++ felix/trunk/commons/cglib/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/commons-attributes-api/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-attributes-api/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/commons-attributes-api/pom.xml (original)
+++ felix/trunk/commons/commons-attributes-api/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/commons-attributes-compiler/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-attributes-compiler/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/commons-attributes-compiler/pom.xml (original)
+++ felix/trunk/commons/commons-attributes-compiler/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/commons-codec/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-codec/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/commons-codec/pom.xml (original)
+++ felix/trunk/commons/commons-codec/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/commons-collections/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-collections/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/commons-collections/pom.xml (original)
+++ felix/trunk/commons/commons-collections/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/commons-configuration/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-configuration/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/commons-configuration/pom.xml (original)
+++ felix/trunk/commons/commons-configuration/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/commons-digester/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-digester/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/commons-digester/pom.xml (original)
+++ felix/trunk/commons/commons-digester/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/commons-el/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-el/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/commons-el/pom.xml (original)
+++ felix/trunk/commons/commons-el/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/commons-email/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-email/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/commons-email/pom.xml (original)
+++ felix/trunk/commons/commons-email/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/commons-fileupload/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-fileupload/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/commons-fileupload/pom.xml (original)
+++ felix/trunk/commons/commons-fileupload/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/commons-httpclient/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-httpclient/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/commons-httpclient/pom.xml (original)
+++ felix/trunk/commons/commons-httpclient/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/commons-io/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-io/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/commons-io/pom.xml (original)
+++ felix/trunk/commons/commons-io/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/commons-jxpath/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-jxpath/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/commons-jxpath/pom.xml (original)
+++ felix/trunk/commons/commons-jxpath/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/commons-lang/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-lang/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/commons-lang/pom.xml (original)
+++ felix/trunk/commons/commons-lang/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/commons-logging/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-logging/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/commons-logging/pom.xml (original)
+++ felix/trunk/commons/commons-logging/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/dom4j/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/dom4j/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/dom4j/pom.xml (original)
+++ felix/trunk/commons/dom4j/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/ehcache/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/ehcache/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/ehcache/pom.xml (original)
+++ felix/trunk/commons/ehcache/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/hibernate/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/hibernate/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/hibernate/pom.xml (original)
+++ felix/trunk/commons/hibernate/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/hsqldb/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/hsqldb/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/hsqldb/pom.xml (original)
+++ felix/trunk/commons/hsqldb/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/jms/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/jms/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/jms/pom.xml (original)
+++ felix/trunk/commons/jms/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/jmxtools/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/jmxtools/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/jmxtools/pom.xml (original)
+++ felix/trunk/commons/jmxtools/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/jstl/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/jstl/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/jstl/pom.xml (original)
+++ felix/trunk/commons/jstl/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/jta/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/jta/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/jta/pom.xml (original)
+++ felix/trunk/commons/jta/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/jzlib/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/jzlib/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/jzlib/pom.xml (original)
+++ felix/trunk/commons/jzlib/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/log4j/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/log4j/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/log4j/pom.xml (original)
+++ felix/trunk/commons/log4j/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/logkit/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/logkit/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/logkit/pom.xml (original)
+++ felix/trunk/commons/logkit/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/mail/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/mail/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/mail/pom.xml (original)
+++ felix/trunk/commons/mail/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/pom.xml (original)
+++ felix/trunk/commons/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <packaging>pom</packaging>

Modified: felix/trunk/commons/portlet-api/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/portlet-api/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/portlet-api/pom.xml (original)
+++ felix/trunk/commons/portlet-api/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/servlet-api/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/servlet-api/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/servlet-api/pom.xml (original)
+++ felix/trunk/commons/servlet-api/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>

Modified: felix/trunk/commons/xercesImpl/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/xercesImpl/pom.xml?rev=569306&r1=569305&r2=569306&view=diff
==============================================================================
--- felix/trunk/commons/xercesImpl/pom.xml (original)
+++ felix/trunk/commons/xercesImpl/pom.xml Fri Aug 24 02:15:34 2007
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     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">
+<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>
     <parent>
         <groupId>org.apache.felix.commons</groupId>