[HippoCMS-scm] [Git][cms-community/hippo-repository] Pushed new branch feature/dap

2017-02-14 Thread Michiel Rop
Michiel Rop pushed new branch feature/dap at cms-community / hippo-repository
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-plugin-selections] Pushed new branch feature/HIPPLUG-1439

2017-02-14 Thread Bert Leunis
Bert Leunis pushed new branch feature/HIPPLUG-1439 at cms-community / 
hippo-plugin-selections
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms-release][release/11.0] CMS-10176 Update released artifact versions

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/11.0 at cms-community / 
hippo-cms-release


Commits:
fcf8779a by Arent-Jan Banck at 2017-02-14T15:55:49+01:00
CMS-10176 Update released artifact versions
- - - - -


1 changed file:

- pom.xml


Changes:

=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -42,15 +42,15 @@
 11.0.4-SNAPSHOT
 
 
3.0.2
-
4.0.5-SNAPSHOT
+
4.0.4
 
3.0.0
 3.0.0
-4.0.5-SNAPSHOT
+4.0.5
 3.0.0
 3.0.1
 4.0.4
 4.0.1
-4.0.5-SNAPSHOT
+4.0.5
 3.0.1
 
3.0.0
 
3.0.0
@@ -65,7 +65,7 @@
 
3.0.1
 
3.0.1
 3.0.1
-
4.0.2-SNAPSHOT
+4.0.2
 
3.0.1
 3.0.1
 4.0.1



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms-release/commit/fcf8779a5bd36d03a7dab2bb1314b836c0f2bdf7
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms-release][release/11.1] CMS-10513 Updated versions of released arifacts

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/11.1 at cms-community / 
hippo-cms-release


Commits:
29270ac2 by Arent-Jan Banck at 2017-02-14T15:57:41+01:00
CMS-10513 Updated versions of released arifacts
- - - - -


1 changed file:

- pom.xml


Changes:

=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
 
 
-
3.1.1-SNAPSHOT
+
3.1.1
 
3.1.1
 
6.1.0
 
3.1.0
 
3.1.0
 3.1.0
-
4.1.1-SNAPSHOT
+4.1.1
 
3.1.0
 3.1.0
 4.1.0



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms-release/commit/29270ac20b60ac9b67e42f0b6976476b686e84f6
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms] Pushed new branch bugfix/CMS-10608

2017-02-14 Thread Tobias Jeger
Tobias Jeger pushed new branch bugfix/CMS-10608 at cms-community / hippo-cms
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-addon-channel-manager][master] CHANNELMGR-1137 Change icon to triangle in changes menu

2017-02-14 Thread Joeri de Gooijer
Joeri de Gooijer pushed to branch master at cms-community / 
hippo-addon-channel-manager


Commits:
feaae233 by Joeri de Gooijer at 2017-02-14T13:39:02+01:00
CHANNELMGR-1137 Change icon to triangle in changes menu

- - - - -


3 changed files:

- frontend-ng/src/images/attention.svg
- frontend-ng/src/styles/_toolbar.scss
- frontend-ng/src/styles/_variables.scss


Changes:

=
frontend-ng/src/images/attention.svg
=
--- a/frontend-ng/src/images/attention.svg
+++ b/frontend-ng/src/images/attention.svg
@@ -1,6 +1,5 @@
-
 
-http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd;>
-http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink; x="0px" y="0px"
-width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 
0 0 24 24" xml:space="preserve">
-
+
+
+  
+
+  
+
+  
+
+  
 


=
frontend-ng/src/styles/_toolbar.scss
=
--- a/frontend-ng/src/styles/_toolbar.scss
+++ b/frontend-ng/src/styles/_toolbar.scss
@@ -105,9 +105,8 @@ md-toolbar.hippo-toolbar {
 padding-right: 20px;
 
 md-icon {
-  bottom: 1px;
-  color: $orange-a400;
-  left: 6px;
+  fill: $toolbar-channel-changes-color;
+  left: 4px;
   position: relative;
 }
   }


=
frontend-ng/src/styles/_variables.scss
=
--- a/frontend-ng/src/styles/_variables.scss
+++ b/frontend-ng/src/styles/_variables.scss
@@ -132,6 +132,9 @@ $select-invalid-color: #f70029;
 // Toolbar
 $toolbar-height: 40px;
 
+// For consistency we use the same yellow color as is used in the CMS for the 
exclamation icon
+$toolbar-channel-changes-color: #ffa733;
+
 // Embedded links
 $embedded-link-height: 40px;
 $embedded-link-width: 40px;



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/feaae233ad9e99842d09e1950c537c9473fa418a
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms] Deleted branch bugfix/CMS-10233

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck deleted branch bugfix/CMS-10233 at cms-community / hippo-cms
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms] Deleted branch bugfix/CMS-10247

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck deleted branch bugfix/CMS-10247 at cms-community / hippo-cms
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms] Deleted branch bugfix/CMS-9985

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck deleted branch bugfix/CMS-9985 at cms-community / hippo-cms
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms] Deleted branch bugfix/CMS-9943

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck deleted branch bugfix/CMS-9943 at cms-community / hippo-cms
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-addon-channel-manager] Deleted branch feature/CHANNELMGR-1137

