Author: apadilla
Date: Fri May  6 02:08:55 2011
New Revision: 1100025

URL: http://svn.apache.org/viewvc?rev=1100025&view=rev
Log:
changed ${bootstrap.npanday.version} to ${project.version} ( so that release 
can proceed - error updating ${bootstrap.npanday.version} in release:prepare )

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=1100025&r1=1100024&r2=1100025&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/pom.xml Fri May  6 02:08:55 2011
@@ -51,27 +51,27 @@ 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>
           <artifactId>maven-resgen-plugin</artifactId>  
-          <version>${bootstrap.npanday.version}</version>
+          <version>${project.version}</version>
         </plugin>
         <plugin>
           <groupId>org.apache.npanday.plugins</groupId>
           <artifactId>maven-repository-plugin</artifactId>  
-          <version>${bootstrap.npanday.version}</version>
+          <version>${project.version}</version>
         </plugin>
         <plugin>
           <groupId>org.apache.npanday.plugins</groupId>
           <artifactId>maven-install-plugin</artifactId>  
-          <version>${bootstrap.npanday.version}</version>
+          <version>${project.version}</version>
         </plugin>
         <plugin>
           <groupId>org.apache.npanday.plugins</groupId>
           <artifactId>maven-resolver-plugin</artifactId>
-                 <version>${bootstrap.npanday.version}</version>
+                 <version>${project.version}</version>
           <configuration>
             <skip>true</skip>
           </configuration>
@@ -79,12 +79,12 @@ under the License.
                <plugin>
           <groupId>org.apache.npanday.plugins</groupId>
                  <artifactId>maven-xsd-plugin</artifactId>
-          <version>${bootstrap.npanday.version}</version>
+          <version>${project.version}</version>
         </plugin>
                <plugin>
           <groupId>org.apache.npanday.plugins</groupId>
                  <artifactId>maven-test-plugin</artifactId>
-          <version>${bootstrap.npanday.version}</version>
+          <version>${project.version}</version>
           <configuration>
              <forceX86>true</forceX86>
           </configuration>
@@ -92,12 +92,12 @@ under the License.
                <plugin>
           <groupId>org.apache.npanday.plugins</groupId>
                  <artifactId>maven-mojo-generator-plugin</artifactId>
-          <version>${bootstrap.npanday.version}</version>
+          <version>${project.version}</version>
         </plugin>
         <plugin>
           <groupId>org.apache.npanday.plugins</groupId>
           <artifactId>NPanday.Plugin.Settings.JavaBinding</artifactId>
-                 <version>${bootstrap.npanday.version}</version>
+                 <version>${project.version}</version>
           <configuration>
             <skip>true</skip>
           </configuration>

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=1100025&r1=1100024&r2=1100025&view=diff
==============================================================================
--- incubator/npanday/trunk/misc/dotnet-repository-builder/pom.xml (original)
+++ incubator/npanday/trunk/misc/dotnet-repository-builder/pom.xml Fri May  6 
02:08:55 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=1100025&r1=1100024&r2=1100025&view=diff
==============================================================================
--- incubator/npanday/trunk/misc/npanday-installer/pom.xml (original)
+++ incubator/npanday/trunk/misc/npanday-installer/pom.xml Fri May  6 02:08:55 
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>


Reply via email to