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 2017/01/11 13:37:11 UTC

[1/2] syncope git commit: Fixing protractor version, as the new 5.0.0 released a couple of days ago does not seem to work well with phantomjs

Repository: syncope
Updated Branches:
  refs/heads/2_0_X f74f03e56 -> 88e73d273
  refs/heads/master 7f97efdb2 -> 81111760c


Fixing protractor version, as the new 5.0.0 released a couple of days ago does not seem to work well with phantomjs


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

Branch: refs/heads/2_0_X
Commit: 88e73d273c24ecee897d219c70bf530608898d6d
Parents: f74f03e
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Wed Jan 11 14:36:44 2017 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Wed Jan 11 14:36:44 2017 +0100

----------------------------------------------------------------------
 fit/enduser-reference/pom.xml | 3 +--
 pom.xml                       | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/88e73d27/fit/enduser-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index 051ab83..44ddc37 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -194,7 +194,6 @@ under the License.
             <configuration>
               <workingDirectory>${enduser-test.dir}/nodejs</workingDirectory>
               <nodeVersion>${nodejs.version}</nodeVersion>
-              <npmVersion>${npm.version}</npmVersion>
             </configuration>
           </execution>
         </executions>
@@ -220,7 +219,7 @@ under the License.
                 <argument>npm/bin/npm-cli.js</argument>
                 <argument>install</argument>
                 <argument>-g</argument>
-                <argument>protractor</argument>                
+                <argument>protractor@${protractor.version}</argument>                
               </arguments>
             </configuration>
           </execution>

http://git-wip-us.apache.org/repos/asf/syncope/blob/88e73d27/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 26172d8..1b19fe8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -468,7 +468,7 @@ under the License.
     <phantomjs.version>2.1.1</phantomjs.version>
     
     <nodejs.version>v5.3.0</nodejs.version>    
-    <npm.version>3.3.12</npm.version>    
+    <protractor.version>4.0.14</protractor.version>    
 
     <adminUser>admin</adminUser>
     <anonymousUser>anonymous</anonymousUser>


[2/2] syncope git commit: Fixing protractor version, as the new 5.0.0 released a couple of days ago does not seem to work well with phantomjs

Posted by il...@apache.org.
Fixing protractor version, as the new 5.0.0 released a couple of days ago does not seem to work well with phantomjs


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

Branch: refs/heads/master
Commit: 81111760c614d967f23e04beede913a524b972ed
Parents: 7f97efd
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Wed Jan 11 14:36:44 2017 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Wed Jan 11 14:36:58 2017 +0100

----------------------------------------------------------------------
 fit/enduser-reference/pom.xml | 3 +--
 pom.xml                       | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/81111760/fit/enduser-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index 0663261..77003b3 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -194,7 +194,6 @@ under the License.
             <configuration>
               <workingDirectory>${enduser-test.dir}/nodejs</workingDirectory>
               <nodeVersion>${nodejs.version}</nodeVersion>
-              <npmVersion>${npm.version}</npmVersion>
             </configuration>
           </execution>
         </executions>
@@ -220,7 +219,7 @@ under the License.
                 <argument>npm/bin/npm-cli.js</argument>
                 <argument>install</argument>
                 <argument>-g</argument>
-                <argument>protractor</argument>                
+                <argument>protractor@${protractor.version}</argument>                
               </arguments>
             </configuration>
           </execution>

http://git-wip-us.apache.org/repos/asf/syncope/blob/81111760/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fe7a7f8..aa546b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -468,7 +468,7 @@ under the License.
     <phantomjs.version>2.1.1</phantomjs.version>
     
     <nodejs.version>v5.3.0</nodejs.version>    
-    <npm.version>3.3.12</npm.version>    
+    <protractor.version>4.0.14</protractor.version>    
 
     <adminUser>admin</adminUser>
     <anonymousUser>anonymous</anonymousUser>