Skip to content

Commit

Permalink
incremented version to 0.2.1, solved redirect type in creating simple…
Browse files Browse the repository at this point in the history
… request, solved send mail dependency error
  • Loading branch information
luis100 committed Mar 4, 2014
1 parent a33a72d commit 070becb
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 15 deletions.
2 changes: 1 addition & 1 deletion adaptors/c3po-adaptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>scout-adaptors</artifactId>
<groupId>eu.scape-project</groupId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>
<artifactId>c3po-adaptor</artifactId>
<name>c3po Adaptor</name>
Expand Down
4 changes: 2 additions & 2 deletions adaptors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>scout</artifactId>
<groupId>eu.scape-project</groupId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>
<artifactId>scout-adaptors</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>eu.scape-project</groupId>
<artifactId>scout-model</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion adaptors/pronom-adaptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>scout-adaptors</artifactId>
<groupId>eu.scape-project</groupId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>
<artifactId>pronom-adaptor</artifactId>
<version>0.0.6</version>
Expand Down
2 changes: 1 addition & 1 deletion adaptors/report-api-adaptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>scout-adaptors</artifactId>
<groupId>eu.scape-project</groupId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>
<artifactId>report-api-adaptor</artifactId>
<version>0.0.2</version>
Expand Down
12 changes: 11 additions & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>scout</artifactId>
<groupId>eu.scape-project</groupId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>
<artifactId>scout-core</artifactId>
<name>Scout Core Module</name>
Expand Down Expand Up @@ -56,6 +56,16 @@
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-impl</artifactId>
<version>1.2.14</version>
<exclusions>
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-activation_1.1_spec</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-javamail_1.4_spec</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>scout</artifactId>
<groupId>eu.scape-project</groupId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>
<artifactId>scout-model</artifactId>
<name>Scout Domain Model</name>
Expand Down
2 changes: 1 addition & 1 deletion notifications/email-notification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>scout-notifications</artifactId>
<groupId>eu.scape-project</groupId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>
<artifactId>email-notification</artifactId>
<version>0.0.3</version>
Expand Down
4 changes: 2 additions & 2 deletions notifications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>scout</artifactId>
<groupId>eu.scape-project</groupId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>
<artifactId>scout-notifications</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>eu.scape-project</groupId>
<artifactId>scout-model</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>eu.scape-project</groupId>
<artifactId>scout</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
<packaging>pom</packaging>
<description>Scout is a monitor component as defined in the SCAPE project</description>
<name>Scout</name>
Expand Down Expand Up @@ -244,12 +244,12 @@
<dependency>
<groupId>eu.scape-project</groupId>
<artifactId>scout-core</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency>
<dependency>
<groupId>eu.scape-project</groupId>
<artifactId>scout-model</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency>
<dependency>
<groupId>com.github.jknack</groupId>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>scout</artifactId>
<groupId>eu.scape-project</groupId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>
<artifactId>scout-web</artifactId>
<packaging>war</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 070becb

Please sign in to comment.