You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/03/21 14:50:49 UTC

syncope git commit: Upgrading Angular and Cargo

Repository: syncope
Updated Branches:
  refs/heads/master 738310ddd -> 16d00664d


Upgrading Angular and Cargo


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/16d00664
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/16d00664
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/16d00664

Branch: refs/heads/master
Commit: 16d00664d6eab9084216f3ceb08c87d2a360e367
Parents: 738310d
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Mar 21 14:50:43 2016 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Mar 21 14:50:43 2016 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/16d00664/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1425146..a67e499 100644
--- a/pom.xml
+++ b/pom.xml
@@ -393,7 +393,7 @@ under the License.
     <wicket-bootstrap.version>0.10.6</wicket-bootstrap.version>
     <wicket-chartjs.version>7.0.1</wicket-chartjs.version>
 
-    <angular.version>1.5.1</angular.version>
+    <angular.version>1.5.2</angular.version>
     <angular-ui-router.version>0.2.18</angular-ui-router.version>
     <angular-ui-bootstrap.version>1.2.1</angular-ui-bootstrap.version>
     <angular-ui-select.version>0.14.8</angular-ui-select.version>
@@ -1421,7 +1421,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.4.18</version>
+          <version>1.4.19</version>
           <configuration>
             <container>
               <containerId>tomcat8x</containerId>