diff --git a/.travis.yml b/.travis.yml
index 17d71a44f..0d2e4c2d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,9 @@ script:
- echo "$TRAVIS_BRANCH"
- git clone https://github.com/openworm/geppetto-application.git webapp
- cd webapp
+ - git clone https://github.com/openworm/geppetto-client.git
- if [[ `git branch -a | egrep "remotes/origin/${TRAVIS_BRANCH}"` ]]; then git checkout $TRAVIS_BRANCH ; else echo "Branch $TRAVIS_BRANCH does not exist for the dependent bundle, checking out development ..." && git checkout development; fi
- - cd ../../..
- - mvn install
\ No newline at end of file
+ - cd geppetto-client
+ - if [[ `git branch -a | egrep "remotes/origin/${TRAVIS_BRANCH}"` ]]; then git checkout $TRAVIS_BRANCH ; else echo "Branch $TRAVIS_BRANCH does not exist for the dependent bundle, checking out development ..." && git checkout development; fi
+ - cd ../../../..
+ - mvn install
diff --git a/pom.xml b/pom.xml
index 39016d8f0..cf5cf055b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.geppetto
frontend
- 1.0.0
+ 1.0.1
Geppetto Frontend
war
@@ -125,12 +125,12 @@
org.geppetto
core
- ${project.version}
+ [1.0, 2.0)
org.geppetto
simulation
- ${project.version}
+ [1.0, 2.0)
org.apache.tomcat