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/05/05 09:40:00 UTC

svn commit: r1099737 - in /incubator/npanday/trunk: dotnet/pom.xml misc/dotnet-repository-builder/pom.xml misc/npanday-installer/pom.xml

Author: apadilla
Date: Thu May  5 09:40:00 2011
New Revision: 1099737

URL: http://svn.apache.org/viewvc?rev=1099737&view=rev
Log:
changed ${bootstrap.npanday.version} to ${project.version}

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

Modified: incubator/npanday/trunk/dotnet/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/pom.xml?rev=1099737&r1=1099736&r2=1099737&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/pom.xml Thu May  5 09:40:00 2011
@@ -51,7 +51,7 @@ under the License.
         <plugin>
           <groupId>org.apache.npanday.plugins</groupId>
           <artifactId>maven-compile-plugin</artifactId>  
-          <version>${bootstrap.npanday.version}</version>
+          <version>${project.version}</version>
         </plugin>
         <plugin>
           <groupId>org.apache.npanday.plugins</groupId>

Modified: incubator/npanday/trunk/misc/dotnet-repository-builder/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/misc/dotnet-repository-builder/pom.xml?rev=1099737&r1=1099736&r2=1099737&view=diff
==============================================================================
--- incubator/npanday/trunk/misc/dotnet-repository-builder/pom.xml (original)
+++ incubator/npanday/trunk/misc/dotnet-repository-builder/pom.xml Thu May  5 09:40:00 2011
@@ -232,7 +232,7 @@ under the License.
       <plugin>
         <groupId>org.apache.npanday.plugins</groupId>
         <artifactId>maven-compile-plugin</artifactId>
-        <version>${bootstrap.npanday.version}</version>
+        <version>${project.version}</version>
         <extensions>true</extensions>
       </plugin>
       <plugin>

Modified: incubator/npanday/trunk/misc/npanday-installer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/misc/npanday-installer/pom.xml?rev=1099737&r1=1099736&r2=1099737&view=diff
==============================================================================
--- incubator/npanday/trunk/misc/npanday-installer/pom.xml (original)
+++ incubator/npanday/trunk/misc/npanday-installer/pom.xml Thu May  5 09:40:00 2011
@@ -134,7 +134,7 @@ under the License.
       <plugin>
         <groupId>org.apache.npanday.plugins</groupId>
         <artifactId>maven-compile-plugin</artifactId>
-        <version>${bootstrap.npanday.version}</version>
+        <version>${project.version}</version>
         <extensions>true</extensions>
       </plugin>
       <plugin>