2017-02-14 Thread Joeri de Gooijer
Joeri de Gooijer deleted branch feature/CHANNELMGR-1137 at cms-community / 
hippo-addon-channel-manager
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-addon-channel-manager][feature/CHANNELMGR-1137] CHANNELMGR-1137 Add qa classes in correct position

2017-02-14 Thread Joeri de Gooijer
Joeri de Gooijer pushed to branch feature/CHANNELMGR-1137 at cms-community / 
hippo-addon-channel-manager


Commits:
16113246 by Joeri de Gooijer at 2017-02-14T10:49:10+01:00
CHANNELMGR-1137 Add qa classes in correct position

- - - - -


1 changed file:

- frontend-ng/src/angularjs/channel/actions/channelActions.html


Changes:

=
frontend-ng/src/angularjs/channel/actions/channelActions.html
=
--- a/frontend-ng/src/angularjs/channel/actions/channelActions.html
+++ b/frontend-ng/src/angularjs/channel/actions/channelActions.html
@@ -44,15 +44,17 @@
 
 
 
-  
+  
 {{ 'TOOLBAR_MENU_CHANGES_PUBLISH' | translate }}
   
 
 
 
-  
+  
 {{ 'TOOLBAR_MENU_CHANGES_DISCARD' | translate }}
   
 



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/161132461babf1edff0c3990f5133dfb5d27f81f
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-addon-channel-manager] Deleted branch feature/CHANNELMGR-1144

2017-02-14 Thread Joeri de Gooijer
Joeri de Gooijer deleted branch feature/CHANNELMGR-1144 at cms-community / 
hippo-addon-channel-manager
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-addon-channel-manager][master] 2 commits: CHANNELMGR-1144 Rename 'Channel Manager' breadcrumb to 'Channels'

2017-02-14 Thread Joeri de Gooijer
Joeri de Gooijer pushed to branch master at cms-community / 
hippo-addon-channel-manager


Commits:
fc0c5f20 by Mathijs den Burger at 2017-02-07T13:08:38+01:00
CHANNELMGR-1144 Rename Channel Manager breadcrumb to 
Channels

- - - - -
1d9d4c10 by Joeri de Gooijer at 2017-02-14T11:35:11+01:00
CHANNELMGR-1144 Merge branch feature/CHANNELMGR-1144

- - - - -


1 changed file:

- 
frontend/src/main/resources/org/onehippo/cms7/channelmanager/RootPanel.properties


Changes:

=
frontend/src/main/resources/org/onehippo/cms7/channelmanager/RootPanel.properties
=
--- 
a/frontend/src/main/resources/org/onehippo/cms7/channelmanager/RootPanel.properties
+++ 
b/frontend/src/main/resources/org/onehippo/cms7/channelmanager/RootPanel.properties
@@ -1,4 +1,4 @@
-channel-manager=Channel Manager
+channel-manager=Channels
 
 new-channel-properties=Channel Properties
 new-channel-create=Create Channel



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/compare/ae839c13cb435518d93ebdef3972cb5cf7b9e6e5...1d9d4c10f3b7ebb0d5f5bfdcee212c7e862d9cc6
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms] Deleted branch bugfix/CMS-10023

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck deleted branch bugfix/CMS-10023 at cms-community / hippo-cms
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms] Deleted branch bugfix/CMS-10088

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck deleted branch bugfix/CMS-10088 at cms-community / hippo-cms
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms] Deleted branch bugfix/CMS-10173

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck deleted branch bugfix/CMS-10173 at cms-community / hippo-cms
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-essentials] Deleted branch bugfix/ESSENTIALS-1053

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck deleted branch bugfix/ESSENTIALS-1053 at cms-community / 
hippo-essentials
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-essentials] Deleted branch bugfix/ESSENTIALS-1050

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck deleted branch bugfix/ESSENTIALS-1050 at cms-community / 
hippo-essentials
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-plugin-taxonomy] Deleted branch bugfix/HIPPLUG-1263

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck deleted branch bugfix/HIPPLUG-1263 at cms-community / 
hippo-plugin-taxonomy
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-essentials] Deleted branch bugfix/ESSENTIALS-983

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck deleted branch bugfix/ESSENTIALS-983 at cms-community / 
hippo-essentials
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-essentials] Deleted branch bugfix/ESSENTIALS-1040

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck deleted branch bugfix/ESSENTIALS-1040 at cms-community / 
hippo-essentials
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-essentials] Deleted branch bugfix/ESSENTIALS-1049

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck deleted branch bugfix/ESSENTIALS-1049 at cms-community / 
hippo-essentials
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-essentials] Deleted branch bugfix/ESSENTIALS-1044

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck deleted branch bugfix/ESSENTIALS-1044 at cms-community / 
hippo-essentials
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-essentials] Deleted branch feature/ESSENTIALS-1046

