Author: brett
Date: Wed Jan  4 12:33:03 2012
New Revision: 1227135

URL: http://svn.apache.org/viewvc?rev=1227135&view=rev
Log:
change the parent artifact ID so that we get better default names for releases

Modified:
    incubator/npanday/trunk/archetypes/pom.xml
    incubator/npanday/trunk/components/pom.xml
    incubator/npanday/trunk/dist/pom.xml
    incubator/npanday/trunk/dotnet/pom.xml
    incubator/npanday/trunk/npanday-it-runner/pom.xml
    incubator/npanday/trunk/plugins/pom.xml
    incubator/npanday/trunk/pom.xml
    incubator/npanday/trunk/site/pom.xml
    incubator/npanday/trunk/site/src/site/apt/download.apt.vm
    incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm

Modified: incubator/npanday/trunk/archetypes/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/archetypes/pom.xml?rev=1227135&r1=1227134&r2=1227135&view=diff
==============================================================================
--- incubator/npanday/trunk/archetypes/pom.xml (original)
+++ incubator/npanday/trunk/archetypes/pom.xml Wed Jan  4 12:33:03 2012
@@ -22,7 +22,7 @@ under the License.
   <parent> 
     <groupId>org.apache.npanday</groupId>
     <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>npanday-project</artifactId> 
+    <artifactId>apache-npanday</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <artifactId>dotnet-archetypes</artifactId>  

Modified: incubator/npanday/trunk/components/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/components/pom.xml?rev=1227135&r1=1227134&r2=1227135&view=diff
==============================================================================
--- incubator/npanday/trunk/components/pom.xml (original)
+++ incubator/npanday/trunk/components/pom.xml Wed Jan  4 12:33:03 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.npanday</groupId>
     <version>1.5.0-incubating-SNAPSHOT</version>
-    <artifactId>npanday-project</artifactId>
+    <artifactId>apache-npanday</artifactId>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>dotnet-components</artifactId>

Modified: incubator/npanday/trunk/dist/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/dist/pom.xml?rev=1227135&r1=1227134&r2=1227135&view=diff
==============================================================================
--- incubator/npanday/trunk/dist/pom.xml (original)
+++ incubator/npanday/trunk/dist/pom.xml Wed Jan  4 12:33:03 2012
@@ -22,7 +22,7 @@
   <parent> 
     <groupId>org.apache.npanday</groupId>
     <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>npanday-project</artifactId>
+    <artifactId>apache-npanday</artifactId>
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <artifactId>npanday-dist-parent</artifactId>  

Modified: incubator/npanday/trunk/dotnet/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/pom.xml?rev=1227135&r1=1227134&r2=1227135&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/pom.xml Wed Jan  4 12:33:03 2012
@@ -22,7 +22,7 @@
    <parent> 
     <groupId>org.apache.npanday</groupId>
     <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>npanday-project</artifactId>  
+    <artifactId>apache-npanday</artifactId>  
     <relativePath>../pom.xml</relativePath> 
   </parent>
   <modelVersion>4.0.0</modelVersion>  

Modified: incubator/npanday/trunk/npanday-it-runner/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/npanday-it-runner/pom.xml?rev=1227135&r1=1227134&r2=1227135&view=diff
==============================================================================
--- incubator/npanday/trunk/npanday-it-runner/pom.xml (original)
+++ incubator/npanday/trunk/npanday-it-runner/pom.xml Wed Jan  4 12:33:03 2012
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.npanday</groupId>
     <version>1.5.0-incubating-SNAPSHOT</version>
-    <artifactId>npanday-project</artifactId>
+    <artifactId>apache-npanday</artifactId>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/npanday/trunk/plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/pom.xml?rev=1227135&r1=1227134&r2=1227135&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/pom.xml (original)
+++ incubator/npanday/trunk/plugins/pom.xml Wed Jan  4 12:33:03 2012
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.npanday</groupId>
     <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>npanday-project</artifactId> 
+    <artifactId>apache-npanday</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>org.apache.npanday.plugins</groupId>

