ko/fx/pom.xml
branchclassloader
changeset 1231 316fc30638a6
parent 1230 466c30fd9cb0
child 1233 43fba26ba0c0
     1.1 --- a/ko/fx/pom.xml	Wed Jun 26 19:57:38 2013 +0200
     1.2 +++ b/ko/fx/pom.xml	Wed Jun 26 20:03:40 2013 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4      <artifactId>ko</artifactId>
     1.5      <version>0.8-SNAPSHOT</version>
     1.6    </parent>
     1.7 -  <groupId>org.apidesign.html</groupId>
     1.8 +  <groupId>org.apidesign.bck2brwsr</groupId>
     1.9    <artifactId>ko-fx</artifactId>
    1.10    <version>0.8-SNAPSHOT</version>
    1.11    <name>Knockout.fx in Brwsr</name>
    1.12 @@ -51,7 +51,7 @@
    1.13        <scope>test</scope>
    1.14      </dependency>
    1.15      <dependency>
    1.16 -      <groupId>${project.groupId}</groupId>
    1.17 +      <groupId>org.apidesign.html</groupId>
    1.18        <artifactId>net.java.html.json.tck</artifactId>
    1.19        <version>${net.java.html.version}</version>
    1.20        <scope>test</scope>
    1.21 @@ -70,7 +70,7 @@
    1.22      <dependency>
    1.23        <groupId>org.apidesign.html</groupId>
    1.24        <artifactId>net.java.html.boot</artifactId>
    1.25 -      <version>${project.version}</version>
    1.26 +      <version>${net.java.html.version}</version>
    1.27        <type>jar</type>
    1.28      </dependency>
    1.29      <dependency>