pom.xml
changeset 217 3f94a09bea35
parent 215 24612fed24b5
child 222 63b36aba87c7
     1.1 --- a/pom.xml	Mon Jul 29 17:55:44 2013 +0200
     1.2 +++ b/pom.xml	Mon Jul 29 17:55:44 2013 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4    <modelVersion>4.0.0</modelVersion>
     1.5    <groupId>org.apidesign</groupId>
     1.6    <artifactId>html</artifactId>
     1.7 -  <version>0.4</version>
     1.8 +  <version>0.5-SNAPSHOT</version>
     1.9    <packaging>pom</packaging>
    1.10    <name>HTML APIs via Java</name>
    1.11    <parent> 
    1.12 @@ -39,10 +39,10 @@
    1.13        <url>http://apidesign.org</url>
    1.14    </organization>
    1.15    <scm>
    1.16 -      <connection>scm:hg:https://hg.java.net/hg/html~html4j</connection>
    1.17 -      <developerConnection>scm:hg:https://hg.java.net/hg/html~html4j</developerConnection>
    1.18 -      <url>https://hg.java.net/hg/html~html4j</url>
    1.19 -      <tag>release-0.4</tag>
    1.20 +      <connection>scm:hg:https://hg.apidesign.org/hg/html~html4j</connection>
    1.21 +      <developerConnection>scm:hg:https://hg.apidesign.org/hg/html~html4j</developerConnection>
    1.22 +      <url>https://hg.apidesign.org/hg/html~html4j</url>
    1.23 +      <tag>default</tag>
    1.24    </scm>
    1.25    <repositories>
    1.26        <repository>