Commit 9b02f191 by Tuomas Riihimäki

Fix moya-cardprinter pom

1 parent d96717b8
Showing with 5 additions and 3 deletions
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
</dependencies> </dependencies>
<parent> <parent>
<groupId>fi.codecrew.moya</groupId> <groupId>fi.codecrew.moya</groupId>
<artifactId>moya-parent</artifactId> <artifactId>moya</artifactId>
<version>1.1-SNAPSHOT</version> <version>1.2-SNAPSHOT</version>
<relativePath>../moya-parent/pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
</project> </project>
\ No newline at end of file
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
<modules> <modules>
<module>moya-parent</module> <module>moya-parent</module>
<module>moya-authmodule</module> <module>moya-authmodule</module>
<module>moya-cardprinter</module>
</modules> </modules>
<properties> <properties>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!