aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2019-08-05 14:54:35 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2019-08-05 14:54:35 +0200
commit071e7cd1ca8aba6e23f79a2bdc31f9b819fbe254 (patch)
treeb4239fc712d0fc839bb9c0eb990b729ab041f1c6 /pom.xml
parentb0a0f1baf5a17df00c61d151c03ba3e6f6a99685 (diff)
downloadmoa-id-spss-071e7cd1ca8aba6e23f79a2bdc31f9b819fbe254.tar.gz
moa-id-spss-071e7cd1ca8aba6e23f79a2bdc31f9b819fbe254.tar.bz2
moa-id-spss-071e7cd1ca8aba6e23f79a2bdc31f9b819fbe254.zip
change name of the local project repo
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f1e4daec7..260b35e3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
</modules>
<repositories>
<repository>
- <id>local</id>
+ <id>moaid_local</id>
<name>local</name>
<url>file:${basedir}/../../../repository</url>
</repository>
@@ -246,6 +246,12 @@
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>versions-maven-plugin</artifactId>
+ <version>2.7</version>
+ </plugin>
+
<!-- Vulnerability checks -->
<!-- <plugin>
<groupId>org.owasp</groupId>