From 2453fe35261c000130f340f431c14b845834dfde Mon Sep 17 00:00:00 2001 From: kevzlou7979 Date: Fri, 5 Aug 2022 03:42:07 +0800 Subject: [PATCH] Preparation for 2.6.1 release --- .travis.yml | 6 +++--- .utility/deploy.sh | 2 +- README.md | 4 ++-- pom.xml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 06daff97..2dfe3768 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,17 +8,17 @@ cache: - $HOME/.m2 before_install: # install the gwt-material-jquery library before we build the demo -- 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 .. # install the gwt-material library before we build the demo -- git clone -b release_2.6.0 https://github.com/GwtMaterialDesign/gwt-material.git +- git clone -b release_2.6.1 https://github.com/GwtMaterialDesign/gwt-material.git - cd gwt-material - mvn install -DskipTests=true -DdryRun=true - cd .. # install the gwt-material-table library before we build the demo -- git clone -b release_2.6.0 https://github.com/GwtMaterialDesign/gwt-material-table.git +- git clone -b release_2.6.1 https://github.com/GwtMaterialDesign/gwt-material-table.git - cd gwt-material-table - mvn install -DskipTests=true -DdryRun=true - cd .. diff --git a/.utility/deploy.sh b/.utility/deploy.sh index 1839b604..1b8ab8f1 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 7fa13ac0..7aaea3c3 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ Gwt Material Design Extra Components for https://github.com/GwtMaterialDesign/gwt-material
-## Current Version 2.6.0 +## Current Version 2.6.1 ```xml com.github.gwtmaterialdesign gwt-material-addins - 2.6.0 + 2.6.1 ``` diff --git a/pom.xml b/pom.xml index 83d4784c..7baff4c8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ gwt-material-parent com.github.gwtmaterialdesign - 2.6.0 + 2.6.1 gwt-material-addins @@ -24,7 +24,7 @@ scm:git:git@github.com:GwtMaterialDesign/gwt-material-addins.git scm:git:git@github.com:GwtMaterialDesign/gwt-material-addins.git http://github.com/GwtMaterialDesign/gwt-material-addins - v2.6.0 + v2.6.1