From 070becb56df9295742b081f78edd8d6d1d14ccf6 Mon Sep 17 00:00:00 2001 From: Luis Faria Date: Tue, 4 Mar 2014 15:56:59 +0000 Subject: [PATCH] incremented version to 0.2.1, solved redirect type in creating simple request, solved send mail dependency error --- adaptors/c3po-adaptor/pom.xml | 2 +- adaptors/pom.xml | 4 ++-- adaptors/pronom-adaptor/pom.xml | 2 +- adaptors/report-api-adaptor/pom.xml | 2 +- core/pom.xml | 12 +++++++++++- model/pom.xml | 2 +- notifications/email-notification/pom.xml | 2 +- notifications/pom.xml | 4 ++-- pom.xml | 6 +++--- web/pom.xml | 2 +- .../templates/server/createAsyncRequestSimple.hbs | 2 +- 11 files changed, 25 insertions(+), 15 deletions(-) diff --git a/adaptors/c3po-adaptor/pom.xml b/adaptors/c3po-adaptor/pom.xml index d235094..c8ca673 100644 --- a/adaptors/c3po-adaptor/pom.xml +++ b/adaptors/c3po-adaptor/pom.xml @@ -5,7 +5,7 @@ scout-adaptors eu.scape-project - 0.2.0 + 0.2.1 c3po-adaptor c3po Adaptor diff --git a/adaptors/pom.xml b/adaptors/pom.xml index c0621cf..e583a63 100644 --- a/adaptors/pom.xml +++ b/adaptors/pom.xml @@ -5,7 +5,7 @@ scout eu.scape-project - 0.2.0 + 0.2.1 scout-adaptors pom @@ -51,7 +51,7 @@ eu.scape-project scout-model - 0.2.0 + 0.2.1 provided diff --git a/adaptors/pronom-adaptor/pom.xml b/adaptors/pronom-adaptor/pom.xml index 14a7a16..4ccc77d 100644 --- a/adaptors/pronom-adaptor/pom.xml +++ b/adaptors/pronom-adaptor/pom.xml @@ -6,7 +6,7 @@ scout-adaptors eu.scape-project - 0.2.0 + 0.2.1 pronom-adaptor 0.0.6 diff --git a/adaptors/report-api-adaptor/pom.xml b/adaptors/report-api-adaptor/pom.xml index d5967c0..bad1b5b 100644 --- a/adaptors/report-api-adaptor/pom.xml +++ b/adaptors/report-api-adaptor/pom.xml @@ -6,7 +6,7 @@ scout-adaptors eu.scape-project - 0.2.0 + 0.2.1 report-api-adaptor 0.0.2 diff --git a/core/pom.xml b/core/pom.xml index 4465fe9..c2aaf52 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ scout eu.scape-project - 0.2.0 + 0.2.1 scout-core Scout Core Module @@ -56,6 +56,16 @@ org.apache.ws.commons.axiom axiom-impl 1.2.14 + + + org.apache.geronimo.specs + geronimo-activation_1.1_spec + + + org.apache.geronimo.specs + geronimo-javamail_1.4_spec + + diff --git a/model/pom.xml b/model/pom.xml index 11599bf..8561c01 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -6,7 +6,7 @@ scout eu.scape-project - 0.2.0 + 0.2.1 scout-model Scout Domain Model diff --git a/notifications/email-notification/pom.xml b/notifications/email-notification/pom.xml index f187d84..c2b7ccf 100644 --- a/notifications/email-notification/pom.xml +++ b/notifications/email-notification/pom.xml @@ -4,7 +4,7 @@ scout-notifications eu.scape-project - 0.2.0 + 0.2.1 email-notification 0.0.3 diff --git a/notifications/pom.xml b/notifications/pom.xml index 8d24eae..77156c8 100644 --- a/notifications/pom.xml +++ b/notifications/pom.xml @@ -5,7 +5,7 @@ scout eu.scape-project - 0.2.0 + 0.2.1 scout-notifications pom @@ -50,7 +50,7 @@ eu.scape-project scout-model - 0.2.0 + 0.2.1 provided diff --git a/pom.xml b/pom.xml index 0824956..17f16de 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ eu.scape-project scout - 0.2.0 + 0.2.1 pom Scout is a monitor component as defined in the SCAPE project Scout @@ -244,12 +244,12 @@ eu.scape-project scout-core - 0.2.0 + 0.2.1 eu.scape-project scout-model - 0.2.0 + 0.2.1 com.github.jknack diff --git a/web/pom.xml b/web/pom.xml index 5a15846..8474000 100755 --- a/web/pom.xml +++ b/web/pom.xml @@ -6,7 +6,7 @@ scout eu.scape-project - 0.2.0 + 0.2.1 scout-web war diff --git a/web/src/main/resources/templates/server/createAsyncRequestSimple.hbs b/web/src/main/resources/templates/server/createAsyncRequestSimple.hbs index bb1ebcb..480ed73 100644 --- a/web/src/main/resources/templates/server/createAsyncRequestSimple.hbs +++ b/web/src/main/resources/templates/server/createAsyncRequestSimple.hbs @@ -204,7 +204,7 @@ postdata['template'] = templateId; var jqxhr = $.post("", postdata, function() { console.log("created trigger"); - document.location = "{{mustacheletPath}}/dashboarclassd"; + document.location = "{{mustacheletPath}}/dashboard"; }); jqxhr.fail(function() {