Author: brett
Date: Tue Dec  6 13:46:50 2011
New Revision: 1210914

URL: http://svn.apache.org/viewvc?rev=1210914&view=rev
Log:
set the correct version for the wix plugin

Modified:
    incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT001/pom.xml
    incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT002/pom.xml
    
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestAppInstaller/pom.xml
    
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestAppInstaller/pom.xml
    
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestAppInstaller/pom.xml
    incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT006/WixMSI/pom.xml
    
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT007/LocalizationInstaller/pom.xml
    incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT008/pom.xml

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT001/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT001/pom.xml?rev=1210914&r1=1210913&r2=1210914&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT001/pom.xml 
(original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT001/pom.xml Tue 
Dec  6 13:46:50 2011
@@ -34,7 +34,7 @@ under the License.
       <plugin>
         <groupId>org.apache.npanday.plugins</groupId>
         <artifactId>wix-maven-plugin</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>@project.version@</version>
         <configuration>
           <sourceFiles>
             <sourceFile>Sample.wxs</sourceFile>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT002/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT002/pom.xml?rev=1210914&r1=1210913&r2=1210914&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT002/pom.xml 
(original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT002/pom.xml Tue 
Dec  6 13:46:50 2011
@@ -34,7 +34,7 @@ under the License.
       <plugin>
         <groupId>org.apache.npanday.plugins</groupId>
         <artifactId>wix-maven-plugin</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>@project.version@</version>
         <configuration>
           <objectFiles>
            <objectFile>Sample.wixobj</objectFile>

Modified: 
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestAppInstaller/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestAppInstaller/pom.xml?rev=1210914&r1=1210913&r2=1210914&view=diff
==============================================================================
--- 
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestAppInstaller/pom.xml
 (original)
+++ 
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestAppInstaller/pom.xml
 Tue Dec  6 13:46:50 2011
@@ -39,7 +39,7 @@ under the License.
       <plugin>
         <groupId>org.apache.npanday.plugins</groupId>
         <artifactId>wix-maven-plugin</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>@project.version@</version>
         <configuration>
           <sourceFiles>
             <sourceFile>IT003.wxs</sourceFile>

Modified: 
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestAppInstaller/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestAppInstaller/pom.xml?rev=1210914&r1=1210913&r2=1210914&view=diff
==============================================================================
--- 
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestAppInstaller/pom.xml
 (original)
+++ 
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestAppInstaller/pom.xml
 Tue Dec  6 13:46:50 2011
@@ -38,7 +38,7 @@ under the License.
       <plugin>
         <groupId>org.apache.npanday.plugins</groupId>
         <artifactId>wix-maven-plugin</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>@project.version@</version>
         <configuration>
           <sourceFiles>
             <sourceFile>IT004.wxs</sourceFile>

Modified: 
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestAppInstaller/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestAppInstaller/pom.xml?rev=1210914&r1=1210913&r2=1210914&view=diff
==============================================================================
--- 
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestAppInstaller/pom.xml
 (original)
+++ 
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestAppInstaller/pom.xml
 Tue Dec  6 13:46:50 2011
@@ -38,7 +38,7 @@ under the License.
       <plugin>
         <groupId>org.apache.npanday.plugins</groupId>
         <artifactId>wix-maven-plugin</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>@project.version@</version>
         <configuration>
           <sourceFiles>
             <sourceFile>src/main/wix/IT005.wxs</sourceFile>

Modified: 
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT006/WixMSI/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT006/WixMSI/pom.xml?rev=1210914&r1=1210913&r2=1210914&view=diff
==============================================================================
Binary files - no diff available.

Modified: 
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT007/LocalizationInstaller/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT007/LocalizationInstaller/pom.xml?rev=1210914&r1=1210913&r2=1210914&view=diff
==============================================================================
--- 
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT007/LocalizationInstaller/pom.xml
 (original)
+++ 
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT007/LocalizationInstaller/pom.xml
 Tue Dec  6 13:46:50 2011
@@ -57,7 +57,7 @@ under the License.
       <plugin>
         <groupId>org.apache.npanday.plugins</groupId>
         <artifactId>wix-maven-plugin</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>@project.version@</version>
         <configuration>
           <sourceFiles>
             <sourceFile>Product.wxs</sourceFile>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT008/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT008/pom.xml?rev=1210914&r1=1210913&r2=1210914&view=diff
==============================================================================
Binary files - no diff available.


Reply via email to