pom.xml
changeset 725 732b3e4cc544
parent 716 8d7f8719d29c
child 751 c6878807b0d4
     1.1 --- a/pom.xml	Wed Feb 13 11:12:55 2013 +0100
     1.2 +++ b/pom.xml	Wed Feb 13 17:31:30 2013 +0100
     1.3 @@ -6,6 +6,11 @@
     1.4    <version>0.3-SNAPSHOT</version>
     1.5    <packaging>pom</packaging>
     1.6    <name>Back 2 Browser</name>
     1.7 +  <parent>
     1.8 +    <groupId>net.java</groupId>
     1.9 +    <artifactId>jvnet-parent</artifactId>
    1.10 +    <version>3</version>
    1.11 +  </parent>  
    1.12    <modules>
    1.13      <module>vm</module>
    1.14      <module>emul</module>
    1.15 @@ -30,6 +35,11 @@
    1.16        <name>API Design</name>
    1.17        <url>http://apidesign.org</url>
    1.18    </organization>
    1.19 +  <scm>
    1.20 +      <connection>scm:hg:http://source.apidesign.org/hg/bck2brwsr</connection>
    1.21 +      <developerConnection>scm:hg:https://source.apidesign.org/hg/bck2brwsr</developerConnection>
    1.22 +      <url>http://source.apidesign.org/hg/bck2brwsr</url>
    1.23 +  </scm>
    1.24    <repositories>
    1.25        <repository>
    1.26            <id>netbeans</id>