Also use version 0.2 of the plugin in the nbactions*.xml files chess
authorJaroslav Tulach <jtulach@netbeans.org>
Fri, 26 Jul 2013 12:56:18 +0200
branchchess
changeset 32e976e16f3f03
parent 31 f0dd921cf985
child 33 ba6946f6b880
Also use version 0.2 of the plugin in the nbactions*.xml files
chess/nbactions-iOSDeploy.xml
     1.1 --- a/chess/nbactions-iOSDeploy.xml	Fri Jul 26 12:40:51 2013 +0200
     1.2 +++ b/chess/nbactions-iOSDeploy.xml	Fri Jul 26 12:56:18 2013 +0200
     1.3 @@ -29,7 +29,7 @@
     1.4          <actionName>run</actionName>
     1.5          <goals>
     1.6              <goal>package</goal>
     1.7 -            <goal>org.netbeans.ios:ios-maven-plugin:0.2-SNAPSHOT:deploy</goal>
     1.8 +            <goal>ios-maven-plugin:0.2:deploy</goal>
     1.9          </goals>
    1.10          <properties>
    1.11              <skipTests>true</skipTests>
    1.12 @@ -39,7 +39,7 @@
    1.13          <actionName>debug</actionName>
    1.14          <goals>
    1.15              <goal>package</goal>
    1.16 -            <goal>org.netbeans.ios:ios-maven-plugin:0.2-SNAPSHOT:deploy</goal>
    1.17 +            <goal>org.netbeans.ios:ios-maven-plugin:0.2:deploy</goal>
    1.18          </goals>
    1.19          <properties>
    1.20              <skipTests>true</skipTests>