Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Apr 17, 2011
1 parent 6137d7b commit dd2f772
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions future/symmetric3-assemble/pom.xml
@@ -0,0 +1,31 @@
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric3-assemble</artifactId>
<packaging>pom</packaging>
<version>3.0.0-SNAPSHOT</version>
<name>symmetric3-assemble</name>

<licenses>
<license>
<name>LGPL</name>
<url>http://www.gnu.org/licenses/lgpl.txt</url>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>

<parent>
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric3-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../symmetric3-parent/pom.xml</relativePath>
</parent>

<modules>
<module>../symmetric3-csv</module>
<module>../symmetric3-core</module>
<module>../symmetric3-jdbc</module>
</modules>


</project>

0 comments on commit dd2f772

Please sign in to comment.