From 4ed0377a95b6b9be1927dc3ef92eb0733a72ae6e Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 6 Apr 2020 10:50:19 +0200 Subject: switch to next snapshot versions --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 6231a0cdf..b3f93f5de 100644 --- a/pom.xml +++ b/pom.xml @@ -16,19 +16,19 @@ 4.1.1 - 4.1.1 - 4.1.1 + 4.1.2-SNAPSHOT + 4.1.2-SNAPSHOT 2.0.1 - 3.0.2 + 3.0.3-SNAPSHOT 2.0.6 1.3.2 0.3 - 1.0.13.2 + 1.0.14-SNAPSHOT 5.2.2.RELEASE 2.2.3.RELEASE 2.2.3.RELEASE -- cgit v1.2.3 From 7d0e2157632ff6ccd96c3da1fa5a4b7fbbd93df9 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 6 Apr 2020 18:45:47 +0200 Subject: fix build problem after version upgrade --- pom.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index b3f93f5de..80e1c2859 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ UTF-8 - 4.1.1 + 4.1.2-SNAPSHOT 4.1.2-SNAPSHOT 4.1.2-SNAPSHOT @@ -22,7 +22,7 @@ 2.0.1 3.0.3-SNAPSHOT - 2.0.6 + 2.0.7-SNAPSHOT 1.3.2 @@ -526,13 +526,11 @@ MOA.id.server moa-id-lib ${moa-id-version} - compile MOA.id.server moa-id-commons ${moa-id-version} - compile -- cgit v1.2.3 From 953dbd667063373bf54bbcced3d8884494219e15 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 6 Apr 2020 19:09:31 +0200 Subject: add EGIZ snapshot maven repo --- pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 80e1c2859..5d0d6d71c 100644 --- a/pom.xml +++ b/pom.xml @@ -114,8 +114,20 @@ true + + false + + + + egiz-commons-snapshot + https://apps.egiz.gv.at/maven-snapshot/ + + false + + + true + - -- cgit v1.2.3 From 4ca9c3bda12087468c63f8d12527880f828ffae1 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 7 Jul 2020 09:14:56 +0200 Subject: update third-party libs --- pom.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 5d0d6d71c..b81c8d992 100644 --- a/pom.xml +++ b/pom.xml @@ -29,14 +29,14 @@ 0.3 1.0.14-SNAPSHOT - 5.2.2.RELEASE - 2.2.3.RELEASE - 2.2.3.RELEASE + 5.2.7.RELEASE + 2.3.1.RELEASE + 2.3.1.RELEASE 2.22.0 2.3.1 2.3.0.1 - 28.1-jre + 29.0-jre 2.6.6 1.5.6 @@ -45,32 +45,32 @@ 2.3.1 1.1 - 5.4.10.Final + 5.4.18.Final 2.7.0 - 3.3.4 + 3.3.7 2.5.22 2.0.0 - 1.7.26 + 1.7.30 - 4.5.10 + 4.5.12 4.4.13 - 8.0.18 + 8.0.20 4.12 - 2.6 - 3.9 + 2.7 + 3.10 4.4 3.2.2 1.8 - 2.10.5 + 2.10.6 - 2.10.1 + 2.11.1 1.4 ${org.springframework.version} -- cgit v1.2.3 From 10692d7ab188f030a7407a7278eeebbb14979446 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 7 Jul 2020 10:55:31 +0200 Subject: switch to next release version --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index b81c8d992..3bf3260ec 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ MOA MOA pom - 4.1.2-SNAPSHOT + 4.1.2 MOA @@ -14,21 +14,21 @@ UTF-8 - 4.1.2-SNAPSHOT + 4.1.2 - 4.1.2-SNAPSHOT - 4.1.2-SNAPSHOT + 4.1.2 + 4.1.2 2.0.1 - 3.0.3-SNAPSHOT - 2.0.7-SNAPSHOT + 3.0.3 + 2.0.7 1.3.2 0.3 - 1.0.14-SNAPSHOT + 1.0.14 5.2.7.RELEASE 2.3.1.RELEASE 2.3.1.RELEASE -- cgit v1.2.3