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/12/23 04:42:51 UTC

svn commit: r1222557 - /incubator/npanday/branches/npanday-1.4.x/pom.xml

Author: brett
Date: Fri Dec 23 04:42:50 2011
New Revision: 1222557

URL: http://svn.apache.org/viewvc?rev=1222557&view=rev
Log:
need to build with itself to work around problem with plugin runner in 1.4.0

Modified:
    incubator/npanday/branches/npanday-1.4.x/pom.xml

Modified: incubator/npanday/branches/npanday-1.4.x/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/pom.xml?rev=1222557&r1=1222556&r2=1222557&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/pom.xml (original)
+++ incubator/npanday/branches/npanday-1.4.x/pom.xml Fri Dec 23 04:42:50 2011
@@ -38,7 +38,7 @@ under the License.
     <mavenVersion>2.2.1</mavenVersion>
     <plexus.utils.version>1.5.1</plexus.utils.version>
     <!-- if you want to build NPanday with a specific version, replace this -->
-    <bootstrap.npanday.version>1.4.0-incubating</bootstrap.npanday.version>
+    <bootstrap.npanday.version>${project.version}</bootstrap.npanday.version>
   </properties>
 
   <repositories>