From a8ffa24ff7e250459dec8eb988cc2f11d2e9c319 Mon Sep 17 00:00:00 2001 From: kevzlou7979 Date: Fri, 5 Aug 2022 03:08:09 +0800 Subject: [PATCH] Preparation for 2.6.1 release --- .travis.yml | 2 +- .utility/deploy.sh | 2 +- README.md | 4 ++-- gwt-material/pom.xml | 2 +- pom.xml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 90be7a622..3f04fd04b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ cache: - $HOME/.m2 before_install: # install the gwt-material-jquery because it will depends on built in jquery -- git clone -b release_2.6.0 https://github.com/GwtMaterialDesign/gwt-material-jquery.git +- git clone -b release_2.6.1 https://github.com/GwtMaterialDesign/gwt-material-jquery.git - cd gwt-material-jquery - mvn install -DskipTests=true -DdryRun=true - cd .. diff --git a/.utility/deploy.sh b/.utility/deploy.sh index 1839b6044..1b8ab8f15 100644 --- a/.utility/deploy.sh +++ b/.utility/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash set -ev -if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "release_2.6.0" ]; then +if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "release_2.6.1" ]; then echo "ossrh\${env.OSSRH_USER}\${env.OSSRH_PASS}" > ~/settings.xml mvn deploy -DskipTests --settings ~/settings.xml fi \ No newline at end of file diff --git a/README.md b/README.md index 9265782d7..effda1719 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ We created