Skip to content

Commit

Permalink
de.variantsync.core erstellt tthuem#49
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiaheinle committed Dec 8, 2020
1 parent 003f7be commit 562f1c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions de.variantsync.core/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tubs.variantsync</groupId>
<artifactId>de.tubs.variantsync</artifactId>
<version>0.0.3-SNAPSHOT</version>
</parent>
<artifactId>de.variantsync.core</artifactId>
</project>
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
<module>de.tubs.variantsync.core</module>
<module>de.tubs.variantsync.core.feature</module>
<module>de.tubs.variantsync.update</module>
<module>de.variantsync.core</module>

<!--test module -->
<module>de.tubs.variantsync.core-test</module>
<module>de.tubs.variantsync.core-test</module>
</modules>

<repositories>
Expand Down

0 comments on commit 562f1c1

Please sign in to comment.