Skip to content

Commit

Permalink
Merge pull request #187 from xenit-eu/release-1.7.5
Browse files Browse the repository at this point in the history
Release 1.7.5
  • Loading branch information
tgeens committed Jul 4, 2018
2 parents a3c98a9 + 8d1337f commit 85eacd6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ Version template:
-->
# Dynamic Extensions For Alfresco Changelog

## [UNRELEASED]
## [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

## [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-SNAPSHOT'
version = '1.7.5'

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-SNAPSHOT";
String dynamicExtensions = "1.7.5";

String surf = "5.0.d";

Expand Down

0 comments on commit 85eacd6

Please sign in to comment.