Author: sisbell
Date: Mon Feb 18 12:32:06 2008
New Revision: 628859

URL: http://svn.apache.org/viewvc?rev=628859&view=rev
Log:
Fixes for generating the correct license files.

Modified:
    incubator/nmaven/trunk/NOTICE.txt
    incubator/nmaven/trunk/pom.xml

Modified: incubator/nmaven/trunk/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/incubator/nmaven/trunk/NOTICE.txt?rev=628859&r1=628858&r2=628859&view=diff
==============================================================================
--- incubator/nmaven/trunk/NOTICE.txt (original)
+++ incubator/nmaven/trunk/NOTICE.txt Mon Feb 18 12:32:06 2008
@@ -1,4 +1,4 @@
 Apache NMaven
-Copyright 2007 The Apache Software Foundation
+Copyright 2006-2008 The Apache Software Foundation
 
 This product includes software developed by The Apache Software Foundation 
(http://www.apache.org/).

Modified: incubator/nmaven/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/nmaven/trunk/pom.xml?rev=628859&r1=628858&r2=628859&view=diff
==============================================================================
--- incubator/nmaven/trunk/pom.xml (original)
+++ incubator/nmaven/trunk/pom.xml Mon Feb 18 12:32:06 2008
@@ -18,7 +18,8 @@
 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.maven</groupId>
     <artifactId>maven-parent</artifactId>
@@ -31,6 +32,7 @@
   <version>0.16-incubating-SNAPSHOT</version>
   <name>Apache NMaven</name>
   <url>http://incubator.apache.org/nmaven</url>
+  <inceptionYear>2006</inceptionYear>
   <mailingLists>
     <mailingList>
       <name>NMaven Dev List</name>
@@ -59,8 +61,8 @@
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/nmaven/trunk</developerConnection>
   </scm>
   <organization>
-    <name>The Apache Software Foundation</name>
-    <url>http://www.apache.org/</url>
+    <name>Apache NMaven</name>
+    <url>http://incubator.apache.org/nmaven</url>
   </organization>
   <issueManagement>
     <system>JIRA Bugtracking</system>


Reply via email to