Skip to content

Commit

Permalink
Merge pull request #188 from xenit-eu/development-1.7.6
Browse files Browse the repository at this point in the history
Prepare for 1.7.6 development cycle
  • Loading branch information
todorinskiz committed Jul 17, 2018
2 parents 85eacd6 + fa36c84 commit 3dde1bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: Changelog - Dynamic Extensions for Alfresco
date: 4 July 2018
report: true
colorlinks: true
---
<!--
Changelog for DE
Expand All @@ -18,7 +24,7 @@ Version template:
## [1.7.5] - 2018-07-04
### Fixed
* [#180](https://github.com/xenit-eu/dynamic-extensions-for-alfresco/issues/180) Use compileOnly dependencies in the gradle plugin
* [#181](https://github.com/xenit-eu/dynamic-extensions-for-alfresco/issues/181) Remove hard coded static webscript url
* [#181](https://github.com/xenit-eu/dynamic-extensions-for-alfresco/issues/181) Fixed regression for static resources embedded in DE bundle

## [1.7.4] - 2018-03-08
### Added
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ subprojects {
}

group = 'eu.xenit.de'
version = '1.7.5'
version = '1.7.6-SNAPSHOT'

configurations.all {
exclude group: 'jaxen'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

public class Versions {
String dynamicExtensions = "1.7.5";
String dynamicExtensions = "1.7.6-SNAPSHOT";

String surf = "5.0.d";

Expand Down

0 comments on commit 3dde1bf

Please sign in to comment.