Modified: incubator/npanday/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1227135&r1=1227134&r2=1227135&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Wed Jan  4 12:33:03 2012
@@ -26,7 +26,7 @@ under the License.
     <version>10</version>
   </parent>
   <groupId>org.apache.npanday</groupId>
-  <artifactId>npanday-project</artifactId>  
+  <artifactId>apache-npanday</artifactId>  
   <packaging>pom</packaging>  
   <version>1.5.0-incubating-SNAPSHOT</version>  
   <name>Apache NPanday</name>  

Modified: incubator/npanday/trunk/site/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/site/pom.xml?rev=1227135&r1=1227134&r2=1227135&view=diff
==============================================================================
--- incubator/npanday/trunk/site/pom.xml (original)
+++ incubator/npanday/trunk/site/pom.xml Wed Jan  4 12:33:03 2012
@@ -22,7 +22,7 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.npanday</groupId>
-    <artifactId>npanday-project</artifactId>
+    <artifactId>apache-npanday</artifactId>
     <version>1.5.0-incubating-SNAPSHOT</version>
   </parent>
   <artifactId>npanday-site</artifactId>

Modified: incubator/npanday/trunk/site/src/site/apt/download.apt.vm
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/download.apt.vm?rev=1227135&r1=1227134&r2=1227135&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/download.apt.vm (original)
+++ incubator/npanday/trunk/site/src/site/apt/download.apt.vm Wed Jan  4 
12:33:03 2012
@@ -36,7 +36,8 @@ Download NPanday
 *-------------------------------+---------+----------+-----------+
 | NPanday ${npandayReleaseVersion} Binaries               | 
{{{http://www.apache.org/dyn/closer.cgi/incubator/npanday/binaries/npanday-repository-builder-${npandayReleaseVersion}-bin.tar.gz}
 tar.gz}} | {{{ 
http://www.apache.org/dist/incubator/npanday/binaries/npanday-repository-builder-${npandayReleaseVersion}-bin.tar.gz.md5}
 md5}} | {{{ 
http://www.apache.org/dist/incubator/npanday/binaries/npanday-repository-builder-${npandayReleaseVersion}-bin.tar.gz.asc}
 asc}} |
 *-------------------------------+---------+----------+-----------+
-| NPanday ${npandayReleaseVersion} Sources           | 
{{{http://www.apache.org/dyn/closer.cgi/incubator/npanday/sources/npanday-project-${npandayReleaseVersion}-src.zip}
 source zip}} | {{{ 
http://www.apache.org/dist/incubator/npanday/sources/npanday-project-${npandayReleaseVersion}-src.zip.md5}
 md5}} | {{{ 
http://www.apache.org/dist/incubator/npanday/sources/npanday-project-${npandayReleaseVersion}-src.zip.asc}
 asc}} |
+| NPanday ${npandayReleaseVersion} Sources           |
+{{{http://www.apache.org/dyn/closer.cgi/incubator/npanday/sources/apache-npanday-${npandayReleaseVersion}-src.zip}
 source zip}} | 
{{{http://www.apache.org/dist/incubator/npanday/sources/apache-npanday-${npandayReleaseVersion}-src.zip.md5}
 md5}} | {{{ 
http://www.apache.org/dist/incubator/npanday/sources/apache-npanday-${npandayReleaseVersion}-src.zip.asc}
 asc}} |
 *-------------------------------+---------+----------+-----------+
 
 

Modified: 
incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm?rev=1227135&r1=1227134&r2=1227135&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm 
(original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm 
Wed Jan  4 12:33:03 2012
@@ -88,7 +88,7 @@ Installing Using the Downloaded Binary R
   has not been modified in Maven's <<<settings.xml>>>.
 
   For example, you may end up with a structure containing
-  <<<C:\\Documents and 
Settings\\User\\.m2\\repository\\npanday\\npanday-project\\\\${project.version}\\npanday-project-${project.version}.pom>>>.
+  <<<C:\\Documents and 
Settings\\User\\.m2\\repository\\npanday\\apache-npanday\\\\${project.version}\\apache-npanday-${project.version}.pom>>>.
 
   To confirm your installation, run the following command, replacing 
<<<${project.version}>>> with the version you are installing:
 


Reply via email to