]> source.dussan.org Git - archiva.git/commitdiff
Test
authorMartin Stockhammer <martin_s@apache.org>
Sun, 14 May 2017 19:36:39 +0000 (21:36 +0200)
committerMartin Stockhammer <martin_s@apache.org>
Sun, 14 May 2017 19:36:39 +0000 (21:36 +0200)
pom.xml
src/ci/scripts/updateSeleniumDrivers.ps1

diff --git a/pom.xml b/pom.xml
index 8063b48200e9268d4f03fb3e75f5d4301ad0c626..ffa5cafe93765959b180f20c9308d2289e1688fb 100644 (file)
--- 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>
index 896bca0474f9b12e69174f9722b417f9fef64017..090fc47c815320e43bc5e343cc86a3aae88b7c09 100644 (file)
@@ -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 )){