Using an updated version of launchers
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 09 May 2013 23:25:10 +0200
changeset 7848a3f8b90787
parent 77 8f8308a9ed04
child 79 6fbb35a57c0a
Using an updated version of launchers
ko-bck2brwsr/pom.xml
ko-fx/pom.xml
pom.xml
     1.1 --- a/ko-bck2brwsr/pom.xml	Thu May 09 22:19:30 2013 +0200
     1.2 +++ b/ko-bck2brwsr/pom.xml	Thu May 09 23:25:10 2013 +0200
     1.3 @@ -72,7 +72,7 @@
     1.4      <dependency>
     1.5        <groupId>org.apidesign.bck2brwsr</groupId>
     1.6        <artifactId>launcher.http</artifactId>
     1.7 -      <version>0.8-SNAPSHOT</version>
     1.8 +      <version>${bck2brwsr.launcher.version}</version>
     1.9        <scope>test</scope>
    1.10      </dependency>
    1.11      <dependency>
     2.1 --- a/ko-fx/pom.xml	Thu May 09 22:19:30 2013 +0200
     2.2 +++ b/ko-fx/pom.xml	Thu May 09 23:25:10 2013 +0200
     2.3 @@ -65,7 +65,7 @@
     2.4      <dependency>
     2.5        <groupId>org.apidesign.bck2brwsr</groupId>
     2.6        <artifactId>launcher.fx</artifactId>
     2.7 -      <version>0.8-SNAPSHOT</version>
     2.8 +      <version>${bck2brwsr.launcher.version}</version>
     2.9        <scope>test</scope>
    2.10      </dependency>
    2.11    </dependencies>
     3.1 --- a/pom.xml	Thu May 09 22:19:30 2013 +0200
     3.2 +++ b/pom.xml	Thu May 09 23:25:10 2013 +0200
     3.3 @@ -14,6 +14,7 @@
     3.4    <properties>
     3.5        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     3.6        <bck2brwsr.version>0.7</bck2brwsr.version>
     3.7 +      <bck2brwsr.launcher.version>0.7.1</bck2brwsr.launcher.version>
     3.8        <netbeans.version>RELEASE73</netbeans.version>
     3.9        <license>COPYING</license>
    3.10    </properties>