Author: brett
Date: Sat Sep 18 15:55:25 2010
New Revision: 998486

URL: http://svn.apache.org/viewvc?rev=998486&view=rev
Log:
adjust to Apache parent - everything in the NPanday parent is already listed 
here

Modified:
    incubator/npanday/site/pom.xml

Modified: incubator/npanday/site/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/site/pom.xml?rev=998486&r1=998485&r2=998486&view=diff
==============================================================================
--- incubator/npanday/site/pom.xml (original)
+++ incubator/npanday/site/pom.xml Sat Sep 18 15:55:25 2010
@@ -20,28 +20,22 @@
 <project> 
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>npanday</groupId>
-    <artifactId>npanday-project</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>7</version>
   </parent>
+  <groupId>npanday</groupId>
+  <version>1-SNAPSHOT</version>
   <artifactId>npanday-site</artifactId>
   <packaging>pom</packaging>
   <name>NPanday</name>
-  <url>http://svn.apache.org/repos/asf/incubator/npanday/</url>
+  <url>http://incubator.apache.org/npanday/</url>
   <prerequisites>
     <maven>2.2.1</maven>
   </prerequisites>
  
   <description>NPanday provides Maven plugins to support building of .NET 
applications</description>
 
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  
   <mailingLists> 
     <mailingList> 
       <name>NPanday Developers List</name>  
@@ -76,17 +70,20 @@
   </mailingLists>
 
   <scm> 
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/npanday/trunk/</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/npanday/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/npanday/trunk</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/npanday/site/</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/npanday/site/</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/npanday/site</url>
   </scm>
 
+<!--
+  Update when JIRA is set up
   <issueManagement> 
     <system>Codeplex Issue Tracker</system>  
     <url>http://www.codeplex.com/npanday/WorkItem/List.aspx</url> 
   </issueManagement>
+-->
   
-    <developers> 
+  <developers> 
     <developer>
       <name>Lars Corneliussen</name>
       <id>lcorneliussen</id>


Reply via email to