Use 0.7.2 launcher
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Wed, 15 May 2013 11:28:02 +0200
changeset 92acea96581253
parent 91 7b15a0427ae6
child 93 01575d7bd3ff
Use 0.7.2 launcher
ko-archetype/src/main/resources/archetype-resources/pom.xml
pom.xml
     1.1 --- a/ko-archetype/src/main/resources/archetype-resources/pom.xml	Wed May 15 11:14:39 2013 +0200
     1.2 +++ b/ko-archetype/src/main/resources/archetype-resources/pom.xml	Wed May 15 11:28:02 2013 +0200
     1.3 @@ -49,7 +49,7 @@
     1.4            <plugin>
     1.5                <groupId>org.apidesign.bck2brwsr</groupId>
     1.6                <artifactId>bck2brwsr-maven-plugin</artifactId>
     1.7 -              <version>\${bck2brwsr.version}</version>
     1.8 +              <version>\${bck2brwsr.launcher.version}</version>
     1.9                <executions>
    1.10                    <execution>
    1.11                        <goals>
     2.1 --- a/pom.xml	Wed May 15 11:14:39 2013 +0200
     2.2 +++ b/pom.xml	Wed May 15 11:28:02 2013 +0200
     2.3 @@ -14,7 +14,7 @@
     2.4    <properties>
     2.5        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     2.6        <bck2brwsr.version>0.7</bck2brwsr.version>
     2.7 -      <bck2brwsr.launcher.version>0.7.1</bck2brwsr.launcher.version>
     2.8 +      <bck2brwsr.launcher.version>0.7.2</bck2brwsr.launcher.version>
     2.9        <netbeans.version>RELEASE73</netbeans.version>
    2.10        <license>COPYING</license>
    2.11    </properties>