benchmarks/sieve/pom.xml
changeset 1874 0ba84325bac7
parent 1860 4ce38f21f4cd
child 1876 785891e2e2c6
     1.1 --- a/benchmarks/sieve/pom.xml	Tue Jan 26 04:36:23 2016 +0100
     1.2 +++ b/benchmarks/sieve/pom.xml	Wed Jan 27 23:33:22 2016 +0100
     1.3 @@ -4,12 +4,12 @@
     1.4  
     1.5    <groupId>org.apidesign.bck2brwsr</groupId>
     1.6    <artifactId>sieve</artifactId>
     1.7 -  <version>1.0-SNAPSHOT</version>
     1.8 +  <version>0.17</version>
     1.9    <packaging>jar</packaging>
    1.10    <parent>
    1.11      <artifactId>benchmarks</artifactId>
    1.12      <groupId>org.apidesign.bck2brwsr</groupId>
    1.13 -    <version>1.0-SNAPSHOT</version>
    1.14 +    <version>0.17</version>
    1.15    </parent>
    1.16  
    1.17    <name>Sieve of Eratosthenes</name>