-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #349 from xenit-eu/master
Release Dynamic Extensions v2.1.3
- Loading branch information
Showing
16 changed files
with
96 additions
and
16 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
7 changes: 7 additions & 0 deletions
7
alfresco-dynamic-extensions-repo/alfresco-dynamic-extensions-repo-71/module.properties
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,7 @@ | ||
module.id = ${project.parent.name} | ||
module.version = ${project.version.replace('-SNAPSHOT','')} | ||
module.title = Dynamic Extensions for Alfresco ${project.ext.simpleAlfrescoVersion} | ||
module.description = Dynamic Extensions for Alfresco module package | ||
|
||
module.repo.version.min=7.1.0 | ||
module.repo.version.max=7.1.99 |
7 changes: 7 additions & 0 deletions
7
alfresco-dynamic-extensions-repo/alfresco-dynamic-extensions-repo-72/module.properties
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,7 @@ | ||
module.id = ${project.parent.name} | ||
module.version = ${project.version.replace('-SNAPSHOT','')} | ||
module.title = Dynamic Extensions for Alfresco ${project.ext.simpleAlfrescoVersion} | ||
module.description = Dynamic Extensions for Alfresco module package | ||
|
||
module.repo.version.min=7.2.0 | ||
module.repo.version.max=7.2.99 |
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
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
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
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,8 @@ | ||
ext { | ||
alfrescoBaseWarBom = 'org.alfresco:acs-community-packaging:7.1.1' | ||
alfrescoBaseWar = 'org.alfresco:content-services-community@war' | ||
|
||
alfrescoBaseImage = 'xenit/alfresco-repository-community:7.1.1' | ||
|
||
postgresImage = 'postgres:13' | ||
} |
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,8 @@ | ||
ext { | ||
alfrescoBaseWarBom = 'org.alfresco:acs-community-packaging:7.2.0' | ||
alfrescoBaseWar = 'org.alfresco:content-services-community@war' | ||
|
||
alfrescoBaseImage = 'xenit/alfresco-repository-community:7.2.0' | ||
|
||
postgresImage = 'postgres:13' | ||
} |
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,8 @@ | ||
ext { | ||
alfrescoBaseWarBom = 'org.alfresco:acs-packaging:7.1.0' | ||
alfrescoBaseWar = 'org.alfresco:content-services@war' | ||
|
||
alfrescoBaseImage = 'hub.xenit.eu/alfresco-enterprise/alfresco-repository-enterprise:7.1.0' | ||
|
||
postgresImage = 'postgres:13' | ||
} |
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,8 @@ | ||
ext { | ||
alfrescoBaseWarBom = 'org.alfresco:acs-packaging:7.2.0' | ||
alfrescoBaseWar = 'org.alfresco:content-services@war' | ||
|
||
alfrescoBaseImage = 'hub.xenit.eu/alfresco-enterprise/alfresco-repository-enterprise:7.2.0' | ||
|
||
postgresImage = 'postgres:13' | ||
} |
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