ko/pom.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 09 Jun 2014 19:32:49 +0200
changeset 1625 009f4bf8cd5b
parent 1616 d3cbe257c4e9
child 1626 8c3ba4d3f92b
permissions -rw-r--r--
[maven-release-plugin] copy for tag release-0.9
     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   <groupId>org.apidesign.bck2brwsr</groupId>
     5   <artifactId>ko</artifactId>
     6   <version>0.9</version>
     7   <packaging>pom</packaging>
     8   <name>Bck2Brwsr Knockout Support</name>
     9   <parent>
    10     <groupId>org.apidesign</groupId>
    11     <artifactId>bck2brwsr</artifactId>
    12     <version>0.9</version>
    13   </parent>  
    14   <modules>
    15     <module>bck2brwsr</module>
    16     <module>fx</module>
    17   </modules>
    18 </project>