Skip to content

Commit

Permalink
sdafasd
Browse files Browse the repository at this point in the history
  • Loading branch information
visze committed Jul 20, 2016
1 parent 49d18d4 commit 0cf15b8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@
<module>simdrom-core</module>
</modules>

<distributionManagement>
<repository>
<id>github-simdrom</id>
<url>https://github.com/visze/simdrom.git</url>
</repository>
<snapshotRepository>
<id>github-simdrom</id>
<url>https://github.com/visze/simdrom.git</url>
</snapshotRepository>
</distributionManagement>

<build>
<plugins>
<!-- JUnit testing -->
Expand Down

0 comments on commit 0cf15b8

Please sign in to comment.