javaquery/api/pom.xml
branchelements
changeset 1072 3800d11c0bdb
parent 868 cd1feff88ca5
parent 1062 692fc4c1990d
child 1075 9435d870f110
     1.1 --- a/javaquery/api/pom.xml	Thu Mar 21 17:29:40 2013 +0100
     1.2 +++ b/javaquery/api/pom.xml	Thu May 02 09:18:22 2013 +0200
     1.3 @@ -4,11 +4,11 @@
     1.4    <parent>
     1.5      <groupId>org.apidesign.bck2brwsr</groupId>
     1.6      <artifactId>javaquery</artifactId>
     1.7 -    <version>0.5-SNAPSHOT</version>
     1.8 +    <version>0.8-SNAPSHOT</version>
     1.9    </parent>
    1.10    <groupId>org.apidesign.bck2brwsr</groupId>
    1.11    <artifactId>javaquery.api</artifactId>
    1.12 -  <version>0.5-SNAPSHOT</version>
    1.13 +  <version>0.8-SNAPSHOT</version>
    1.14    <name>JavaQuery API</name>
    1.15    <url>http://maven.apache.org</url>
    1.16      <build>
    1.17 @@ -18,8 +18,8 @@
    1.18                  <artifactId>maven-compiler-plugin</artifactId>
    1.19                  <version>2.3.2</version>
    1.20                  <configuration>
    1.21 -                    <source>1.6</source>
    1.22 -                    <target>1.6</target>
    1.23 +                    <source>1.7</source>
    1.24 +                    <target>1.7</target>
    1.25                  </configuration>
    1.26              </plugin>
    1.27              <plugin>
    1.28 @@ -74,6 +74,12 @@
    1.29        <scope>test</scope>
    1.30      </dependency>
    1.31      <dependency>
    1.32 +      <groupId>${project.groupId}</groupId>
    1.33 +      <artifactId>launcher.http</artifactId>
    1.34 +      <version>${project.version}</version>
    1.35 +      <scope>test</scope>
    1.36 +    </dependency>    
    1.37 +    <dependency>
    1.38        <groupId>org.netbeans.modules</groupId>
    1.39        <artifactId>org-netbeans-modules-html-parser</artifactId>
    1.40      </dependency>