2017-02-14 Thread Bert Leunis
Bert Leunis deleted branch feature/ESSENTIALS-1046 at cms-community / 
hippo-essentials
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms] Pushed new tag hippo-cms-4.0.5

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck pushed new tag hippo-cms-4.0.5 at cms-community / hippo-cms
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-plugin-relateddocs] Pushed new tag hippo-plugin-relateddocs-parent-4.0.2

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck pushed new tag hippo-plugin-relateddocs-parent-4.0.2 at 
cms-community / hippo-plugin-relateddocs
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-essentials][feature/ESSENTIALS-1046] 60 commits: ESSENTIALS-979 take situation of missing jcr:data property into account

2017-02-14 Thread Bert Leunis
Bert Leunis pushed to branch feature/ESSENTIALS-1046 at cms-community / 
hippo-essentials


Commits:
151035de by Bert Leunis at 2016-05-13T15:40:52+02:00
ESSENTIALS-979 take situation of missing jcr:data property into account

- - - - -
b64d3079 by Bert Leunis at 2016-05-13T16:15:08+02:00
ESSENTIALS-979 check for manditory property is useless

- - - - -
ec625492 by Bert Leunis at 2016-09-13T12:03:58+02:00
Merge branch master into bugfix/ESSENTIALS-979

- - - - -
a9bf1502 by Bert Leunis at 2016-09-13T13:18:14+02:00
ESSENTIALS-979 remove unused code

- - - - -
f89e7d94 by Bert Leunis at 2016-09-13T13:26:38+02:00
ESSENTIALS-979 rename variables  try processing other variants when 1 fails

- - - - -
da79d63d by Bert Leunis at 2016-09-13T13:58:02+02:00
ESSENTIALS-979 take upscaling setting per variant into account

- - - - -
d9349ab8 by Bert Leunis at 2016-09-13T14:13:40+02:00
ESSENTIALS-979 changed script to bootstrapped XML

- - - - -
5b6c8611 by Michiel Rop at 2016-09-23T15:09:14+02:00
 ESSENTIALS-979: Improve ImageSetUpdater: more robust if jcr:data is not 
present; upscale per variant.

 - added upscale, strategy and compression per image variant
 - added (provided) dependencies to pom so ImageSetUpdater.groovy compiles
 - set batchsize to 1 so one failing image update does not affect the others

- - - - -
d7428142 by Michiel Rop at 2016-09-26T10:22:25+02:00
 ESSENTIALS-979: Improve ImageSetUpdater: more robust if jcr:data is not 
present; upscale per variant.

 - set batchsize back to 10, because session.save is called and exceptions are 
caught inside the updater

- - - - -
206036e9 by Bert Leunis at 2016-10-21T16:59:59+02:00
ESSENTIALS-1033 change markup of banners and carousel templates so the result 
is always a single dom element

- - - - -
03313596 by Bert Leunis at 2016-10-24T10:52:08+02:00
ESSENTIALS-1033 change markup of blog post templates so the result is always a 
single dom element

- - - - -
8ef8640a by Bert Leunis at 2016-10-24T11:24:18+02:00
ESSENTIALS-1033 change markup of event templates so the result is always a 
single dom element

- - - - -
816e4e04 by Bert Leunis at 2016-10-24T11:37:16+02:00
ESSENTIALS-1033 change markup of faq templates so the result is always a single 
dom element

- - - - -
bab8cacb by Bert Leunis at 2016-10-24T11:54:25+02:00
ESSENTIALS-1033 change markup of googlemaps templates so the result is always a 
single dom element

- - - - -
9f6eb19a by Bert Leunis at 2016-10-24T12:36:22+02:00
ESSENTIALS-1033 change markup of image templates so the result is always a 
single dom element

- - - - -
e0f32703 by Bert Leunis at 2016-10-24T13:54:15+02:00
ESSENTIALS-1033 change markup of list templates so the result is always a 
single dom element

- - - - -
54a6094f by Bert Leunis at 2016-10-24T14:00:08+02:00
ESSENTIALS-1033 change markup of menu plugin templates so the result is always 
a single dom element

- - - - -
b2c336b8 by Bert Leunis at 2016-10-24T14:17:19+02:00
ESSENTIALS-1033 change markup of news plugin templates so the result is always 
a single dom element (2 have only layout changes)

- - - - -
d12fdcf3 by Bert Leunis at 2016-10-24T14:21:40+02:00
ESSENTIALS-1033 change markup of search plugin templates so the result is 
always a single dom element

