Skip to content

Commit

Permalink
New release replacements on makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Nansen committed Apr 2, 2015
1 parent a38bbd2 commit 4701b01
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build-dkan.make
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ includes[core] = drupal-org-core.make
projects[dkan][type] = profile
projects[dkan][download][type] = git
projects[dkan][download][url] = https://github.com/NuCivic/dkan.git
projects[dkan][download][branch] = 7.x-1.x
projects[dkan][download][tag] = 7.x-1.8
2 changes: 1 addition & 1 deletion dkan.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = DKAN
core = 7.x
exclusive = TRUE
version = 7.x-1.x
version = 7.x-1.8
project = dkan

; Core
Expand Down
8 changes: 4 additions & 4 deletions drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ api = 2
projects[dkan_dataset][subdir] = dkan
projects[dkan_dataset][download][type] = git
projects[dkan_dataset][download][url] = https://github.com/NuCivic/dkan_dataset.git
projects[dkan_dataset][download][branch] = 7.x-1.x
projects[dkan_dataset][download][tag] = 7.x-1.8

projects[dkan_datastore][subdir] = dkan
projects[dkan_datastore][download][type] = git
projects[dkan_datastore][download][url] = https://github.com/NuCivic/dkan_datastore.git
projects[dkan_datastore][download][branch] = 7.x-1.x
projects[dkan_datastore][download][tag] = 7.x-1.8

includes[dkan_dataset_make] = https://raw.githubusercontent.com/NuCivic/dkan_dataset/7.x-1.x/dkan_dataset.make
includes[dkan_datastore_make] = https://raw.githubusercontent.com/NuCivic/dkan_datastore/7.x-1.x/dkan_datastore.make
includes[dkan_dataset_make] = https://raw.githubusercontent.com/NuCivic/dkan_dataset/7.x-1.8/dkan_dataset.make
includes[dkan_datastore_make] = https://raw.githubusercontent.com/NuCivic/dkan_datastore/7.x-1.8/dkan_datastore.make

; Contrib Modules
projects[admin_menu][version] = 3.0-rc5
Expand Down
2 changes: 1 addition & 1 deletion modules/dkan/dkan_sitewide/dkan_sitewide.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = DKAN Sitewide
description = Sitewide elements for DKAN.
core = 7.x
package = DKAN
version = 7.x-1.x
version = 7.x-1.8
project = dkan
dependencies[] = colorizer
dependencies[] = ctools
Expand Down

0 comments on commit 4701b01

Please sign in to comment.