benchmarks/pom.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 29 Apr 2016 08:32:49 +0200
branchrelease-0.19
changeset 1961 e9e1b1e863ba
parent 1913 37194f101d35
permissions -rw-r--r--
[maven-release-plugin] prepare release release-0.19
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     3   <modelVersion>4.0.0</modelVersion>
     4   <parent>
     5     <artifactId>bck2brwsr</artifactId>
     6     <groupId>org.apidesign</groupId>
     7     <version>0.19</version>
     8   </parent>
     9   <groupId>org.apidesign.bck2brwsr</groupId>
    10   <artifactId>benchmarks</artifactId>
    11   <version>0.19</version>
    12   <packaging>pom</packaging>
    13   <name>Performance benchmarks</name>
    14   <modules>
    15     <module>sieve</module>
    16     <module>jbox2d</module>
    17     <module>jbox2d-osgi</module>
    18   </modules>
    19 </project>