Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jul 30, 2019
1 parent 0c2e9e3 commit 6329b19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=1.1.0.BUILD-SNAPSHOT
projectVersion=1.1.0
micronautVersion=1.1.4
micronautHibernateJpaVersion=1.1.0
micronautJdbcTomcatVersion=1.1.0
Expand Down
6 changes: 3 additions & 3 deletions travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ if [[ $EXIT_STATUS -eq 0 ]]; then

# If there is a tag present then this becomes the latest
if [[ -n $TRAVIS_TAG ]]; then
# mkdir -p latest
# cp -r ../build/docs/. ./latest/
# git add latest/*
mkdir -p latest
cp -r ../build/docs/. ./latest/
git add latest/*

version="$TRAVIS_TAG"
version=${version:1}
Expand Down

0 comments on commit 6329b19

Please sign in to comment.