You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by lc...@apache.org on 2011/11/28 11:54:54 UTC

svn commit: r1207094 - /incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.Settings/pom.xml

Author: lcorneliussen
Date: Mon Nov 28 11:54:53 2011
New Revision: 1207094

URL: http://svn.apache.org/viewvc?rev=1207094&view=rev
Log:
Auto-touched pom with release pluging; no actual change.

Modified:
    incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.Settings/pom.xml

Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.Settings/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.Settings/pom.xml?rev=1207094&r1=1207093&r2=1207094&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.Settings/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.Settings/pom.xml Mon Nov 28 11:54:53 2011
@@ -18,8 +18,7 @@ KIND, either express or implied.  See th
 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">
   <parent>
     <groupId>org.apache.npanday</groupId>
     <version>1.4.1-incubating-SNAPSHOT</version>
@@ -44,7 +43,7 @@ under the License.
         </executions>
         <configuration>
           <xsdFile>${basedir}/src/main/xsd/Settings.xsd</xsdFile>
-          <namespace></namespace>
+          <namespace />
         </configuration>
       </plugin>
     </plugins>