From 86098f9ca155f2ca389dddd5da36a6c0341e2e53 Mon Sep 17 00:00:00 2001 From: Mark Kevin Baldemor Date: Sat, 19 Sep 2020 07:12:50 +0800 Subject: [PATCH] Preparation for 2.4.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 da7abf3e1..4ab6d2ae3 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.4.0 https://github.com/GwtMaterialDesign/gwt-material-jquery.git +- git clone -b release_2.4.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.4.0 https://github.com/GwtMaterialDesign/gwt-material.git +- git clone -b release_2.4.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.4.0 https://github.com/GwtMaterialDesign/gwt-material-table.git +- git clone -b release_2.4.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 ac974e066..99bc32d1a 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.4.0" ]; then +if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "release_2.4.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 3279f69a6..5bc0116ed 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.4.0 +## Current Version 2.4.1 ```xml com.github.gwtmaterialdesign gwt-material-addins - 2.4.0 + 2.4.1 ``` diff --git a/pom.xml b/pom.xml index 5d4ad3a40..b73b138e0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ gwt-material-parent com.github.gwtmaterialdesign - 2.4.0 + 2.4.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.4.0 + v2.4.1