- - - - -
01bcca28 by Bert Leunis at 2016-10-24T14:24:02+02:00
ESSENTIALS-1033 change markup of seo plugin templates so the result is always a 
single dom element

- - - - -
740b40ba by Bert Leunis at 2016-10-24T14:40:17+02:00
ESSENTIALS-1033 change markup of content plugin templates so the result is 
always a single dom element

- - - - -
718e66fd by Bert Leunis at 2016-10-24T15:02:51+02:00
ESSENTIALS-1033 change markup of video plugin templates so the result is always 
a single dom element

- - - - -
e8191746 by Bert Leunis at 2016-10-24T16:42:30+02:00
ESSENTIALS-1033 all containers to type hst.markup. included containers may have 
no siblings in parent template.

- - - - -
0c92b265 by Jeroen Hoffman at 2016-11-29T15:44:47+01:00
ESSENTIALS-979 Merge branch master into bugfix/ESSENTIALS-979

- - - - -
89846afc by Jeroen Hoffman at 2016-12-01T17:55:59+01:00
ESSENTIALS-979 integrating Berts and Michiels changes plus: use 
parameters; never regenerate originals!

- Remove unused code on imageSets from namespace
- Put back node.getSession().refresh on exception (proven by client issue)
- Put back data.hasProperty(JcrConstants.JCR_DATA)  (proven by client issue)
- Documentation and logging improvements
- Do not do session.save(), rely on CMS to do that

- - - - -
8d645b30 by Jeroen Hoffman at 2016-12-02T10:51:51+01:00
ESSENTIALS-979 do skip thumbnails per default

- - - - -
4fbd36c8 by Jeroen Hoffman at 2016-12-02T10:55:05+01:00
ESSENTIALS-979 typo regererate

- - - - -
15828122 by Saimir Muco at 2016-12-06T10:25:57+01:00
ESSENTIALS-1033 wrap the video component iframe with a div tag

- - - - -
bca725be by Jeroen Hoffman at 2016-12-06T16:58:14+01:00
ESSENTIALS-979 base the variants to be processed on the namespace 

[HippoCMS-scm] [Git][cms-community/hippo-plugin-relateddocs][release/4.0] 2 commits: HIPPLUG-1318 prepare release hippo-plugin-relateddocs-parent-4.0.2

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/4.0 at cms-community / 
hippo-plugin-relateddocs


Commits:
c4b96b0b by Arent-Jan Banck at 2017-02-14T14:23:40+01:00
HIPPLUG-1318 prepare release hippo-plugin-relateddocs-parent-4.0.2

- - - - -
0dae228c by Arent-Jan Banck at 2017-02-14T14:23:42+01:00
HIPPLUG-1318 prepare for next development iteration

- - - - -


3 changed files:

- addon-cms/pom.xml
- hst/pom.xml
- pom.xml


Changes:

=
addon-cms/pom.xml
=
--- a/addon-cms/pom.xml
+++ b/addon-cms/pom.xml
@@ -18,7 +18,7 @@
   
 hippo-plugin-relateddocs-parent
 org.onehippo.cms7
-4.0.2-SNAPSHOT
+4.0.3-SNAPSHOT
   
   4.0.0
 


=
hst/pom.xml
=
--- a/hst/pom.xml
+++ b/hst/pom.xml
@@ -18,7 +18,7 @@
   
 hippo-plugin-relateddocs-parent
 org.onehippo.cms7
-4.0.2-SNAPSHOT
+4.0.3-SNAPSHOT
   
   4.0.0
 


=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   Hippo Plugin Related Documents
   Hippo Plugin Related Documents
   hippo-plugin-relateddocs-parent
-  4.0.2-SNAPSHOT
+  4.0.3-SNAPSHOT
   pom
 
   2009



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-plugin-relateddocs/compare/f8a160e6a0fb8ec758c5a0c8da6c37ed9992b931...0dae228cc4f11c3e0a378b80ded38d69b4e9c587
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-essentials][feature/ESSENTIALS-1046] ESSENTIALS-1046 Improve handling of missing project.basedir property

2017-02-14 Thread Bert Leunis
Bert Leunis pushed to branch feature/ESSENTIALS-1046 at cms-community / 
hippo-essentials


Commits:
1e38ac83 by Bert Leunis at 2017-02-14T14:07:54+01:00
ESSENTIALS-1046 Improve handling of missing project.basedir property
- update license headers

- - - - -


2 changed files:

- 
dashboard/src/main/java/org/onehippo/cms7/essentials/filters/RequirementsCheckFilter.java
- 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/utils/ProjectUtils.java


Changes:

