Prepare for release of farmOS 7.x-1.1.

This commit is contained in:
Michael Stenta 2019-04-18 16:32:42 -04:00
parent 30bc81f0ea
commit 583358891f
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
FROM drupal:7
# Set environment variables.
ENV FARMOS_VERSION 7.x-1.0
ENV FARMOS_VERSION 7.x-1.1
ENV FARMOS_DEV_BRANCH 7.x-1.x
ENV FARMOS_DEV false

View File

@ -12,7 +12,7 @@ includes[] = drupal-org-core.make
; -----------------------------------------------------------------------------
projects[farm][type] = profile
;projects[farm][version] = 1.0
;projects[farm][version] = 1.1
projects[farm][download][type] = git
projects[farm][download][url] = http://git.drupal.org/project/farm.git
projects[farm][download][branch] = 7.x-1.x

View File

@ -15,7 +15,7 @@ services:
www:
depends_on:
- db
# image: farmos/farmos:7.x-1.0
# image: farmos/farmos:7.x-1.1
image: farmos/farmos:7.x-1.x
volumes:
- './.data/www:/var/www/html'