diff --git a/.travis.yml b/.travis.yml
index f3d8b73..81a41e0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,12 +8,12 @@ cache:
- $HOME/.m2
before_install:
# install the gwt-material-jquery library before we build the demo
-- git clone -b release_2.8.0 https://github.com/GwtMaterialDesign/gwt-material-jquery.git
+- git clone -b release_2.7.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.8.0 https://github.com/GwtMaterialDesign/gwt-material.git
+- git clone -b release_2.7.1 https://github.com/GwtMaterialDesign/gwt-material.git
- cd gwt-material
- mvn install -DskipTests=true -DdryRun=true
- cd ..
diff --git a/.utility/deploy.sh b/.utility/deploy.sh
index c52f127..54d3735 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.8.0" ]; then
+if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "release_2.7.1" ]; then
echo "ossrh\${env.OSSRH_USER}\${env.OSSRH_PASS}" > ~/settings.xml
mvn deploy --settings ~/settings.xml
fi
\ No newline at end of file
diff --git a/README.md b/README.md
index 9761776..24d9ed6 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Gwt Material Design Themes for https://github.com/GwtMaterialDesign/gwt-material
com.github.gwtmaterialdesign
gwt-material-themes
- 2.8.0
+ 2.7.1
```
diff --git a/pom.xml b/pom.xml
index 8b6de20..8d4a193 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
scm:git:git@github.com:GwtMaterialDesign/gwt-material-themes.git
scm:git:git@github.com:GwtMaterialDesign/gwt-material-themes.git
http://github.com/GwtMaterialDesign/gwt-material-themes
- v2.8.0
+ v2.7.1