File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
29
29
<groupId >org.mybatis.scripting</groupId >
30
30
<artifactId >mybatis-velocity</artifactId >
31
- <version >2.1-SNAPSHOT</version >
31
+ <version >2.0. 1-SNAPSHOT</version >
32
32
<packaging >jar</packaging >
33
33
34
34
<name >MyBatis Velocity</name >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ echo "Current commit detected: ${commit_message}"
31
31
# 4. Notify Coveralls.
32
32
# 5. Deploy site
33
33
34
- if [ $TRAVIS_REPO_SLUG == " mybatis/velocity-scripting" ] && [ " $TRAVIS_PULL_REQUEST " == " false" ] && [ " $TRAVIS_BRANCH " == " master " ] && [[ " $commit_message " != * " [maven-release-plugin]" * ]]; then
34
+ if [ $TRAVIS_REPO_SLUG == " mybatis/velocity-scripting" ] && [ " $TRAVIS_PULL_REQUEST " == " false" ] && [ " $TRAVIS_BRANCH " == " 2.0.x " ] && [[ " $commit_message " != * " [maven-release-plugin]" * ]]; then
35
35
36
36
if [ $TRAVIS_JDK_VERSION == " oraclejdk8" ]; then
37
37
# Deploy to sonatype
You can’t perform that action at this time.
0 commit comments