Skip to content

Commit

Permalink
1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cetra3 committed Oct 10, 2018
1 parent 2c3e4b4 commit 6adfd9d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.4.0]
## [1.4.1] 2018-10-11

### Fixed

* Update compile dep to `5.2.f` to [fix](https://github.com/cetra3/onlyoffice-alfresco/issues/19) yanked `org.springframework.social:spring-social-facebook:1.0.0.RC1` artifact.


## [1.4.0] 2018-07-11

### Fixed

Expand Down
19 changes: 5 additions & 14 deletions repo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allprojects {

ext {
alfresco = [:]
alfresco.version = "5.0.d"
alfresco.version = "5.2.f"

}

Expand All @@ -42,20 +42,11 @@ configurations {
}

dependencies {
compile (group: "org.alfresco", name: "alfresco", version: "${alfresco.version}", classifier: "classes") {
exclude module: "alfresco-web-framework-commons"
exclude module: "commons-beanutils"
exclude group: "org.springframework"
exclude group: "org.mybatis"
}

compile 'org.json:json:20141113'

compile (group: "org.alfresco", name: "alfresco", version: "${alfresco.version}", classifier: "classes")
compile ('com.monitorjbl:xlsx-streamer:1.0.2') { transitive = false }
compile 'org.springframework:spring-context:3.0.0.RELEASE'
compile 'org.springframework:spring-beans:3.0.0.RELEASE'
compile 'org.springframework:spring-context-support:3.0.5.RELEASE'

compile 'javax.servlet:javax.servlet-api:3.0.1'

amp ('com.monitorjbl:xlsx-streamer:1.0.2') { transitive = false }
}

Expand All @@ -69,4 +60,4 @@ amp {
version = project.version
title = "ONLYOFFICE Alfresco Integration Repo"
description = project.description
}
}

0 comments on commit 6adfd9d

Please sign in to comment.