Skip to content

Commit

Permalink
v0.2.1: upgrade for mongoose v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kurilov committed Oct 7, 2018
1 parent e71ad28 commit e2d977c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- docker login -u $DOCKER_USER -p $DOCKER_PASS
- export REPO=emcmongoose/mongoose-storage-driver-hdfs
- export TAG=`if [ "$TRAVIS_BRANCH" == "master" ]; then echo "latest"; else echo $TRAVIS_BRANCH; fi`
- docker build --build-arg MONGOOSE_VERSION=4.0.0 -f docker/Dockerfile -t $REPO:$COMMIT .
- docker build --build-arg MONGOOSE_VERSION=4.0.1 -f docker/Dockerfile -t $REPO:$COMMIT .
- docker tag $REPO:$COMMIT $REPO:$TAG
- docker tag $REPO:$COMMIT $REPO:travis-$TRAVIS_BUILD_NUMBER
- docker push $REPO
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: "maven"
apply plugin: "signing"

group = "com.github.emc-mongoose"
version = "0.2.0"
version = "0.2.1"

tasks.withType(JavaCompile) {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -31,7 +31,7 @@ ext {
dockerJava: "[3.0.14,)",
hadoop: "2.9.0",
log4j: "2.8.2",
mongoose: "4.0.0"
mongoose: "4.0.1"
]
}

Expand Down

0 comments on commit e2d977c

Please sign in to comment.