diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-05-18 15:33:35 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-05-18 15:33:35 +0200 |
commit | eabc105832402655661b950038fa045f23cc67d2 (patch) | |
tree | b03fb20ba6c2d98bb555c3e377af39dff85b90db /pom.xml | |
parent | 99d3e36a3ab8e80f4bb691c5a68d162281607e41 (diff) | |
download | moa-id-spss-eabc105832402655661b950038fa045f23cc67d2.tar.gz moa-id-spss-eabc105832402655661b950038fa045f23cc67d2.tar.bz2 moa-id-spss-eabc105832402655661b950038fa045f23cc67d2.zip |
Add first parts for revisionslogging
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -742,6 +742,11 @@ </releases-->
<layout>default</layout>
<url>file://${repositoryPath}</url>
- </repository>
+ </repository>
+ <repository>
+ <id>egiz.common.modules</id>
+ <name>EGIZ Internal commons</name>
+ <url>https://demo.egiz.gv.at/int-repo/</url>
+ </repository>
</repositories>
</project>
|