=
dashboard/src/main/java/org/onehippo/cms7/essentials/filters/RequirementsCheckFilter.java
=
--- 
a/dashboard/src/main/java/org/onehippo/cms7/essentials/filters/RequirementsCheckFilter.java
+++ 
b/dashboard/src/main/java/org/onehippo/cms7/essentials/filters/RequirementsCheckFilter.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Hippo B.V. (http://www.onehippo.com)
+ * Copyright 2017 Hippo B.V. (http://www.onehippo.com)
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -37,7 +37,6 @@ public class RequirementsCheckFilter implements Filter {
 
 }
 
-
 @Override
 public void doFilter(final ServletRequest req, final ServletResponse res, 
final FilterChain chain) throws IOException, ServletException {
 try {


=
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/utils/ProjectUtils.java
=
--- 
a/plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/utils/ProjectUtils.java
+++ 
b/plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/utils/ProjectUtils.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014-2016 Hippo B.V. (http://www.onehippo.com)
+ * Copyright 2014-2017 Hippo B.V. (http://www.onehippo.com)
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-essentials/commit/1e38ac8372eeebe3a3769496bf190002c4f18bea
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms][release/4.0] 2 commits: CMS-10176 prepare release hippo-cms-4.0.5

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/4.0 at cms-community / hippo-cms


Commits:
78a90b23 by Arent-Jan Banck at 2017-02-14T14:15:25+01:00
CMS-10176 prepare release hippo-cms-4.0.5

- - - - -
2c12e07e by Arent-Jan Banck at 2017-02-14T14:15:30+01:00
CMS-10176 prepare for next development iteration

- - - - -


30 changed files:

- api/pom.xml
- automatic-export/frontend/pom.xml
- automatic-export/pom.xml
- automatic-export/repository/pom.xml
- brokenlinks/common/pom.xml
- brokenlinks/frontend/pom.xml
- brokenlinks/pom.xml
- brokenlinks/repository/pom.xml
- brokenlinks/test/pom.xml
- builtin/pom.xml
- config/pom.xml
- console/frontend/pom.xml
- console/pom.xml
- console/repository/pom.xml
- dependencies/pom.xml
- editor/common/pom.xml
- editor/frontend/pom.xml
- editor/pom.xml
- editor/repository/pom.xml
- editor/test/pom.xml
- engine/pom.xml
- gallery/frontend/pom.xml
- gallery/pom.xml
- gallery/repository/pom.xml
- google-analytics/frontend/pom.xml
- google-analytics/pom.xml
- gotolink/pom.xml
- jquery/pom.xml
- perspectives/pom.xml
- pom.xml


The diff was not included because it is too large.


View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms/compare/5ace683148ca04ba736f8fffd43645d4e4eefd0d...2c12e07eda406d104c0f7aa31849cf80359d7e3d
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-repository] Pushed new tag hippo-repository-4.0.5

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck pushed new tag hippo-repository-4.0.5 at cms-community / 
hippo-repository
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms] Pushed new branch bugfix/CMS-10061

2017-02-14 Thread Bert Leunis
Bert Leunis pushed new branch bugfix/CMS-10061 at cms-community / hippo-cms
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-essentials] Pushed new branch bugfix/ESSENTIALS-1056

2017-02-14 Thread Bert Leunis
Bert Leunis pushed new branch bugfix/ESSENTIALS-1056 at cms-community / 
hippo-essentials
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms][release/4.1] CMS-10611 Fix hippo-utilities version (set to 3.1.1-SNAPSHOT)

2017-02-14 Thread Mathijs den Burger
Mathijs den Burger pushed to branch release/4.1 at cms-community / hippo-cms


Commits:
c662a744 by Mathijs den Burger at 2017-02-14T16:30:39+01:00
CMS-10611 Fix hippo-utilities version (set to 3.1.1-SNAPSHOT)

Version 3.2.0-SNAPSHOT refers to the 11.2 release, which is wrong
in a 11.1 release version.

- - - - -


1 changed file:

- pom.xml


Changes:

=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
 
 

[HippoCMS-scm] [Git][cms-community/hippo-cms-release][release/11.1] CMS-10611 Fix hippo-utilities version (set to 3.1.1-SNAPSHOT)

2017-02-14 Thread Mathijs den Burger
Mathijs den Burger pushed to branch release/11.1 at cms-community / 
hippo-cms-release


Commits:
243da943 by Mathijs den Burger at 2017-02-14T16:28:28+01:00
CMS-10611 Fix hippo-utilities version (set to 3.1.1-SNAPSHOT)

Version 3.2.0-SNAPSHOT refers to the 11.2 release, which is wrong
in the 11.1 release pom.

- - - - -


1 changed file:

- pom.xml


Changes:

=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
 
3.1.0
 3.1.0
 3.1.1
-3.2.0-SNAPSHOT
+3.1.1-SNAPSHOT
 
 
 
3.1.1



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms-release/commit/243da9436d4f3f681bfcea70c898f90db8ee2da1
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-essentials][bugfix/ESSENTIALS-1037] ESSENTIALS-1037 Do not set the actual parent version

