Skip to content

Commit bf808df

Browse files
committed
Bump rogue_geonode to release-1.2.
1 parent 57a0478 commit bf808df

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
[Unreleased][unreleased]
66
------------------------
7+
8+
[1.2] - 2015-01-20
9+
------------------
10+
- Bump the Geoshape version to release-1.2.
711
- Override the GeoNode help to go to the GeoSHAPE documentation.
812
- Adds CHANGELOG.md.
913

@@ -21,6 +25,7 @@ All notable changes to this project will be documented in this file.
2125
- Initial ROGUE release re-released using 1.0 tag.
2226

2327

24-
[unreleased]: https://github.com/ROGUE-JCTD/rogue-cookbook/compare/release-1.1...HEAD
28+
[unreleased]: https://github.com/ROGUE-JCTD/rogue-cookbook/compare/release-1.2...HEAD
29+
[1.2]: https://github.com/ROGUE-JCTD/rogue-cookbook/compare/release-1.1...release-1.2
2530
[1.1]: https://github.com/ROGUE-JCTD/rogue-cookbook/compare/release-1.0...release-1.1
2631
[1.0]: https://github.com/ROGUE-JCTD/rogue-cookbook/tree/release-1.0

attributes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default['rogue']['debug'] = true
2-
default['rogue']['version'] = 'release-1.1'
2+
default['rogue']['version'] = 'release-1.2'
33
default['rogue']['iface'] = 'eth0'
44

55
if node.fetch('vagrant', false)
@@ -110,7 +110,7 @@
110110
default['rogue']['rogue-scripts']['location'] = '/opt/rogue-scripts'
111111
default['rogue']['rogue-scripts']['url'] = 'https://github.com/ROGUE-JCTD/rogue-scripts.git'
112112

113-
default['rogue']['rogue_geonode']['branch'] = 'release-1.1'
113+
default['rogue']['rogue_geonode']['branch'] = 'release-1.2'
114114
default['rogue']['geoserver_data']['branch'] = 'release-1.1'
115115
default['rogue']['django_maploom']['auto_upgrade'] = false
116116
default['rogue']['geoserver']['war'] = "http://jenkins.rogue.lmnsolutions.com/userContent/geoshape-2.x/geoserver.war"

0 commit comments

Comments
 (0)