From b41432b3669c9985e72a2c55e92d04c4647f6d0b Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 15 Dec 2016 09:53:38 +0100 Subject: change version to next 3.2.2-snapshot --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index e95e5d029..b3176bd2d 100644 --- a/pom.xml +++ b/pom.xml @@ -22,14 +22,14 @@ --> - 3.2.1 + 3.2.2-Snapshot - 3.2.1 - 3.2.1 + 3.2.2-Snapshot + 3.2.2-Snapshot 2.0.1-Snapshot - 2.3.1 + 2.3.2-Snapshot 2.0.6 1.2 -- cgit v1.2.3 From 9f1f72e164973e8a9a81be5c105fd11cc5cf3ef9 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 2 Mar 2017 10:43:59 +0100 Subject: remove MOA-SPSS source code from MOA-ID repository. The MOA-SPSS source is already moved to a new repository. --- pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index b3176bd2d..ebc429fba 100644 --- a/pom.xml +++ b/pom.xml @@ -83,11 +83,7 @@ - - - - id - + id -- cgit v1.2.3 From 4fbdacfa2e2029ac2c81048e59377b7dffcc3f45 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 9 Mar 2017 11:37:30 +0100 Subject: update Struts2 to prevent CVE-2017-5638 (https://cwiki.apache.org/confluence/display/WW/S2-045) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index ebc429fba..ff4850c12 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ 3.1.9 - 2.3.31 + 2.3.32 2.0.0 -- cgit v1.2.3 From 26bb4fd242bff64c38530bf782865e0bf29c72b5 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 13 Mar 2017 10:23:54 +0100 Subject: switch to MOA-ID version 3.2.2 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index ff4850c12..a31d2160f 100644 --- a/pom.xml +++ b/pom.xml @@ -22,14 +22,14 @@ --> - 3.2.2-Snapshot + 3.2.2 - 3.2.2-Snapshot - 3.2.2-Snapshot + 3.2.2 + 3.2.2 - 2.0.1-Snapshot + 2.0.1 - 2.3.2-Snapshot + 2.3.2 2.0.6 1.2 -- cgit v1.2.3 From a3f328d74992d6f706a2ec7f719f15f3c35164ab Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 13 Mar 2017 10:49:05 +0100 Subject: update build process to support current JDK version --- pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index a31d2160f..6bba65e9b 100644 --- a/pom.xml +++ b/pom.xml @@ -204,6 +204,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.6.1 false true -- cgit v1.2.3 From a924ffced08d9ffef2ff8b20bb6be483bfe6f5d9 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 13 Mar 2017 12:34:23 +0100 Subject: update version of maven assembly module --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 6bba65e9b..13e9fcf0c 100644 --- a/pom.xml +++ b/pom.xml @@ -229,7 +229,8 @@ false maven-assembly-plugin - 2.2-beta-1 + + 2.2.2 moa -- cgit v1.2.3