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 br...@apache.org on 2011/11/22 05:45:33 UTC

svn commit: r1204816 - /incubator/npanday/trunk/pom.xml

Author: brett
Date: Tue Nov 22 05:45:33 2011
New Revision: 1204816

URL: http://svn.apache.org/viewvc?rev=1204816&view=rev
Log:
clean up properties

Modified:
    incubator/npanday/trunk/pom.xml

Modified: incubator/npanday/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1204816&r1=1204815&r2=1204816&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Tue Nov 22 05:45:33 2011
@@ -37,11 +37,8 @@ under the License.
   <properties>
     <mavenVersion>2.0.9</mavenVersion>
     <plexus.utils.version>1.5.1</plexus.utils.version>
-    <npanday.snapshots.url>http://repo.npanday.org/archiva/repository/npanday-snapshots</npanday.snapshots.url>
-    <npanday.releases.url>http://repo.npanday.org/archiva/repository/npanday-releases</npanday.releases.url>
+    <!-- if you want to build NPanday with a specific version, replace this -->
     <bootstrap.npanday.version>${project.version}</bootstrap.npanday.version>
-    <!-- if you want to build NPanday with a specific version, use this, instead of the line above -->
-    <!--bootstrap.npanday.version>1.2.1</bootstrap.npanday.version-->
   </properties>
 
   <repositories>