rt/emul/pom.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Wed, 27 Jan 2016 23:33:22 +0100
changeset 1874 0ba84325bac7
parent 1849 bc07f6a1e639
child 1876 785891e2e2c6
permissions -rw-r--r--
[maven-release-plugin] prepare release release-0.17
     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     <groupId>org.apidesign.bck2brwsr</groupId>
     6     <artifactId>rt</artifactId>
     7     <version>0.17</version>
     8   </parent>
     9   <groupId>org.apidesign.bck2brwsr</groupId>
    10   <artifactId>emul.pom</artifactId>
    11   <version>0.17</version>
    12   <packaging>pom</packaging>
    13   <name>Emulation of Core Libraries</name>
    14   <modules>
    15     <module>mini</module>
    16     <module>compact</module>
    17     <module>compacttest</module>
    18     <module>brwsrtest</module>
    19     <module>fake</module>
    20     <module>zip</module>
    21   </modules>
    22 </project>