Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
[Gradle Release Plugin] - releasing '2.9.0'.
Browse files Browse the repository at this point in the history
  • Loading branch information
mageddo committed Sep 6, 2017
1 parent e42aa10 commit 9b61a51
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY build/* /tmp/

# GETTING API FILES FROM WEB
RUN if [ "$DOWNLOAD_API_FROM_REMOTE" = "1" ] ; then apt-get update && apt-get install -y curl && \
curl -L https://github.com/mageddo/bookmark-notes/releases/download/2.8.2/bk-api-2.8.2.tgz > /tmp/bk-api.tgz ; fi
curl -L https://github.com/mageddo/bookmark-notes/releases/download/2.9.0/bk-api-2.9.0.tgz > /tmp/bk-api.tgz ; fi

RUN mkdir -p $API_PATH && tar -xvf /tmp/bk-api*.tgz -C $API_PATH && rm -rf /tmp/*

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.2
2.9.0
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ confirmReleaseVersion.doLast {
}

release {
project.ext.set("release.useAutomaticVersion", false)
project.ext.set("release.useAutomaticVersion", true)
failOnCommitNeeded = false
failOnPublishNeeded = false
failOnUnversionedFiles = false
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
# Run prod image
prod-app-bk:
container_name: bookmarks-node-prod
image: defreitas/bookmark-notes:2.8.2
image: defreitas/bookmark-notes:2.9.0
hostname: bookmarks.mageddo
ports:
- 3000:3000
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.8.2
version=2.9.0

0 comments on commit 9b61a51

Please # to comment.