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 ap...@apache.org on 2011/01/14 05:07:03 UTC

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

Author: apadilla
Date: Fri Jan 14 05:07:02 2011
New Revision: 1058851

URL: http://svn.apache.org/viewvc?rev=1058851&view=rev
Log:
updated version of maven-compile-plugin in installer module to the latest stable version 1.2.1 (as pointed by Lars)

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=1058851&r1=1058850&r2=1058851&view=diff
==============================================================================
--- incubator/npanday/trunk/misc/npanday-installer/pom.xml (original)
+++ incubator/npanday/trunk/misc/npanday-installer/pom.xml Fri Jan 14 05:07:02 2011
@@ -134,7 +134,7 @@ under the License.
       <plugin>
         <groupId>npanday.plugin</groupId>
         <artifactId>maven-compile-plugin</artifactId>
-        <version>1.1</version>
+        <version>1.2.1</version>
         <extensions>true</extensions>
       </plugin>
       <plugin>



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

Posted by Lars Corneliussen <me...@lcorneliussen.de>.
Am 14.01.11 06:07, schrieb apadilla@apache.org:
> Author: apadilla
> Date: Fri Jan 14 05:07:02 2011
> New Revision: 1058851
>
> URL: http://svn.apache.org/viewvc?rev=1058851&view=rev
> Log:
> updated version of maven-compile-plugin in installer module to the latest stable version 1.2.1 (as pointed by Lars)

It should use the property ${stable.npanday.version} defined in parent 
pom. I committed a fix.
> 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=1058851&r1=1058850&r2=1058851&view=diff
> ==============================================================================
> --- incubator/npanday/trunk/misc/npanday-installer/pom.xml (original)
> +++ incubator/npanday/trunk/misc/npanday-installer/pom.xml Fri Jan 14 05:07:02 2011
> @@ -134,7 +134,7 @@ under the License.
>         <plugin>
>           <groupId>npanday.plugin</groupId>
>           <artifactId>maven-compile-plugin</artifactId>
> -<version>1.1</version>
> +<version>1.2.1</version>
>           <extensions>true</extensions>
>         </plugin>
>         <plugin>
>
>