Skip to content

Commit

Permalink
New release replacements on makefiles and info files
Browse files Browse the repository at this point in the history
  • Loading branch information
NuCivic Devops committed Jul 12, 2016
1 parent af79269 commit 42d55b6
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 15 deletions.
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.12.2
version = 7.x-1.12.4
project = dkan

; Core
Expand Down
15 changes: 7 additions & 8 deletions drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
api: '2'
core: 7.x
includes:
- https://raw.githubusercontent.com/NuCivic/dkan_dataset/release-1-12/dkan_dataset.make
- https://raw.githubusercontent.com/NuCivic/dkan_datastore/release-1-12/dkan_datastore.make
- https://raw.githubusercontent.com/NuCivic/dkan_workflow/release-1-12/dkan_workflow.make
- https://raw.githubusercontent.com/NuCivic/dkan_dataset/7.x-1.12.4/dkan_dataset.make
- https://raw.githubusercontent.com/NuCivic/dkan_datastore/7.x-1.12.4/dkan_datastore.make
- https://raw.githubusercontent.com/NuCivic/dkan_workflow/7.x-1.12.4/dkan_workflow.make
- https://raw.githubusercontent.com/NuCivic/visualization_entity/7.x-1.0-beta1/visualization_entity.make
- modules/dkan/dkan_data_story/dkan_data_story.make
- modules/dkan/dkan_topics/dkan_topics.make
Expand Down Expand Up @@ -43,19 +43,19 @@ projects:
download:
type: git
url: https://github.com/NuCivic/dkan_dataset.git
branch: release-1-12
tag: 7.x-1.12.4
dkan_datastore:
subdir: dkan
download:
type: git
url: https://github.com/NuCivic/dkan_datastore.git
branch: release-1-12
tag: 7.x-1.12.4
dkan_workflow:
subdir: dkan
download:
type: git
url: https://github.com/NuCivic/dkan_workflow.git
branch: release-1-12
tag: 7.x-1.12.4
visualization_entity:
download:
type: git
Expand Down Expand Up @@ -144,7 +144,6 @@ projects:
version: '1.1'
admin_menu_source:
version: '1.1'
# Allow ordering of roles to handle users w/multiple roles
patch:
2441283: https://www.drupal.org/files/issues/allow_ordering_of_the-2441283-5.patch
menu_token:
Expand All @@ -160,7 +159,7 @@ projects:
download:
type: git
url: https://github.com/NuCivic/nuboot_radix.git
branch: release-1-12
tag: 7.x-1.12.4
type: theme
radix:
type: theme
Expand Down
2 changes: 1 addition & 1 deletion modules/dkan/dkan_data_dashboard/dkan_data_dashboard.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = DKAN Sitewide Data Dashboard
description = DKAN module for Data Dashboard content type
core = 7.x
package = DKAN
version = 7.x-1.12
version = 7.x-1.12.4
project = dkan_data_dashboard
dependencies[] = ctools
dependencies[] = features
Expand Down
2 changes: 1 addition & 1 deletion modules/dkan/dkan_data_story/dkan_data_story.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = DKAN Data Story
description = Story building features for NuCivic Data.
core = 7.x
package = DKAN
version = 7.x-1.12.2
version = 7.x-1.12.4
project = dkan_data_story
dependencies[] = dkan_sitewide
dependencies[] = dkan_sitewide_menu
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.12.2
version = 7.x-1.12.4
project = dkan_sitewide
dependencies[] = colorizer
dependencies[] = conditional_styles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = DKAN Sitewide Panelizer
description = DKAN module for simplifying the creation of panelized content
core = 7.x
package = DKAN
version = 7.x-1.12.2
version = 7.x-1.12.4
project = dkan_sitewide_panelizer
dependencies[] = panelizer
dependencies[] = panels
Expand Down
2 changes: 1 addition & 1 deletion modules/dkan/dkan_topics/dkan_topics.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = DKAN Topics
description = Categorize your data with topics to help users find what they are looking for.
core = 7.x
package = DKAN
version = 7.x-1.12.2
version = 7.x-1.12.4
dependencies[] = color_field
dependencies[] = conditional_fields
dependencies[] = dkan_dataset_content_types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = DKAN Default Topics
description = Default topic terms.
core = 7.x
package = DKAN Features
version = 7.x-1.12.2
version = 7.x-1.12.4
project = dkan_default_topics
dependencies[] = dkan_topics
dependencies[] = taxonomy_fixtures
Expand Down

0 comments on commit 42d55b6

Please sign in to comment.