Skip to content

Commit

Permalink
Update Selenium, make sure version file is updated at release time
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Geweke <[email protected]>
  • Loading branch information
MediaMarco and MediaMarco committed Sep 11, 2018
1 parent f3ce188 commit 97d0e84
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ idea {
}

subprojects {
version = '3.0.0-SNAPSHOT'
version = '3.0.0-rc4-SNAPSHOT'
group = 'de.otto'

repositories {
Expand Down
4 changes: 3 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def seleniumVersion = '3.13.0'
def seleniumVersion = '3.14.0'
ext['selenium.version'] = seleniumVersion

dependencies {
Expand Down Expand Up @@ -79,6 +79,8 @@ tasks.processResources.doLast { task ->
}
}

tasks.processResources.outputs.upToDateWhen{ false }

uploadArchives {
configuration = configurations.archives
repositories {
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/webdrivermanager.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ wdm.useMirror=false
wdm.useBetaVersions=false
wdm.timeout=30

wdm.chromeDriverVersion=2.40
wdm.chromeDriverVersion=2.41
wdm.chromeDriverUrl=https://chromedriver.storage.googleapis.com/
wdm.chromeDriverMirrorUrl=http://npm.taobao.org/mirrors/chromedriver
wdm.chromeDriverExport=webdriver.chrome.driver
Expand Down
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ check_configuration() {

check_configuration

${SCRIPT_DIR}/gradlew clean
${SCRIPT_DIR}/gradlew check
${SCRIPT_DIR}/gradlew uploadArchives
${SCRIPT_DIR}/gradlew closeAndReleaseRepository

0 comments on commit 97d0e84

Please sign in to comment.