From 32d17447a258188b2d534bcb0bf65a659ba7b7d0 Mon Sep 17 00:00:00 2001 From: mcentner Date: Fri, 29 Aug 2008 12:11:34 +0000 Subject: Initial import. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 bkucommon/pom.xml (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml new file mode 100644 index 00000000..5d105fde --- /dev/null +++ b/bkucommon/pom.xml @@ -0,0 +1,78 @@ + + + + bku + at.gv.egiz + 1.0-SNAPSHOT + + 4.0.0 + at.gv.egiz + bkucommon + BKU Common + 1.0-SNAPSHOT + http://maven.apache.org + + + at.gv.egiz + utils + 1.0-SNAPSHOT + + + at.gv.egiz + STAL + 1.0-SNAPSHOT + + + commons-logging + commons-logging + + + iaik + iaik_jce_full_signed + + + commons-fileupload + commons-fileupload + compile + + + commons-httpclient + commons-httpclient + compile + + + xalan + xalan + 2.7.0 + + + iaik + iaik_xsect + + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From 83ffb9a9e1ffcb57e2adda4d48a8f972148897e6 Mon Sep 17 00:00:00 2001 From: clemenso Date: Fri, 5 Sep 2008 13:38:52 +0000 Subject: HashDataInput git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@20 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 5d105fde..2ccf0766 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -68,11 +68,10 @@ true org.apache.maven.plugins maven-surefire-plugin - true + true \ No newline at end of file -- cgit v1.2.3 From 66cfb865fbfa7af514e803003f928d77f1156e46 Mon Sep 17 00:00:00 2001 From: mcentner Date: Thu, 11 Sep 2008 12:16:35 +0000 Subject: Added to be signed data validation. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@32 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 2ccf0766..2db0cc84 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -1,7 +1,5 @@ - + bku at.gv.egiz @@ -42,10 +40,13 @@ commons-httpclient compile + + xerces + xercesImpl + xalan xalan - 2.7.0 iaik -- cgit v1.2.3 From fd1db02bdc9fbd2a5beca0cc2b214c1adbcc1a7a Mon Sep 17 00:00:00 2001 From: clemenso Date: Mon, 15 Sep 2008 18:01:32 +0000 Subject: encoding git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@39 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 2db0cc84..40b73e48 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -69,10 +69,10 @@ true + skip tests temporarily org.apache.maven.plugins maven-surefire-plugin - true + true \ No newline at end of file -- cgit v1.2.3 From 27d91275555207f9e152c2867d52fbbf83f92ba7 Mon Sep 17 00:00:00 2001 From: wbauer Date: Wed, 8 Oct 2008 08:39:17 +0000 Subject: changed ssl certificate validation, now using iaik_pki git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@83 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 159 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 83 insertions(+), 76 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 40b73e48..a90aebf5 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -1,78 +1,85 @@ - - - bku - at.gv.egiz - 1.0-SNAPSHOT - - 4.0.0 - at.gv.egiz - bkucommon - BKU Common - 1.0-SNAPSHOT - http://maven.apache.org - - - at.gv.egiz - utils - 1.0-SNAPSHOT - - - at.gv.egiz - STAL - 1.0-SNAPSHOT - - - commons-logging - commons-logging - - - iaik - iaik_jce_full_signed - - - commons-fileupload - commons-fileupload - compile - - - commons-httpclient - commons-httpclient - compile - - - xerces - xercesImpl - - - xalan - xalan - - - iaik - iaik_xsect - - - - - - - - + + + bku + at.gv.egiz + 1.0-SNAPSHOT + + 4.0.0 + at.gv.egiz + bkucommon + BKU Common + 1.0-SNAPSHOT + http://maven.apache.org + + + at.gv.egiz + utils + 1.0-SNAPSHOT + + + at.gv.egiz + STAL + 1.0-SNAPSHOT + + + commons-logging + commons-logging + + + iaik + iaik_jce_full_signed + + + commons-fileupload + commons-fileupload + compile + + + commons-httpclient + commons-httpclient + compile + + + xerces + xercesImpl + + + xalan + xalan + + + iaik + iaik_xsect + + + iaik + iaik_pki + compile + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From e77343708ec9b74aed7256d72982e4fce4be80d8 Mon Sep 17 00:00:00 2001 From: wbauer Date: Sat, 15 Nov 2008 10:34:45 +0000 Subject: Release 1.0 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@175 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index a90aebf5..60c31a02 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -4,24 +4,24 @@ bku at.gv.egiz - 1.0-SNAPSHOT + 1.0 4.0.0 at.gv.egiz bkucommon BKU Common - 1.0-SNAPSHOT + 1.0 http://maven.apache.org at.gv.egiz utils - 1.0-SNAPSHOT + 1.0 at.gv.egiz STAL - 1.0-SNAPSHOT + 1.0 commons-logging -- cgit v1.2.3 From 11c83e13e032738ee927f22196dc9ca43589a8a4 Mon Sep 17 00:00:00 2001 From: mcentner Date: Mon, 24 Nov 2008 14:11:39 +0000 Subject: Version set to 1.0.0 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@193 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 60c31a02..076f516c 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -4,24 +4,24 @@ bku at.gv.egiz - 1.0 + 1.0.0-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.0 + 1.0.0-SNAPSHOT http://maven.apache.org at.gv.egiz utils - 1.0 + 1.0.0-SNAPSHOT at.gv.egiz STAL - 1.0 + 1.0.0-SNAPSHOT commons-logging -- cgit v1.2.3 From b1209c3cf4a3447b8dd1320a5b068bf205797980 Mon Sep 17 00:00:00 2001 From: mcentner Date: Tue, 25 Nov 2008 07:47:42 +0000 Subject: [maven-release-plugin] prepare release mocca-1.0.1 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@201 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 076f516c..e97eed97 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -1,27 +1,26 @@ - + bku at.gv.egiz - 1.0.0-SNAPSHOT + 1.0.1 4.0.0 at.gv.egiz bkucommon BKU Common - 1.0.0-SNAPSHOT + 1.0.1 http://maven.apache.org at.gv.egiz utils - 1.0.0-SNAPSHOT + 1.0.1 at.gv.egiz STAL - 1.0.0-SNAPSHOT + 1.0.1 commons-logging @@ -72,14 +71,12 @@ MOA-SPSS-1.3.wsdl ${project.build.directory}/generated-sources/moaspss ${project.build.directory}/generated-sources/moaspss/.staleFlag - true + true + true \ No newline at end of file -- cgit v1.2.3 From 86962d8745b41a6cdb9fd95496176e698c0f6a9c Mon Sep 17 00:00:00 2001 From: mcentner Date: Tue, 25 Nov 2008 07:47:48 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@203 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index e97eed97..61fe1942 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,24 +3,24 @@ bku at.gv.egiz - 1.0.1 + 1.0.1-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.0.1 + 1.0.1-SNAPSHOT http://maven.apache.org at.gv.egiz utils - 1.0.1 + 1.0.1-SNAPSHOT at.gv.egiz STAL - 1.0.1 + 1.0.1-SNAPSHOT commons-logging -- cgit v1.2.3 From c9ff6be4c89bfcb643c70fdb46e3a6425911b61f Mon Sep 17 00:00:00 2001 From: mcentner Date: Tue, 25 Nov 2008 08:10:11 +0000 Subject: [maven-release-plugin] prepare release mocca-1.0.2 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@205 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 61fe1942..586ab493 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,24 +3,24 @@ bku at.gv.egiz - 1.0.1-SNAPSHOT + 1.0.2 4.0.0 at.gv.egiz bkucommon BKU Common - 1.0.1-SNAPSHOT + 1.0.2 http://maven.apache.org at.gv.egiz utils - 1.0.1-SNAPSHOT + 1.0.2 at.gv.egiz STAL - 1.0.1-SNAPSHOT + 1.0.2 commons-logging -- cgit v1.2.3 From 38e77cff0a5cba8016dd3f9197647f7a82678880 Mon Sep 17 00:00:00 2001 From: mcentner Date: Tue, 25 Nov 2008 08:10:17 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@207 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 586ab493..e0cb1f7c 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,24 +3,24 @@ bku at.gv.egiz - 1.0.2 + 1.0.2-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.0.2 + 1.0.2-SNAPSHOT http://maven.apache.org at.gv.egiz utils - 1.0.2 + 1.0.2-SNAPSHOT at.gv.egiz STAL - 1.0.2 + 1.0.2-SNAPSHOT commons-logging -- cgit v1.2.3 From 4455f67be95f84ba0da82a90f0df47ddd4711937 Mon Sep 17 00:00:00 2001 From: mcentner Date: Tue, 25 Nov 2008 08:15:32 +0000 Subject: [maven-release-plugin] rollback the release of mocca-1.0.2 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@208 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index e0cb1f7c..61fe1942 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,24 +3,24 @@ bku at.gv.egiz - 1.0.2-SNAPSHOT + 1.0.1-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.0.2-SNAPSHOT + 1.0.1-SNAPSHOT http://maven.apache.org at.gv.egiz utils - 1.0.2-SNAPSHOT + 1.0.1-SNAPSHOT at.gv.egiz STAL - 1.0.2-SNAPSHOT + 1.0.1-SNAPSHOT commons-logging -- cgit v1.2.3 From 4353cad73d83ac86184b2242f889701c76c0c2b7 Mon Sep 17 00:00:00 2001 From: mcentner Date: Tue, 25 Nov 2008 08:24:03 +0000 Subject: [maven-release-plugin] prepare release mocca-1.0.1 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@211 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 61fe1942..e97eed97 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,24 +3,24 @@ bku at.gv.egiz - 1.0.1-SNAPSHOT + 1.0.1 4.0.0 at.gv.egiz bkucommon BKU Common - 1.0.1-SNAPSHOT + 1.0.1 http://maven.apache.org at.gv.egiz utils - 1.0.1-SNAPSHOT + 1.0.1 at.gv.egiz STAL - 1.0.1-SNAPSHOT + 1.0.1 commons-logging -- cgit v1.2.3 From 11953efc834fbb06f14c30d9f1783e2b4b941f7b Mon Sep 17 00:00:00 2001 From: mcentner Date: Tue, 25 Nov 2008 08:29:39 +0000 Subject: [maven-release-plugin] rollback the release of mocca-1.0.1 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@214 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index e97eed97..61fe1942 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,24 +3,24 @@ bku at.gv.egiz - 1.0.1 + 1.0.1-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.0.1 + 1.0.1-SNAPSHOT http://maven.apache.org at.gv.egiz utils - 1.0.1 + 1.0.1-SNAPSHOT at.gv.egiz STAL - 1.0.1 + 1.0.1-SNAPSHOT commons-logging -- cgit v1.2.3 From 4421289feed2da8d81ed438d9e5d9a0be503cec1 Mon Sep 17 00:00:00 2001 From: mcentner Date: Tue, 25 Nov 2008 08:31:24 +0000 Subject: [maven-release-plugin] prepare release mocca-1.0.1 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@215 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 61fe1942..e97eed97 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,24 +3,24 @@ bku at.gv.egiz - 1.0.1-SNAPSHOT + 1.0.1 4.0.0 at.gv.egiz bkucommon BKU Common - 1.0.1-SNAPSHOT + 1.0.1 http://maven.apache.org at.gv.egiz utils - 1.0.1-SNAPSHOT + 1.0.1 at.gv.egiz STAL - 1.0.1-SNAPSHOT + 1.0.1 commons-logging -- cgit v1.2.3 From b2d68a5fb093999cb42192bea77da8d8414bdb7b Mon Sep 17 00:00:00 2001 From: mcentner Date: Tue, 25 Nov 2008 08:31:29 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@217 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index e97eed97..e0cb1f7c 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,24 +3,24 @@ bku at.gv.egiz - 1.0.1 + 1.0.2-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.0.1 + 1.0.2-SNAPSHOT http://maven.apache.org at.gv.egiz utils - 1.0.1 + 1.0.2-SNAPSHOT at.gv.egiz STAL - 1.0.1 + 1.0.2-SNAPSHOT commons-logging -- cgit v1.2.3 From 99134c1be5db0fedadc051922e70c9bf563ce16d Mon Sep 17 00:00:00 2001 From: wbauer Date: Tue, 2 Dec 2008 10:13:09 +0000 Subject: Changed SLCommandFactory configuration mechanism and moved the actual configuration to spring's application context git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@231 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index e0cb1f7c..beb4b3c7 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -57,6 +57,11 @@ iaik_pki compile + + org.springframework + spring-context + test + -- cgit v1.2.3 From 3d3d66e0c981193354e2a875a4bfdbb82dbce758 Mon Sep 17 00:00:00 2001 From: mcentner Date: Tue, 9 Dec 2008 09:13:47 +0000 Subject: STALExt is now used in bkucommon. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@238 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index beb4b3c7..41691dc6 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -19,7 +19,7 @@ at.gv.egiz - STAL + STALExt 1.0.2-SNAPSHOT -- cgit v1.2.3 From 4618f05e6a202ef2d502c78a4bd0dc13b9c0aea2 Mon Sep 17 00:00:00 2001 From: clemenso Date: Tue, 20 Jan 2009 16:38:30 +0000 Subject: [maven-release-plugin] prepare release bku-1.0.2 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@273 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 41691dc6..2ecd3f12 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,24 +3,24 @@ bku at.gv.egiz - 1.0.2-SNAPSHOT + 1.0.2 4.0.0 at.gv.egiz bkucommon BKU Common - 1.0.2-SNAPSHOT + 1.0.2 http://maven.apache.org at.gv.egiz utils - 1.0.2-SNAPSHOT + 1.0.2 at.gv.egiz STALExt - 1.0.2-SNAPSHOT + 1.0.1 commons-logging -- cgit v1.2.3 From ce598ba5142ff7673085dd90865f9323d69574be Mon Sep 17 00:00:00 2001 From: clemenso Date: Tue, 20 Jan 2009 16:56:08 +0000 Subject: [maven-release-plugin] rollback the release of bku-1.0.2 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@274 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 2ecd3f12..41691dc6 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,24 +3,24 @@ bku at.gv.egiz - 1.0.2 + 1.0.2-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.0.2 + 1.0.2-SNAPSHOT http://maven.apache.org at.gv.egiz utils - 1.0.2 + 1.0.2-SNAPSHOT at.gv.egiz STALExt - 1.0.1 + 1.0.2-SNAPSHOT commons-logging -- cgit v1.2.3 From 3f673f19aa8c4aec3d40d98731de289cbb7e79c6 Mon Sep 17 00:00:00 2001 From: clemenso Date: Tue, 20 Jan 2009 17:01:02 +0000 Subject: [maven-release-plugin] prepare release mocca-1.0.2 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@275 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 41691dc6..2ecd3f12 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,24 +3,24 @@ bku at.gv.egiz - 1.0.2-SNAPSHOT + 1.0.2 4.0.0 at.gv.egiz bkucommon BKU Common - 1.0.2-SNAPSHOT + 1.0.2 http://maven.apache.org at.gv.egiz utils - 1.0.2-SNAPSHOT + 1.0.2 at.gv.egiz STALExt - 1.0.2-SNAPSHOT + 1.0.1 commons-logging -- cgit v1.2.3 From ce977ee25ede5535beaf72bd0555c0984d5741bf Mon Sep 17 00:00:00 2001 From: clemenso Date: Tue, 20 Jan 2009 17:01:18 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@277 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 2ecd3f12..c2e272dd 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,24 +3,24 @@ bku at.gv.egiz - 1.0.2 + 1.0.3-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.0.2 + 1.0.3-SNAPSHOT http://maven.apache.org at.gv.egiz utils - 1.0.2 + 1.0.3-SNAPSHOT at.gv.egiz STALExt - 1.0.1 + 1.0.3-SNAPSHOT commons-logging -- cgit v1.2.3 From b06ecc665c64c3e16a3beac5712d607b35d988d8 Mon Sep 17 00:00:00 2001 From: clemenso Date: Wed, 21 Jan 2009 13:28:18 +0000 Subject: [maven-release-plugin] prepare release mocca-1.0.3 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@279 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index c2e272dd..b6535993 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,24 +3,24 @@ bku at.gv.egiz - 1.0.3-SNAPSHOT + 1.0.3 4.0.0 at.gv.egiz bkucommon BKU Common - 1.0.3-SNAPSHOT + 1.0.3 http://maven.apache.org at.gv.egiz utils - 1.0.3-SNAPSHOT + 1.0.3 at.gv.egiz STALExt - 1.0.3-SNAPSHOT + 1.0.1 commons-logging -- cgit v1.2.3 From 5a4d7efb69c4b44e78f3e8e797e88fc2b5f4f668 Mon Sep 17 00:00:00 2001 From: clemenso Date: Wed, 21 Jan 2009 13:28:34 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@281 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index b6535993..71070e7b 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,24 +3,24 @@ bku at.gv.egiz - 1.0.3 + 1.0.4-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.0.3 + 1.0.4-SNAPSHOT http://maven.apache.org at.gv.egiz utils - 1.0.3 + 1.0.4-SNAPSHOT at.gv.egiz STALExt - 1.0.1 + 1.0.4-SNAPSHOT commons-logging -- cgit v1.2.3 From bd34234d256ef1f81c6daba2de33ed68ccc790f1 Mon Sep 17 00:00:00 2001 From: clemenso Date: Fri, 23 Jan 2009 14:04:04 +0000 Subject: [maven-release-plugin] prepare release mocca-1.0.4-fon git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@287 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 71070e7b..7ecda857 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,24 +3,24 @@ bku at.gv.egiz - 1.0.4-SNAPSHOT + 1.0.4 4.0.0 at.gv.egiz bkucommon BKU Common - 1.0.4-SNAPSHOT + 1.0.4 http://maven.apache.org at.gv.egiz utils - 1.0.4-SNAPSHOT + 1.0.4 at.gv.egiz STALExt - 1.0.4-SNAPSHOT + 1.0.1 commons-logging -- cgit v1.2.3 From eeacc400e7186429ebea0f718b076d8b9861c58e Mon Sep 17 00:00:00 2001 From: clemenso Date: Fri, 23 Jan 2009 14:05:18 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@289 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 7ecda857..79516b1d 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,24 +3,24 @@ bku at.gv.egiz - 1.0.4 + 1.0.5-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.0.4 + 1.0.5-SNAPSHOT http://maven.apache.org at.gv.egiz utils - 1.0.4 + 1.0.5-SNAPSHOT at.gv.egiz STALExt - 1.0.1 + 1.0.4-SNAPSHOT commons-logging -- cgit v1.2.3 From 54aa4703e3d66c5b1a63b8d925fd4c9c1766687c Mon Sep 17 00:00:00 2001 From: clemenso Date: Wed, 28 Jan 2009 19:40:11 +0000 Subject: activation git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@291 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 79516b1d..ccc1814d 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -20,7 +20,7 @@ at.gv.egiz STALExt - 1.0.4-SNAPSHOT + 1.0.2-SNAPSHOT commons-logging @@ -62,6 +62,11 @@ spring-context test + + + com.sun.xml.bind + jaxb-impl + -- cgit v1.2.3 From 2882e14d19cfa58ea382083434210aaf0cfea3e3 Mon Sep 17 00:00:00 2001 From: wbauer Date: Fri, 13 Mar 2009 07:49:49 +0000 Subject: Fixed Bug#405 and added according test case Fixed Bug#402 Added Feature#403 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@320 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 80 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 48 insertions(+), 32 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index ccc1814d..5084abcb 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -1,5 +1,6 @@ - + bku at.gv.egiz @@ -10,7 +11,43 @@ bkucommon BKU Common 1.0.5-SNAPSHOT - http://maven.apache.org + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + + + 1.0 + + + + + + at.gv.egiz @@ -58,35 +95,14 @@ compile - org.springframework - spring-context - test - - - - com.sun.xml.bind - jaxb-impl - + org.springframework + spring-context + test + + + + com.sun.xml.bind + jaxb-impl + - - - - - - \ No newline at end of file -- cgit v1.2.3 From 1a75d2ae8fa57011166110754fed3ab082a52302 Mon Sep 17 00:00:00 2001 From: clemenso Date: Tue, 7 Apr 2009 09:09:21 +0000 Subject: [maven-release-plugin] prepare release mocca-1.1.0 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@329 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 5084abcb..bbba25f7 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -1,16 +1,15 @@ - + bku at.gv.egiz - 1.0.5-SNAPSHOT + 1.1.0 4.0.0 at.gv.egiz bkucommon BKU Common - 1.0.5-SNAPSHOT + 1.1.0 @@ -25,14 +24,12 @@ MOA-SPSS-1.3.wsdl ${project.build.directory}/generated-sources/moaspss ${project.build.directory}/generated-sources/moaspss/.staleFlag - true + true + true org.apache.maven.plugins maven-jar-plugin @@ -52,12 +49,12 @@ at.gv.egiz utils - 1.0.5-SNAPSHOT + 1.1.0 at.gv.egiz STALExt - 1.0.2-SNAPSHOT + 1.1.0 commons-logging -- cgit v1.2.3 From 47bc6ce0d569d7bff1bab891c2f6ce66cd2a544e Mon Sep 17 00:00:00 2001 From: clemenso Date: Tue, 7 Apr 2009 09:13:32 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@331 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index bbba25f7..91fd0810 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.1.0 + 1.1.1-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.1.0 + 1.0.6-SNAPSHOT @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.1.0 + 1.1.1-SNAPSHOT at.gv.egiz STALExt - 1.1.0 + 1.1.1-SNAPSHOT commons-logging -- cgit v1.2.3 From 8c1638228e76a1dccc571eea5afd1b33eda8d39a Mon Sep 17 00:00:00 2001 From: clemenso Date: Thu, 9 Apr 2009 11:17:48 +0000 Subject: wrong version bkucommon git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@332 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 91fd0810..decbb6e5 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -9,7 +9,7 @@ at.gv.egiz bkucommon BKU Common - 1.0.6-SNAPSHOT + 1.1.1-SNAPSHOT -- cgit v1.2.3 From 1ad17f951032d8b33c351d95d2f336c98d040d4d Mon Sep 17 00:00:00 2001 From: clemenso Date: Mon, 20 Apr 2009 15:01:52 +0000 Subject: [maven-release-plugin] prepare release mocca-1.1.1 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@340 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index decbb6e5..7c378ca6 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.1.1-SNAPSHOT + 1.1.1 4.0.0 at.gv.egiz bkucommon BKU Common - 1.1.1-SNAPSHOT + 1.1.1 @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.1.1-SNAPSHOT + 1.1.1 at.gv.egiz STALExt - 1.1.1-SNAPSHOT + 1.1.1 commons-logging -- cgit v1.2.3 From 3b5c56568c01f6f012888ce958df8e6d8f5fb18f Mon Sep 17 00:00:00 2001 From: clemenso Date: Mon, 20 Apr 2009 15:30:31 +0000 Subject: [maven-release-plugin] rollback the release of mocca-1.1.1 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@343 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 7c378ca6..decbb6e5 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.1.1 + 1.1.1-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.1.1 + 1.1.1-SNAPSHOT @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.1.1 + 1.1.1-SNAPSHOT at.gv.egiz STALExt - 1.1.1 + 1.1.1-SNAPSHOT commons-logging -- cgit v1.2.3 From 9a04c66553e1f7a088407176299bb3acbb463e5a Mon Sep 17 00:00:00 2001 From: clemenso Date: Mon, 20 Apr 2009 15:41:17 +0000 Subject: [maven-release-plugin] prepare release mocca-1.1.1 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@344 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index decbb6e5..7c378ca6 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.1.1-SNAPSHOT + 1.1.1 4.0.0 at.gv.egiz bkucommon BKU Common - 1.1.1-SNAPSHOT + 1.1.1 @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.1.1-SNAPSHOT + 1.1.1 at.gv.egiz STALExt - 1.1.1-SNAPSHOT + 1.1.1 commons-logging -- cgit v1.2.3 From 0843cee3fde9b3c81410e219e311e8e03aa9afcd Mon Sep 17 00:00:00 2001 From: clemenso Date: Mon, 20 Apr 2009 15:51:45 +0000 Subject: [maven-release-plugin] rollback the release of mocca-1.1.1 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@345 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 7c378ca6..decbb6e5 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.1.1 + 1.1.1-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.1.1 + 1.1.1-SNAPSHOT @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.1.1 + 1.1.1-SNAPSHOT at.gv.egiz STALExt - 1.1.1 + 1.1.1-SNAPSHOT commons-logging -- cgit v1.2.3 From 64efe970e2b053b8d058f5230c5bf8e2fb4666d5 Mon Sep 17 00:00:00 2001 From: clemenso Date: Mon, 20 Apr 2009 15:57:58 +0000 Subject: [maven-release-plugin] prepare release mocca-1.1.1 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@346 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index decbb6e5..7c378ca6 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.1.1-SNAPSHOT + 1.1.1 4.0.0 at.gv.egiz bkucommon BKU Common - 1.1.1-SNAPSHOT + 1.1.1 @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.1.1-SNAPSHOT + 1.1.1 at.gv.egiz STALExt - 1.1.1-SNAPSHOT + 1.1.1 commons-logging -- cgit v1.2.3 From bbd9833a9ae0cbbc350eb4db8a001849bb6637ac Mon Sep 17 00:00:00 2001 From: clemenso Date: Mon, 20 Apr 2009 16:00:46 +0000 Subject: [maven-release-plugin] rollback the release of mocca-1.1.1 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@347 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 7c378ca6..decbb6e5 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.1.1 + 1.1.1-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.1.1 + 1.1.1-SNAPSHOT @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.1.1 + 1.1.1-SNAPSHOT at.gv.egiz STALExt - 1.1.1 + 1.1.1-SNAPSHOT commons-logging -- cgit v1.2.3 From 420e23a4e9f105defc502e8ec351e1e313a6b225 Mon Sep 17 00:00:00 2001 From: clemenso Date: Mon, 20 Apr 2009 16:03:29 +0000 Subject: [maven-release-plugin] prepare release mocca-1.1.1 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@348 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index decbb6e5..7c378ca6 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.1.1-SNAPSHOT + 1.1.1 4.0.0 at.gv.egiz bkucommon BKU Common - 1.1.1-SNAPSHOT + 1.1.1 @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.1.1-SNAPSHOT + 1.1.1 at.gv.egiz STALExt - 1.1.1-SNAPSHOT + 1.1.1 commons-logging -- cgit v1.2.3 From 0ee51852335b820c51b7270df31c116a0826f9c7 Mon Sep 17 00:00:00 2001 From: clemenso Date: Mon, 20 Apr 2009 16:03:48 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@350 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 7c378ca6..adeb1936 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.1.1 + 1.1.2-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.1.1 + 1.1.2-SNAPSHOT @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.1.1 + 1.1.2-SNAPSHOT at.gv.egiz STALExt - 1.1.1 + 1.1.2-SNAPSHOT commons-logging -- cgit v1.2.3 From 8c4be63080981cc85e1c1584f046dfd6035968c0 Mon Sep 17 00:00:00 2001 From: clemenso Date: Wed, 1 Jul 2009 15:05:23 +0000 Subject: [maven-release-plugin] prepare release mocca-1.2.0 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@385 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index adeb1936..1490e228 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.1.2-SNAPSHOT + 1.2.0 4.0.0 at.gv.egiz bkucommon BKU Common - 1.1.2-SNAPSHOT + 1.2.0 @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.1.2-SNAPSHOT + 1.2.0 at.gv.egiz STALExt - 1.1.2-SNAPSHOT + 1.2.0 commons-logging -- cgit v1.2.3 From d23cff9c8f01f7fff85c183fd3b482b173bb3108 Mon Sep 17 00:00:00 2001 From: clemenso Date: Wed, 1 Jul 2009 15:07:04 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@387 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 1490e228..e31b7b0d 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.0 + 1.2.1-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.0 + 1.2.1-SNAPSHOT @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.2.0 + 1.2.1-SNAPSHOT at.gv.egiz STALExt - 1.2.0 + 1.2.1-SNAPSHOT commons-logging -- cgit v1.2.3 From fa928f387d17cb9658dd6f488c619cfcceab9801 Mon Sep 17 00:00:00 2001 From: clemenso Date: Fri, 14 Aug 2009 13:05:44 +0000 Subject: [maven-release-plugin] prepare release mocca-1.2.1 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@440 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index e31b7b0d..e69434cd 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.1-SNAPSHOT + 1.2.1 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.1-SNAPSHOT + 1.2.1 @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.2.1-SNAPSHOT + 1.2.1 at.gv.egiz STALExt - 1.2.1-SNAPSHOT + 1.2.1 commons-logging -- cgit v1.2.3 From a4e2fb04ca7e5e2bf2352c0881bb686cb83aaf74 Mon Sep 17 00:00:00 2001 From: clemenso Date: Fri, 14 Aug 2009 13:06:05 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@442 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index e69434cd..21e47b4f 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.1 + 1.2.2-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.1 + 1.2.2-SNAPSHOT @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.2.1 + 1.2.2-SNAPSHOT at.gv.egiz STALExt - 1.2.1 + 1.2.2-SNAPSHOT commons-logging -- cgit v1.2.3 From ac6d2a37ee43ddc48cc0a1e40371366607624db7 Mon Sep 17 00:00:00 2001 From: clemenso Date: Thu, 20 Aug 2009 17:08:58 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@453 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 21e47b4f..52408952 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.2-SNAPSHOT + 1.2.3-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.2-SNAPSHOT + 1.2.3-SNAPSHOT -- cgit v1.2.3 From ada7c53ce1c19ba26b988e43da51a1a99d584b14 Mon Sep 17 00:00:00 2001 From: clemenso Date: Thu, 20 Aug 2009 17:10:52 +0000 Subject: [maven-release-plugin] rollback the release of mocca-1.2.2 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@454 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 52408952..21e47b4f 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.3-SNAPSHOT + 1.2.2-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.3-SNAPSHOT + 1.2.2-SNAPSHOT -- cgit v1.2.3 From e676ab1e361aff7ff7417f8f6e93ad176ef6cb60 Mon Sep 17 00:00:00 2001 From: clemenso Date: Thu, 20 Aug 2009 17:27:08 +0000 Subject: [maven-release-plugin] prepare release mocca-1.2.2 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@455 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 21e47b4f..4fa6ea1c 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.2-SNAPSHOT + 1.2.2 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.2-SNAPSHOT + 1.2.2 @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.2.2-SNAPSHOT + 1.2.2 at.gv.egiz STALExt - 1.2.2-SNAPSHOT + 1.2.2 commons-logging -- cgit v1.2.3 From 1102477bc94590a21eaf3bcbd50baa0b6ed13529 Mon Sep 17 00:00:00 2001 From: clemenso Date: Thu, 20 Aug 2009 17:32:58 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@458 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 4fa6ea1c..c621214c 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.2 + 1.2.3-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.2 + 1.2.3-SNAPSHOT @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.2.2 + 1.2.3-SNAPSHOT at.gv.egiz STALExt - 1.2.2 + 1.2.3-SNAPSHOT commons-logging -- cgit v1.2.3 From 45bae5a2d8b414ccb3ed4421eeee867b2a6e88b7 Mon Sep 17 00:00:00 2001 From: clemenso Date: Fri, 21 Aug 2009 16:31:49 +0000 Subject: [maven-release-plugin] prepare release mocca-1.2.3 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@467 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index c621214c..6e5e7744 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.3-SNAPSHOT + 1.2.3 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.3-SNAPSHOT + 1.2.3 @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.2.3-SNAPSHOT + 1.2.3 at.gv.egiz STALExt - 1.2.3-SNAPSHOT + 1.2.3 commons-logging -- cgit v1.2.3 From 1f0a54980e6b3f60c3b3d935f22537ceba179100 Mon Sep 17 00:00:00 2001 From: clemenso Date: Fri, 21 Aug 2009 16:32:05 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@469 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 6e5e7744..d62e7688 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.3 + 1.2.4-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.3 + 1.2.4-SNAPSHOT @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.2.3 + 1.2.4-SNAPSHOT at.gv.egiz STALExt - 1.2.3 + 1.2.4-SNAPSHOT commons-logging -- cgit v1.2.3 From 6d515d832b0c0828a63d0b68d7823054543761ff Mon Sep 17 00:00:00 2001 From: clemenso Date: Thu, 27 Aug 2009 20:32:15 +0000 Subject: [maven-release-plugin] prepare release mocca-1.2.4 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@479 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index d62e7688..5e37a7dc 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.4-SNAPSHOT + 1.2.4 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.4-SNAPSHOT + 1.2.4 @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.2.4-SNAPSHOT + 1.2.4 at.gv.egiz STALExt - 1.2.4-SNAPSHOT + 1.2.4 commons-logging -- cgit v1.2.3 From 5eb05982f2e98f56569b4ea07b1961e3eed617d7 Mon Sep 17 00:00:00 2001 From: clemenso Date: Thu, 27 Aug 2009 20:32:33 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@481 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 5e37a7dc..832f3882 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.4 + 1.2.5-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.4 + 1.2.5-SNAPSHOT @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.2.4 + 1.2.5-SNAPSHOT at.gv.egiz STALExt - 1.2.4 + 1.2.5-SNAPSHOT commons-logging -- cgit v1.2.3 From 44ee3259546bdcfbdc54563aa2766cce3f5cd704 Mon Sep 17 00:00:00 2001 From: clemenso Date: Fri, 28 Aug 2009 20:13:07 +0000 Subject: [maven-release-plugin] prepare release mocca-1.2.3 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@488 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 832f3882..dae62182 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.5-SNAPSHOT + 1.2.5 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.5-SNAPSHOT + 1.2.5 @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.2.5-SNAPSHOT + 1.2.5 at.gv.egiz STALExt - 1.2.5-SNAPSHOT + 1.2.5 commons-logging -- cgit v1.2.3 From 68ebb57a05d44b25b886749719e7bd9997b0bd11 Mon Sep 17 00:00:00 2001 From: clemenso Date: Fri, 28 Aug 2009 20:16:01 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@490 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index dae62182..41ba353c 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.5 + 1.2.6-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.5 + 1.2.6-SNAPSHOT @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.2.5 + 1.2.6-SNAPSHOT at.gv.egiz STALExt - 1.2.5 + 1.2.6-SNAPSHOT commons-logging -- cgit v1.2.3 From 025657248e87001b91a5eb90cdc24fb20bc2c62b Mon Sep 17 00:00:00 2001 From: mcentner Date: Wed, 9 Sep 2009 07:54:21 +0000 Subject: [maven-release-plugin] prepare release mocca-1.2.6 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@506 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 41ba353c..2a33d977 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.6-SNAPSHOT + 1.2.6 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.6-SNAPSHOT + 1.2.6 @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.2.6-SNAPSHOT + 1.2.6 at.gv.egiz STALExt - 1.2.6-SNAPSHOT + 1.2.6 commons-logging -- cgit v1.2.3 From ce450c6eee4977040072b5f51a91183c15846b1a Mon Sep 17 00:00:00 2001 From: mcentner Date: Wed, 9 Sep 2009 07:54:58 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@508 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 2a33d977..240d0a42 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.6 + 1.2.7-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.6 + 1.2.7-SNAPSHOT @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.2.6 + 1.2.7-SNAPSHOT at.gv.egiz STALExt - 1.2.6 + 1.2.7-SNAPSHOT commons-logging -- cgit v1.2.3 From 390f6aab59c3fb7a9250d087dc9aec77b6bd865b Mon Sep 17 00:00:00 2001 From: clemenso Date: Fri, 2 Oct 2009 17:56:27 +0000 Subject: [maven-release-plugin] prepare release mocca-1.2.7 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@519 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 240d0a42..76d6339a 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.7-SNAPSHOT + 1.2.7 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.7-SNAPSHOT + 1.2.7 @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.2.7-SNAPSHOT + 1.2.7 at.gv.egiz STALExt - 1.2.7-SNAPSHOT + 1.2.7 commons-logging -- cgit v1.2.3 From a47eafbbc567163f0319b066f65eaa7d2d9226c2 Mon Sep 17 00:00:00 2001 From: clemenso Date: Fri, 2 Oct 2009 17:56:38 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@521 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 76d6339a..bb696fba 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.7 + 1.2.8-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.7 + 1.2.8-SNAPSHOT @@ -49,12 +49,12 @@ at.gv.egiz utils - 1.2.7 + 1.2.8-SNAPSHOT at.gv.egiz STALExt - 1.2.7 + 1.2.8-SNAPSHOT commons-logging -- cgit v1.2.3 From 83e8c95ea7d257166d350a59bfd81e9833ec14fd Mon Sep 17 00:00:00 2001 From: clemenso Date: Thu, 5 Nov 2009 19:05:14 +0000 Subject: [#484] European Language support git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@535 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index bb696fba..e878f155 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -49,13 +49,19 @@ at.gv.egiz utils - 1.2.8-SNAPSHOT + ${version} at.gv.egiz STALExt - 1.2.8-SNAPSHOT + ${version} + + + at.gv.egiz + BKUCommonGUI + ${version} + commons-logging commons-logging -- cgit v1.2.3 From 5bb4d11327fcfe0fdc4234eeb02f4b09d108109e Mon Sep 17 00:00:00 2001 From: clemenso Date: Mon, 9 Nov 2009 17:05:57 +0000 Subject: applet version BKUFonts .project git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@536 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index e878f155..972136c2 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -25,11 +25,6 @@ ${project.build.directory}/generated-sources/moaspss ${project.build.directory}/generated-sources/moaspss/.staleFlag true - org.apache.maven.plugins maven-jar-plugin -- cgit v1.2.3 From 04f0881563fdbecd8223627a7752e27690cc99c2 Mon Sep 17 00:00:00 2001 From: clemenso Date: Fri, 13 Nov 2009 16:18:32 +0000 Subject: [maven-release-plugin] prepare release mocca-1.2.8 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@549 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 972136c2..9db1a81d 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.8-SNAPSHOT + 1.2.8 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.8-SNAPSHOT + 1.2.8 -- cgit v1.2.3 From 8814f7675055585933d8dae365cf3a95906fac05 Mon Sep 17 00:00:00 2001 From: clemenso Date: Wed, 18 Nov 2009 17:04:48 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@551 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 9db1a81d..7a5c5167 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.8 + 1.2.9-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.8 + 1.2.9-SNAPSHOT -- cgit v1.2.3 From ebede55b888e8232cef37a2f4b40dbb0746dd28a Mon Sep 17 00:00:00 2001 From: mcentner Date: Mon, 30 Nov 2009 15:05:21 +0000 Subject: Added test classes for creating a signature with MOCCA and sending it to MOA-SP for verification. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@557 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 7a5c5167..53dfbf46 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -97,6 +97,12 @@ spring-context test + + com.sun.xml.ws + jaxws-rt + test + 2.1.5 + com.sun.xml.bind -- cgit v1.2.3 From ceeaeb1790d1ed1ef9565f7c47e8bf247a83f28c Mon Sep 17 00:00:00 2001 From: clemenso Date: Wed, 2 Dec 2009 09:19:40 +0000 Subject: [maven-release-plugin] prepare release mocca-1.2.9 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@558 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 53dfbf46..b859cc60 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.9-SNAPSHOT + 1.2.9 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.9-SNAPSHOT + 1.2.9 -- cgit v1.2.3 From f03ce51929e344a92d04aeb4bba473ae47a913b2 Mon Sep 17 00:00:00 2001 From: clemenso Date: Wed, 2 Dec 2009 09:23:50 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@560 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index b859cc60..5e0702e4 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.9 + 1.2.10-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.9 + 1.2.10-SNAPSHOT -- cgit v1.2.3 From dbffe94889d61a98733103b43ed30e53cdefd6ac Mon Sep 17 00:00:00 2001 From: clemenso Date: Tue, 5 Jan 2010 12:18:12 +0000 Subject: [maven-release-plugin] prepare release mocca-1.2.10 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@567 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 5e0702e4..a1cc05a9 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.10-SNAPSHOT + 1.2.10 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.10-SNAPSHOT + 1.2.10 -- cgit v1.2.3 From 73065b1be0f839c09e8ca481a20f398167404ce4 Mon Sep 17 00:00:00 2001 From: clemenso Date: Tue, 5 Jan 2010 12:21:05 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@569 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index a1cc05a9..a8eeff98 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.10 + 1.2.11-SNAPSHOT 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.10 + 1.2.11-SNAPSHOT -- cgit v1.2.3 From b2d6b1c93152bf94d25e992815d97d2322941de6 Mon Sep 17 00:00:00 2001 From: clemenso Date: Tue, 19 Jan 2010 16:07:11 +0000 Subject: [maven-release-plugin] copy for tag mocca-1.2.11 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/tags/mocca-1.2.11@587 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bkucommon/pom.xml') diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index a8eeff98..2ac6c5fc 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@ bku at.gv.egiz - 1.2.11-SNAPSHOT + 1.2.11 4.0.0 at.gv.egiz bkucommon BKU Common - 1.2.11-SNAPSHOT + 1.2.11 -- cgit v1.2.3