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 10:28:40 UTC

svn commit: r569291 - /felix/trunk/commons/commons-beanutils/pom.xml

Author: cziegeler
Date: Fri Aug 24 01:28:40 2007
New Revision: 569291

URL: http://svn.apache.org/viewvc?rev=569291&view=rev
Log:
Set namespace and schema information in one line for maven release plugin.

Modified:
    felix/trunk/commons/commons-beanutils/pom.xml

Modified: felix/trunk/commons/commons-beanutils/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-beanutils/pom.xml?rev=569291&r1=569290&r2=569291&view=diff
==============================================================================
--- felix/trunk/commons/commons-beanutils/pom.xml (original)
+++ felix/trunk/commons/commons-beanutils/pom.xml Fri Aug 24 01:28:40 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>