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 lc...@apache.org on 2011/01/14 09:11:27 UTC

svn commit: r1058904 - /incubator/npanday/trunk/misc/npanday-installer/pom.xml

Author: lcorneliussen
Date: Fri Jan 14 09:11:27 2011
New Revision: 1058904

URL: http://svn.apache.org/viewvc?rev=1058904&view=rev
Log:
updated the compile-plugin extension to use the stable version defined in parent pom

Modified:
    incubator/npanday/trunk/misc/npanday-installer/pom.xml

Modified: incubator/npanday/trunk/misc/npanday-installer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/misc/npanday-installer/pom.xml?rev=1058904&r1=1058903&r2=1058904&view=diff
==============================================================================
--- incubator/npanday/trunk/misc/npanday-installer/pom.xml (original)
+++ incubator/npanday/trunk/misc/npanday-installer/pom.xml Fri Jan 14 09:11:27 2011
@@ -134,7 +134,7 @@ under the License.
       <plugin>
         <groupId>npanday.plugin</groupId>
         <artifactId>maven-compile-plugin</artifactId>
-        <version>1.2.1</version>
+        <version>${stable.npanday.version}</version>
         <extensions>true</extensions>
       </plugin>
       <plugin>