2017-02-14 Thread Jeroen Hoffman
Jeroen Hoffman pushed to branch bugfix/ESSENTIALS-1037 at cms-community / 
hippo-essentials


Commits:
a220a34a by Jeroen Hoffman at 2017-02-14T16:53:42+01:00
ESSENTIALS-1037 Do not set the actual parent version

- - - - -


1 changed file:

- plugin-sdk/implementation/src/test/resources/project/pom.xml


Changes:

=
plugin-sdk/implementation/src/test/resources/project/pom.xml
=
--- a/plugin-sdk/implementation/src/test/resources/project/pom.xml
+++ b/plugin-sdk/implementation/src/test/resources/project/pom.xml
@@ -21,7 +21,7 @@
   
 org.onehippo.cms7
 hippo-cms7-release
-11.1.0
+unmaintained
   
 
   My Hippo Project



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-essentials/commit/a220a34a606d77fd339a205d4e4207e991e32ebd
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms][master] CMS-10608 Exclude undesired automatic exports

2017-02-14 Thread Tobias Jeger
Tobias Jeger pushed to branch master at cms-community / hippo-cms


Commits:
142e47ba by Tobias Jeger at 2017-02-15T08:56:56+01:00
CMS-10608 Exclude undesired automatic exports

- - - - -


1 changed file:

- automatic-export/repository/src/main/resources/hippoecm-extension.xml


Changes:

=
automatic-export/repository/src/main/resources/hippoecm-extension.xml
=
--- a/automatic-export/repository/src/main/resources/hippoecm-extension.xml
+++ b/automatic-export/repository/src/main/resources/hippoecm-extension.xml
@@ -96,4 +96,20 @@
   903.2
 
   
