Skip to content

Commit

Permalink
Bumbed version to 7.x-3.0.0-vejlebib
Browse files Browse the repository at this point in the history
  • Loading branch information
holt83 committed Feb 16, 2018
1 parent 7c28dbe commit 1dfed09
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions ding2.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description = Install a Ding based library site.
core = 7.x
distribution_name = "Ding 2"
exclusive = TRUE
version = 7.x-3.0.0-vejlebib

; Core modules.
dependencies[] = block
Expand Down
20 changes: 10 additions & 10 deletions ding2.make
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ projects[xautoload][version] = "5.7"
libraries[bpi-client][destination] = "modules/bpi/lib"
libraries[bpi-client][download][type] = "git"
libraries[bpi-client][download][url] = "http://github.com/vejlebib/bpi-client.git"
libraries[bpi-client][download][branch] = "master"
libraries[bpi-client][download][tag] = "7.x-3.0.0-vejlebib"

libraries[ckeditor][download][type] = "get"
libraries[ckeditor][download][url] = http://download.cksource.com/CKEditor/CKEditor/CKEditor%204.4.7/ckeditor_4.4.7_full.zip
Expand Down Expand Up @@ -510,7 +510,7 @@ libraries[psr7][destination] = "libraries"

libraries[ting-client][download][type] = "git"
libraries[ting-client][download][url] = "http://github.com/vejlebib/ting-client.git"
libraries[ting-client][download][branch] = "master"
libraries[ting-client][download][tag] = "7.x-3.0.0-vejlebib"
libraries[ting-client][destination] = "modules/ting/lib"

libraries[zen-grids][download][type] = "git"
Expand Down Expand Up @@ -593,49 +593,49 @@ libraries[mailchimp][destination] = "libraries"
projects[ding_zerohit_form][type] = "module"
projects[ding_zerohit_form][download][type] = "git"
projects[ding_zerohit_form][download][url] = "[email protected]:vejlebib/ding_zerohit_form.git"
projects[ding_zerohit_form][download][branch] = "7.x-1.x"
projects[ding_zerohit_form][download][tag] = "7.x-3.0.0-vejlebib"
projects[ding_zerohit_form][subdir] = "vejlebib_modules"

projects[ding_opening_hours][type] = "module"
projects[ding_opening_hours][download][type] = "git"
projects[ding_opening_hours][download][url] = "[email protected]:vejlebib/ding_opening_hours.git"
projects[ding_opening_hours][download][branch] = "master"
projects[ding_opening_hours][download][tag] = "7.x-3.0.0-vejlebib"
projects[ding_opening_hours][subdir] = "vejlebib_modules"

projects[ding_redia_bapp][type] = "module"
projects[ding_redia_bapp][download][type] = "git"
projects[ding_redia_bapp][download][url] = "[email protected]:vejlebib/ding_redia_bapp.git"
projects[ding_redia_bapp][download][branch] = "7.x-1.x"
projects[ding_redia_bapp][download][tag] = "7.x-3.0.0-vejlebib"
projects[ding_redia_bapp][subdir] = "vejlebib_modules"

projects[ding_wagnerguide][type] = "module"
projects[ding_wagnerguide][download][type] = "git"
projects[ding_wagnerguide][download][url] = "[email protected]:vejlebib/ding_wagnerguide.git"
projects[ding_wagnerguide][download][branch] = "7.x-1.x"
projects[ding_wagnerguide][download][tag] = "7.x-3.0.0-vejlebib"
projects[ding_wagnerguide][subdir] = "vejlebib_modules"

projects[ting_covers_plus][type] = "module"
projects[ting_covers_plus][download][type] = "git"
projects[ting_covers_plus][download][url] = "[email protected]:vejlebib/ting_covers_plus.git"
projects[ting_covers_plus][download][branch] = "7.x-1.x"
projects[ting_covers_plus][download][tag] = "7.x-3.0.0-vejlebib"
projects[ting_covers_plus][subdir] = "vejlebib_modules"

projects[ting_visual_relation][type] = "module"
projects[ting_visual_relation][download][type] = "git"
projects[ting_visual_relation][download][url] = "[email protected]:vejlebib/ting_visual_relation.git"
projects[ting_visual_relation][download][branch] = "master"
projects[ting_visual_relation][download][tag] = "7.x-3.0.0-vejlebib"
projects[ting_visual_relation][subdir] = "vejlebib_modules"

projects[ting_marc][type] = "module"
projects[ting_marc][download][type] = "git"
projects[ting_marc][download][url] = "[email protected]:vejlebib/ting_marc.git"
projects[ting_marc][download][branch] = "vejlebib"
projects[ting_marc][download][tag] = "7.x-3.0.0-vejlebib"
projects[ting_marc][subdir] = "vejlebib_modules"

projects[ding_wayf_dk][type] = "module"
projects[ding_wayf_dk][download][type] = "git"
projects[ding_wayf_dk][download][url] = "[email protected]:vejlebib/ding_wayf_dk.git"
projects[ding_wayf_dk][download][branch] = "vejlebib"
projects[ding_wayf_dk][download][tag] = "7.x-3.0.0-vejlebib"
projects[ding_wayf_dk][subdir] = "vejlebib_modules"

; Modules included for easy deployment of removal. Should be removed after
Expand Down
2 changes: 1 addition & 1 deletion drupal.make
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ projects[drupal][patch][] = "http://drupal.org/files/issues/translate_role_names
projects[ding2][type] = "profile"
projects[ding2][download][type] = "git"
projects[ding2][download][url] = "[email protected]:vejlebib/ding2.git"
projects[ding2][download][branch] = "vejlebib"
projects[ding2][download][tag] = "7.x-3.0.0-vejlebib"

0 comments on commit 1dfed09

Please sign in to comment.