Skip to content

Commit c0dd948

Browse files
committed
Create 2.0.x branch and Change the version format to x.y.z from x.y
See gh-70
1 parent 2b4bfd1 commit c0dd948

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>org.mybatis.scripting</groupId>
3030
<artifactId>mybatis-velocity</artifactId>
31-
<version>2.1-SNAPSHOT</version>
31+
<version>2.0.1-SNAPSHOT</version>
3232
<packaging>jar</packaging>
3333

3434
<name>MyBatis Velocity</name>

travis/after_success.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ echo "Current commit detected: ${commit_message}"
3131
# 4. Notify Coveralls.
3232
# 5. Deploy site
3333

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
3535

3636
if [ $TRAVIS_JDK_VERSION == "oraclejdk8" ]; then
3737
# Deploy to sonatype

0 commit comments

Comments
 (0)