Author: ngn
Date: Thu Apr 29 06:29:20 2010
New Revision: 939209

URL: http://svn.apache.org/viewvc?rev=939209&view=rev
Log:
Adding namespace and XSD to POMs

Modified:
    mina/ftpserver/trunk/core/pom.xml
    mina/ftpserver/trunk/distribution/pom.xml
    mina/ftpserver/trunk/examples/ftpserver-example-spring-war/pom.xml
    mina/ftpserver/trunk/examples/ftpserver-osgi-ftplet-service/pom.xml
    mina/ftpserver/trunk/examples/ftpserver-osgi-spring-service/pom.xml
    mina/ftpserver/trunk/ftplet-api/pom.xml
    mina/ftpserver/trunk/pom.xml

Modified: mina/ftpserver/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/pom.xml?rev=939209&r1=939208&r2=939209&view=diff
==============================================================================
--- mina/ftpserver/trunk/core/pom.xml (original)
+++ mina/ftpserver/trunk/core/pom.xml Thu Apr 29 06:29:20 2010
@@ -13,7 +13,10 @@
                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/xsd/maven-4.0.0.xsd";>
        <parent>
                <artifactId>ftpserver-parent</artifactId>
                <groupId>org.apache.ftpserver</groupId>

Modified: mina/ftpserver/trunk/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/ftpserver/trunk/distribution/pom.xml?rev=939209&r1=939208&r2=939209&view=diff
==============================================================================
--- mina/ftpserver/trunk/distribution/pom.xml (original)
+++ mina/ftpserver/trunk/distribution/pom.xml Thu Apr 29 06:29:20 2010
@@ -18,7 +18,10 @@
  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/xsd/maven-4.0.0.xsd";>
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>

Modified: mina/ftpserver/trunk/examples/ftpserver-example-spring-war/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/ftpserver/trunk/examples/ftpserver-example-spring-war/pom.xml?rev=939209&r1=939208&r2=939209&view=diff
==============================================================================
--- mina/ftpserver/trunk/examples/ftpserver-example-spring-war/pom.xml 
(original)
+++ mina/ftpserver/trunk/examples/ftpserver-example-spring-war/pom.xml Thu Apr 
29 06:29:20 2010
@@ -13,8 +13,10 @@
         the 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/xsd/maven-4.0.0.xsd";>
     <parent>
         <artifactId>ftpserver-parent</artifactId>
         <groupId>org.apache.ftpserver</groupId>

Modified: mina/ftpserver/trunk/examples/ftpserver-osgi-ftplet-service/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/ftpserver/trunk/examples/ftpserver-osgi-ftplet-service/pom.xml?rev=939209&r1=939208&r2=939209&view=diff
==============================================================================
--- mina/ftpserver/trunk/examples/ftpserver-osgi-ftplet-service/pom.xml 
(original)
+++ mina/ftpserver/trunk/examples/ftpserver-osgi-ftplet-service/pom.xml Thu Apr 
29 06:29:20 2010
@@ -13,8 +13,10 @@
                the 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/xsd/maven-4.0.0.xsd";>
        <description>Simple example where an Ftplet is published as a OSGi 
service. Another bundle, using the white-board pattern can locate this and plug 
it into a running server.</description>
        <parent>
                <artifactId>ftpserver-parent</artifactId>

Modified: mina/ftpserver/trunk/examples/ftpserver-osgi-spring-service/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/ftpserver/trunk/examples/ftpserver-osgi-spring-service/pom.xml?rev=939209&r1=939208&r2=939209&view=diff
==============================================================================
--- mina/ftpserver/trunk/examples/ftpserver-osgi-spring-service/pom.xml 
(original)
+++ mina/ftpserver/trunk/examples/ftpserver-osgi-spring-service/pom.xml Thu Apr 
29 06:29:20 2010
@@ -13,8 +13,10 @@
                the 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/xsd/maven-4.0.0.xsd";>
        <description>Spring-DM based OSGi bundle that starts an FtpServer and 
looks for a published Ftplet service.</description>
        <parent>
                <artifactId>ftpserver-parent</artifactId>

Modified: mina/ftpserver/trunk/ftplet-api/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/ftpserver/trunk/ftplet-api/pom.xml?rev=939209&r1=939208&r2=939209&view=diff
==============================================================================
--- mina/ftpserver/trunk/ftplet-api/pom.xml (original)
+++ mina/ftpserver/trunk/ftplet-api/pom.xml Thu Apr 29 06:29:20 2010
@@ -13,7 +13,10 @@
                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/xsd/maven-4.0.0.xsd";>
        <parent>
                <artifactId>ftpserver-parent</artifactId>
                <groupId>org.apache.ftpserver</groupId>

Modified: mina/ftpserver/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/ftpserver/trunk/pom.xml?rev=939209&r1=939208&r2=939209&view=diff
==============================================================================
--- mina/ftpserver/trunk/pom.xml (original)
+++ mina/ftpserver/trunk/pom.xml Thu Apr 29 06:29:20 2010
@@ -17,7 +17,10 @@
  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/xsd/maven-4.0.0.xsd";>
   <parent>
     <artifactId>apache</artifactId>
     <groupId>org.apache</groupId>


Reply via email to