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 2015/10/12 12:43:43 UTC

syncope git commit: Upgrading selenium and maven-assembly-plugin

Repository: syncope
Updated Branches:
  refs/heads/master d8540d924 -> 2be253de4


Upgrading selenium and maven-assembly-plugin


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

Branch: refs/heads/master
Commit: 2be253de4372529df38511e2b25aa970987e347d
Parents: d8540d9
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Oct 12 12:43:33 2015 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Oct 12 12:43:33 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/2be253de/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cce24a8..d099baf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -363,7 +363,7 @@ under the License.
     <h2.version>1.4.189</h2.version>
 
     <junit.version>4.12</junit.version>
-    <selenium.version>2.48.1</selenium.version>
+    <selenium.version>2.48.2</selenium.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>
@@ -1294,7 +1294,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.5.4</version>
+          <version>2.6</version>
         </plugin>
         
         <plugin>