Skip to content

Commit

Permalink
Merge pull request #195 from xenit-eu/ALFREDAPI-535/merge2
Browse files Browse the repository at this point in the history
Alfredapi 535: merge2
  • Loading branch information
WimCrols committed Dec 12, 2023
2 parents 2d24bf9 + 8f1144d commit ea844d7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Alfresco containers use port 8080 now instead of ephemeral ports
* [ALFREDAPI-520](https://xenitsupport.jira.com/browse/ALFREDAPI-520): Enforce encoding on bulk json responses to guarantee clean text
* [ALFREDAPI-531](https://xenitsupport.jira.com/browse/ALFREDAPI-531): Fix facet qname splitting for dates
* [ALFREDAPI-532](https://xenitsupport.jira.com/browse/ALFREDAPI-532): Fix :apix-interface:javadoc
* [ALFREDAPI-535](https://xenitsupport.jira.com/browse/ALFREDAPI-535): Fix incomplete POMs

### Removed
* [ALFREDAPI-504](https://xenitsupport.jira.com/browse/ALFREDAPI-504): Drop Dynamic Extensions in favor of Alfresco MVC
Expand Down
2 changes: 2 additions & 0 deletions alfresco/70/overrides.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description = "Xenit Alfred API implementation Alfresco 7.0"

ext {
alfresco_version = "7.0.0"
alfresco_min_version = alfresco_version.substring(0, 3) + ".0"
Expand Down
2 changes: 2 additions & 0 deletions alfresco/71/overrides.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description = "Xenit Alfred API implementation Alfresco 7.1"

ext {
alfresco_version = "7.1.1"
alfresco_min_version = alfresco_version.substring(0, 3) + ".0"
Expand Down
2 changes: 2 additions & 0 deletions alfresco/72/overrides.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description = "Xenit Alfred API implementation Alfresco 7.2"

ext {
alfresco_version = "7.2.1"
alfresco_min_version = alfresco_version.substring(0, 3) + ".0"
Expand Down

0 comments on commit ea844d7

Please sign in to comment.