2018-09-11 20:59:45 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2018-02-19 10:48:35 +07:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2018-09-11 20:59:45 +07:00
|
|
|
<artifactId>org.idempiere.maven.to.p2.master</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
2018-02-19 10:48:35 +07:00
|
|
|
<parent>
|
|
|
|
<groupId>org.idempiere</groupId>
|
|
|
|
<artifactId>org.idempiere.parent</artifactId>
|
2019-11-22 05:28:48 +07:00
|
|
|
<version>7.1.0-SNAPSHOT</version>
|
2018-02-19 10:48:35 +07:00
|
|
|
<relativePath>../org.idempiere.parent/pom.xml</relativePath>
|
|
|
|
</parent>
|
2018-09-11 20:59:45 +07:00
|
|
|
<modules>
|
|
|
|
<module>org.idempiere.maven.to.p2</module>
|
2019-03-02 12:42:44 +07:00
|
|
|
<module>org.idempiere.webservice.client</module>
|
2018-09-11 20:59:45 +07:00
|
|
|
</modules>
|
2018-02-19 10:48:35 +07:00
|
|
|
|
2018-07-26 09:19:04 +07:00
|
|
|
</project>
|