Repository: archiva
Updated Branches:
  refs/heads/citest 912c8adf5 -> 8068da8c9


Test


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

Branch: refs/heads/citest
Commit: 8068da8c9eab2b3aec639a5ba14eb174baf047ca
Parents: 912c8ad
Author: Martin Stockhammer <[email protected]>
Authored: Sun May 14 21:36:39 2017 +0200
Committer: Martin Stockhammer <[email protected]>
Committed: Sun May 14 21:36:39 2017 +0200

----------------------------------------------------------------------
 pom.xml                                  | 2 +-
 src/ci/scripts/updateSeleniumDrivers.ps1 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/8068da8c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8063b48..ffa5caf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.archiva</groupId>
     <artifactId>archiva-parent</artifactId>
-    <version>18</version>
+    <version>19-SNAPSHOT</version>
   </parent>
 
   <artifactId>archiva</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva/blob/8068da8c/src/ci/scripts/updateSeleniumDrivers.ps1
----------------------------------------------------------------------
diff --git a/src/ci/scripts/updateSeleniumDrivers.ps1 
b/src/ci/scripts/updateSeleniumDrivers.ps1
index 896bca0..090fc47 100644
--- a/src/ci/scripts/updateSeleniumDrivers.ps1
+++ b/src/ci/scripts/updateSeleniumDrivers.ps1
@@ -65,7 +65,7 @@ foreach ($h in $urls.GetEnumerator()) {
   }
 
   if(!(Test-Path -Path $downloadDir )){
-    New-Item -ItemType directory -Path $downloadFile
+    New-Item -ItemType directory -Path $downloadDir
   }
 
   if ($Force -Or !(Test-Path -Path $downloadFile )){

Reply via email to