javaquery/pom.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 21 Dec 2012 09:18:52 +0100
branchlauncher
changeset 361 98eb1066dab1
parent 141 63be794c1eeb
child 373 52386a70f9d9
permissions -rw-r--r--
Print out the output of launched brwsr
     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.3-SNAPSHOT</version>
     8   </parent>
     9   <groupId>org.apidesign.bck2brwsr</groupId>
    10   <artifactId>javaquery</artifactId>
    11   <version>0.3-SNAPSHOT</version>
    12   <packaging>pom</packaging>
    13   <name>JavaQuery API and Demo</name>
    14     <modules>
    15         <module>api</module>
    16         <module>demo-calculator</module>
    17     </modules>
    18 </project>