+
+  
+  
+
+  hippo:initializeitem
+
+
+  903.4
+
+
+  
/hippo:configuration/hippo:modules/autoexport/hippo:moduleconfig/autoexport:excluded
+
+
+  /hippo:configuration/hippo:modules/broadcast/**
+
+  
 



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms/commit/142e47bae88439e8361b59eafa7613e37e150d51
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms] Deleted branch bugfix/CMS-10608

2017-02-14 Thread Tobias Jeger
Tobias Jeger deleted branch bugfix/CMS-10608 at cms-community / hippo-cms
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-essentials-components] Pushed new tag hippo-essentials-components-3.1.1

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck pushed new tag hippo-essentials-components-3.1.1 at 
cms-community / hippo-essentials-components
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-essentials-components][release/3.1] 2 commits: ESSCOM-1 prepare release hippo-essentials-components-3.1.1

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/3.1 at cms-community / 
hippo-essentials-components


Commits:
366b6ef7 by Arent-Jan Banck at 2017-02-14T15:21:30+01:00
ESSCOM-1 prepare release hippo-essentials-components-3.1.1

- - - - -
e15315a0 by Arent-Jan Banck at 2017-02-14T15:21:31+01:00
ESSCOM-1 prepare for next development iteration

- - - - -


4 changed files:

- cms/pom.xml
- hst/pom.xml
- pom.xml
- repository/pom.xml


Changes:

=
cms/pom.xml
=
--- a/cms/pom.xml
+++ b/cms/pom.xml
@@ -22,7 +22,7 @@
   
 org.onehippo.cms7
 hippo-essentials-components
-3.1.1-SNAPSHOT
+3.1.2-SNAPSHOT
   
 
   Hippo Essentials CMS Component Library


=
hst/pom.xml
=
--- a/hst/pom.xml
+++ b/hst/pom.xml
@@ -22,7 +22,7 @@
   
 org.onehippo.cms7
 hippo-essentials-components
-3.1.1-SNAPSHOT
+3.1.2-SNAPSHOT
   
 
   Hippo Essentials HST Component Library


=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   Hippo Essentials Components
   Hippo Essentials Components
   hippo-essentials-components
-  3.1.1-SNAPSHOT
+  3.1.2-SNAPSHOT
   pom
 
   2016


=
repository/pom.xml
=
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -22,7 +22,7 @@
   
 org.onehippo.cms7
 hippo-essentials-components
-3.1.1-SNAPSHOT
+3.1.2-SNAPSHOT
   
 
   Hippo Essentials Components Repository



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-essentials-components/compare/de73e8fd60573868719f1ea78afe6e8679fa6e7a...e15315a09b8f2645feda2278c09af17d17828d24
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-services-webfiles][release/3.1] 2 commits: CMS-10513 prepare release hippo-services-webfiles-3.1.1

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/3.1 at cms-community / 
hippo-services-webfiles


Commits:
5b74046f by Arent-Jan Banck at 2017-02-14T15:27:49+01:00
CMS-10513 prepare release hippo-services-webfiles-3.1.1

- - - - -
b9deeb5f by Arent-Jan Banck at 2017-02-14T15:27:51+01:00
CMS-10513 prepare for next development iteration

- - - - -


1 changed file:

- pom.xml


Changes:

=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   Hippo CMS7 Services - webfiles
   hippo-services-webfiles
-  3.1.1-SNAPSHOT
+  3.1.2-SNAPSHOT
 
   2014
 



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-services-webfiles/compare/6eeba2530f1601a99f27f8eb6837061fb8a83b92...b9deeb5f10a904a56fc06f3112e998a556d072ff
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-repository] Deleted branch bugfix/REPO-1485

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck deleted branch bugfix/REPO-1485 at cms-community / 
hippo-repository
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-services-webfiles] Deleted branch bugfix/CMS-9933

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck deleted branch bugfix/CMS-9933 at cms-community / 
hippo-services-webfiles
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-essentials][bugfix/ESSENTIALS-1037] 71 commits: ESSENTIALS-979 take situation of missing jcr:data property into account

2017-02-14 Thread Jeroen Hoffman
Jeroen Hoffman pushed to branch bugfix/ESSENTIALS-1037 at cms-community / 
hippo-essentials


Commits:
151035de by Bert Leunis at 2016-05-13T15:40:52+02:00
ESSENTIALS-979 take situation of missing jcr:data property into account

- - - - -
b64d3079 by Bert Leunis at 2016-05-13T16:15:08+02:00
ESSENTIALS-979 check for manditory property is useless

- - - - -
ec625492 by Bert Leunis at 2016-09-13T12:03:58+02:00
Merge branch master into bugfix/ESSENTIALS-979

- - - - -
a9bf1502 by Bert Leunis at 2016-09-13T13:18:14+02:00
ESSENTIALS-979 remove unused code

- - - - -
f89e7d94 by Bert Leunis at 2016-09-13T13:26:38+02:00
ESSENTIALS-979 rename variables  try processing other variants when 1 fails

- - - - -
da79d63d by Bert Leunis at 2016-09-13T13:58:02+02:00
ESSENTIALS-979 take upscaling setting per variant into account

- - - - -
d9349ab8 by Bert Leunis at 2016-09-13T14:13:40+02:00
ESSENTIALS-979 changed script to bootstrapped XML

- - - - -
5b6c8611 by Michiel Rop at 2016-09-23T15:09:14+02:00
 ESSENTIALS-979: Improve ImageSetUpdater: more robust if jcr:data is not 
present; upscale per variant.

 - added upscale, strategy and compression per image variant
 - added (provided) dependencies to pom so ImageSetUpdater.groovy compiles
 - set batchsize to 1 so one failing image update does not affect the others

- - - - -
d7428142 by Michiel Rop at 2016-09-26T10:22:25+02:00
 ESSENTIALS-979: Improve ImageSetUpdater: more robust if jcr:data is not 
present; upscale per variant.

 - set batchsize back to 10, because session.save is called and exceptions are 
caught inside the updater

- - - - -
206036e9 by Bert Leunis at 2016-10-21T16:59:59+02:00
ESSENTIALS-1033 change markup of banners and carousel templates so the result 
is always a single dom element

- - - - -
03313596 by Bert Leunis at 2016-10-24T10:52:08+02:00
ESSENTIALS-1033 change markup of blog post templates so the result is always a 
single dom element

- - - - -
8ef8640a by Bert Leunis at 2016-10-24T11:24:18+02:00
ESSENTIALS-1033 change markup of event templates so the result is always a 
single dom element

- - - - -
816e4e04 by Bert Leunis at 2016-10-24T11:37:16+02:00
ESSENTIALS-1033 change markup of faq templates so the result is always a single 
dom element

- - - - -
bab8cacb by Bert Leunis at 2016-10-24T11:54:25+02:00
ESSENTIALS-1033 change markup of googlemaps templates so the result is always a 
single dom element

- - - - -
9f6eb19a by Bert Leunis at 2016-10-24T12:36:22+02:00
ESSENTIALS-1033 change markup of image templates so the result is always a 
single dom element

- - - - -
e0f32703 by Bert Leunis at 2016-10-24T13:54:15+02:00
ESSENTIALS-1033 change markup of list templates so the result is always a 
single dom element

- - - - -
54a6094f by Bert Leunis at 2016-10-24T14:00:08+02:00
ESSENTIALS-1033 change markup of menu plugin templates so the result is always 
a single dom element

- - - - -
b2c336b8 by Bert Leunis at 2016-10-24T14:17:19+02:00
ESSENTIALS-1033 change markup of news plugin templates so the result is always 
a single dom element (2 have only layout changes)

- - - - -
d12fdcf3 by Bert Leunis at 2016-10-24T14:21:40+02:00
ESSENTIALS-1033 change markup of search plugin templates so the result is 
always a single dom element

- - - - -
01bcca28 by Bert Leunis at 2016-10-24T14:24:02+02:00
ESSENTIALS-1033 change markup of seo plugin templates so the result is always a 
single dom element

- - - - -
740b40ba by Bert Leunis at 2016-10-24T14:40:17+02:00
ESSENTIALS-1033 change markup of content plugin templates so the result is 
always a single dom element

- - - - -
718e66fd by Bert Leunis at 2016-10-24T15:02:51+02:00
ESSENTIALS-1033 change markup of video plugin templates so the result is always 
a single dom element

- - - - -
e8191746 by Bert Leunis at 2016-10-24T16:42:30+02:00
ESSENTIALS-1033 all containers to type hst.markup. included containers may have 
no siblings in parent template.

- - - - -
1e5737af by Oscar Scholten at 2016-10-27T10:32:05+02:00
ESSENTIALS-1043 improving REST setup tool and handling of 404s

- improving the REST setup tool to show the URL of the Content REST API 
resources
- adding exception mapper to suppress stack traces for 404s
- removing copyright header in spring-plain-rest-api.xml as it will be part of 
end project

- - - - -
cae87af4 by Oscar Scholten at 2016-10-31T13:29:26+01:00
ESSENTIALS-604 adding RAT exclusion for spring-plain-rest-api.xml

- - - - -
f6241ea1 by Jasper Floor at 2016-11-15T10:51:53+01:00
ESSENTIALS-1044 moved contentlist-main-contentlist to hstdefault

- - - - -
7eb1a047 by Jasper Floor at 2016-11-16T15:24:39+01:00
 ESSENTIALS-1044 revert moved contentlist-main-contentlist to hstdefault

- - - - -
a209978e by Jasper Floor at 2016-11-16T15:37:27+01:00
 ESSENTIALS-1044  moved contentlist-main-contentlist to hstdefault

- - - - -
460cc363 by Saimir Muco at 2016-11-22T14:40:57+01:00
ESSENTIALS-1044 Reintegrate bugfix/ESSENTIALS-1044

- - - - -
0c92b265 by Jeroen Hoffman at 

[HippoCMS-scm] [Git][cms-community/hippo-services-webfiles] Pushed new tag hippo-services-webfiles-3.1.1

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck pushed new tag hippo-services-webfiles-3.1.1 at cms-community / 
hippo-services-webfiles
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-plugin-relateddocs] Pushed new tag hippo-plugin-relateddocs-parent-4.1.1

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck pushed new tag hippo-plugin-relateddocs-parent-4.1.1 at 
cms-community / hippo-plugin-relateddocs
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-plugin-relateddocs][release/4.1] 2 commits: HIPPLUG-1405 prepare release hippo-plugin-relateddocs-parent-4.1.1

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/4.1 at cms-community / 
hippo-plugin-relateddocs


Commits:
52a5390d by Arent-Jan Banck at 2017-02-14T15:29:23+01:00
HIPPLUG-1405 prepare release hippo-plugin-relateddocs-parent-4.1.1

- - - - -
8e41dd2a by Arent-Jan Banck at 2017-02-14T15:29:25+01:00
HIPPLUG-1405 prepare for next development iteration

- - - - -


3 changed files:

- addon-cms/pom.xml
- hst/pom.xml
- pom.xml


Changes:

=
addon-cms/pom.xml
=
--- a/addon-cms/pom.xml
+++ b/addon-cms/pom.xml
@@ -18,7 +18,7 @@
   
 hippo-plugin-relateddocs-parent
 org.onehippo.cms7
-4.1.1-SNAPSHOT
+4.1.2-SNAPSHOT
   
   4.0.0
 


=
hst/pom.xml
=
--- a/hst/pom.xml
+++ b/hst/pom.xml
@@ -18,7 +18,7 @@
   
 hippo-plugin-relateddocs-parent
 org.onehippo.cms7
-4.1.1-SNAPSHOT
+4.1.2-SNAPSHOT
   
   4.0.0
 


=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   Hippo Plugin Related Documents
   Hippo Plugin Related Documents
   hippo-plugin-relateddocs-parent
-  4.1.1-SNAPSHOT
+  4.1.2-SNAPSHOT
   pom
 
   2009



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-plugin-relateddocs/compare/e533d385db0337d1a17740b3c76f65642e81bf25...8e41dd2ac7ef2125e7e5440f900dea86a6d84c5c
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-repository] Deleted branch bugfix/REPO-1497

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck deleted branch bugfix/REPO-1497 at cms-community / 
hippo-repository
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-services-webfiles] Deleted branch bugfix/CMS-9934

2017-02-14 Thread Arent-Jan Banck
Arent-Jan Banck deleted branch bugfix/CMS-9934 at cms-community / 
hippo-services-webfiles
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn