-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOCKER-450 [Add] Support for Alfresco v23.1 && v23.2
* [Add] tomcat-embedded V10 * [Update] JSON-logging V0.0.7 to V0.0.8 * [Update] Changelog * [source] https://docs.alfresco.com/content-services/latest/support/#supported-platforms/23-1 DOCKER-450 [test] sonarcube DOCKER-450 [test] ignore subproject embedded-x code for sonarqube
- Loading branch information
1 parent
9135073
commit ea117c8
Showing
24 changed files
with
1,604 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
ext { | ||
alfresco = [ | ||
version: [ | ||
major: 23, | ||
minor: 1, | ||
rev: 0 | ||
], | ||
flavor: 'skeleton' | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
ext { | ||
alfresco = [ | ||
version: [ | ||
major: 23, | ||
minor: 2, | ||
rev: 0 | ||
], | ||
flavor: 'skeleton' | ||
] | ||
} | ||
|
Oops, something went wrong.