aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2017-03-16 11:43:54 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2017-03-16 11:43:54 +0100
commit3474af93a3436a334a1e7e903e6f6dcc5fdb774c (patch)
tree964241ebbffcce696356c661a2f40c8045fb54f0 /pom.xml
parentb60b2ed4ddae5f7b67f4d08af281a8fef2661f7a (diff)
parentd69ba86f0855097e46e525794075f3c743e7facb (diff)
downloadmoa-id-spss-3474af93a3436a334a1e7e903e6f6dcc5fdb774c.tar.gz
moa-id-spss-3474af93a3436a334a1e7e903e6f6dcc5fdb774c.tar.bz2
moa-id-spss-3474af93a3436a334a1e7e903e6f6dcc5fdb774c.zip
Merge branch 'Branch_MOA-ID-3.2.1' into eIDAS_node_implementation
# Conflicts: # id/server/moa-id-commons/pom.xml # id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/attributes/builder/IeIDASAttribute.java # id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/attributes/builder/eIDASAttrDateOfBirth.java # id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/attributes/builder/eIDASAttrLegalName.java # id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/attributes/builder/eIDASAttrLegalPersonIdentifier.java # pom.xml
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7ed1df4a3..b834320cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,6 +204,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
+ <version>3.6.1</version>
<configuration>
<verbose>false</verbose>
<fork>true</fork>
@@ -228,7 +229,8 @@
<plugin>
<inherited>false</inherited>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-1</version>
+ <!-- <version>2.2-beta-1</version> -->
+ <version>2.2.2</version>
<!-- TODO Update Version 2.2-beta-1 for MOA-SPSS -->
<configuration>
<finalName>moa</finalName>