Author: lcorneliussen
Date: Fri Apr 1 14:25:35 2011
New Revision: 1087716
URL: http://svn.apache.org/viewvc?rev=1087716&view=rev
Log:
[NPANDAY-386] Changed property name 'stable.npanday.version' to
'bootstrap.npanday.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
incubator/npanday/trunk/pom.xml
Modified: incubator/npanday/trunk/dotnet/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/pom.xml?rev=1087716&r1=1087715&r2=1087716&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/pom.xml Fri Apr 1 14:25:35 2011
@@ -51,27 +51,27 @@ under the License.
<plugin>
<groupId>npanday.plugin</groupId>
<artifactId>maven-compile-plugin</artifactId>
- <version>${stable.npanday.version}</version>
+ <version>${bootstrap.npanday.version}</version>
</plugin>
<plugin>
<groupId>npanday.plugin</groupId>
<artifactId>maven-resgen-plugin</artifactId>
- <version>${stable.npanday.version}</version>
+ <version>${bootstrap.npanday.version}</version>
</plugin>
<plugin>
<groupId>npanday.plugin</groupId>
<artifactId>maven-repository-plugin</artifactId>
- <version>${stable.npanday.version}</version>
+ <version>${bootstrap.npanday.version}</version>
</plugin>
<plugin>
<groupId>npanday.plugin</groupId>
<artifactId>maven-install-plugin</artifactId>
- <version>${stable.npanday.version}</version>
+ <version>${bootstrap.npanday.version}</version>
</plugin>
<plugin>
<groupId>npanday.plugin</groupId>
<artifactId>maven-resolver-plugin</artifactId>
- <version>${stable.npanday.version}</version>
+ <version>${bootstrap.npanday.version}</version>
<configuration>
<skip>true</skip>
</configuration>
@@ -79,12 +79,12 @@ under the License.
<plugin>
<groupId>npanday.plugin</groupId>
<artifactId>maven-xsd-plugin</artifactId>
- <version>${stable.npanday.version}</version>
+ <version>${bootstrap.npanday.version}</version>
</plugin>
<plugin>
<groupId>npanday.plugin</groupId>
<artifactId>maven-test-plugin</artifactId>
- <version>${stable.npanday.version}</version>
+ <version>${bootstrap.npanday.version}</version>
<configuration>
<forceX86>true</forceX86>
</configuration>
@@ -92,12 +92,12 @@ under the License.
<plugin>
<groupId>npanday.plugin</groupId>
<artifactId>maven-mojo-generator-plugin</artifactId>
- <version>${stable.npanday.version}</version>
+ <version>${bootstrap.npanday.version}</version>
</plugin>
<plugin>
<groupId>npanday.plugin</groupId>
<artifactId>NPanday.Plugin.Settings.JavaBinding</artifactId>
- <version>${stable.npanday.version}</version>
+ <version>${bootstrap.npanday.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=1087716&r1=1087715&r2=1087716&view=diff
==============================================================================
--- incubator/npanday/trunk/misc/dotnet-repository-builder/pom.xml (original)
+++ incubator/npanday/trunk/misc/dotnet-repository-builder/pom.xml Fri Apr 1
14:25:35 2011
@@ -232,7 +232,7 @@ under the License.
<plugin>
<groupId>npanday.plugin</groupId>
<artifactId>maven-compile-plugin</artifactId>
- <version>${stable.npanday.version}</version>
+ <version>${bootstrap.npanday.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=1087716&r1=1087715&r2=1087716&view=diff
==============================================================================
--- incubator/npanday/trunk/misc/npanday-installer/pom.xml (original)
+++ incubator/npanday/trunk/misc/npanday-installer/pom.xml Fri Apr 1 14:25:35
2011
@@ -134,7 +134,7 @@ under the License.
<plugin>
<groupId>npanday.plugin</groupId>
<artifactId>maven-compile-plugin</artifactId>
- <version>${stable.npanday.version}</version>
+ <version>${bootstrap.npanday.version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
Modified: incubator/npanday/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1087716&r1=1087715&r2=1087716&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Fri Apr 1 14:25:35 2011
@@ -587,8 +587,8 @@ under the License.
<mavenVersion>2.0.9</mavenVersion>
<npanday.snapshots.url>http://repo.npanday.org/archiva/repository/npanday-snapshots</npanday.snapshots.url>
<npanday.releases.url>http://repo.npanday.org/archiva/repository/npanday-releases</npanday.releases.url>
- <!--stable.npanday.version>${project.version}</stable.npanday.version-->
- <stable.npanday.version>1.2.1</stable.npanday.version>
+
<!--bootstrap.npanday.version>${project.version}</bootstrap.npanday.version-->
+ <bootstrap.npanday.version>1.2.1</bootstrap.npanday.version>
</properties>
<distributionManagement>
<repository>