Skip to content

Commit

Permalink
Added distributedManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiao committed Sep 23, 2015
1 parent c56898a commit fbc284b
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 191 deletions.
17 changes: 17 additions & 0 deletions sdk-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,21 @@
</dependency>

</dependencies>
<distributionManagement>

<!-- Versioned releases are published to the releases repository -->
<repository>
<id>mi</id>
<url>http://bioinformatics.ua.pt/maven/content/repositories/mi</url>
</repository>


<!-- Snapshot releases are published to the snapshots repository -->
<snapshotRepository>
<id>mi</id>
<url>http://bioinformatics.ua.pt/maven/content/repositories/mi-snapshots</url>
</snapshotRepository>
</distributionManagement>


</project>
Loading

0 comments on commit fbc284b

Please sign in to comment.