pom.xml
branchpreprocess
changeset 467 6d3613b454ab
parent 421 66d823ed2f87
parent 466 973fc25eb5f8
child 475 57857c9eec5b
     1.1 --- a/pom.xml	Tue Jan 07 08:21:57 2014 +0100
     1.2 +++ b/pom.xml	Tue Jan 14 14:18:50 2014 +0100
     1.3 @@ -3,7 +3,7 @@
     1.4    <modelVersion>4.0.0</modelVersion>
     1.5    <groupId>org.netbeans.html</groupId>
     1.6    <artifactId>pom</artifactId>
     1.7 -  <version>0.7-SNAPSHOT</version>
     1.8 +  <version>0.8-SNAPSHOT</version>
     1.9    <packaging>pom</packaging>
    1.10    <name>HTML APIs via Java</name>
    1.11    <parent> 
    1.12 @@ -14,8 +14,9 @@
    1.13    <properties>
    1.14        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    1.15        <netbeans.version>RELEASE73</netbeans.version>
    1.16 +      <grizzly.version>2.3.8</grizzly.version>
    1.17        <license>COPYING</license>
    1.18 -      <publicPackages></publicPackages>
    1.19 +      <publicPackages />
    1.20        <bundleSymbolicName>${project.artifactId}</bundleSymbolicName>
    1.21    </properties>
    1.22    <modules>
    1.23 @@ -23,7 +24,7 @@
    1.24      <module>json-tck</module>
    1.25      <module>ko-archetype</module>
    1.26      <module>ko-archetype-test</module>
    1.27 -    <module>ko-fx</module>
    1.28 +    <module>ko4j</module>
    1.29      <module>sound</module>
    1.30      <module>context</module>
    1.31      <module>boot</module>
    1.32 @@ -46,9 +47,9 @@
    1.33        <url>http://netbeans.org</url>
    1.34    </organization>
    1.35    <scm>
    1.36 -      <connection>scm:hg:https://hg.apidesign.org/hg/html~html4j</connection>
    1.37 -      <developerConnection>scm:hg:https://hg.apidesign.org/hg/html~html4j</developerConnection>
    1.38 -      <url>https://hg.apidesign.org/hg/html~html4j</url>
    1.39 +      <connection>scm:hg:https://hg.netbeans.org/html4j</connection>
    1.40 +      <developerConnection>scm:hg:https://hg.netbeans.org/html4j</developerConnection>
    1.41 +      <url>https://hg.netbeans.org/html4j</url>
    1.42        <tag>default</tag>
    1.43    </scm>
    1.44    <repositories>
    1.45 @@ -95,7 +96,7 @@
    1.46                         <exclude>*</exclude>
    1.47                         <exclude>.*/**</exclude>
    1.48                         <exclude>ko-archetype/src/main/resources/**</exclude>
    1.49 -                       <exclude>ko-fx/src/main/resources/org/netbeans/html/kofx/knockout*.js</exclude>
    1.50 +                       <exclude>ko4j/src/main/resources/org/netbeans/html/ko4j/knockout*.js</exclude>
    1.51                    </excludes>
    1.52                </configuration>
    1.53            </plugin>
    1.54 @@ -305,4 +306,4 @@
    1.55            </properties>
    1.56        </profile>
    1.57    </profiles>
    1.58 -</project>
    1.59 \ No newline at end of file
    1.60 +</project>