mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
REPO-3335 BAT changes
This commit is contained in:
@@ -173,11 +173,12 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.fabric8</groupId>
|
<groupId>io.fabric8</groupId>
|
||||||
<artifactId>fabric8-maven-plugin</artifactId>
|
<artifactId>fabric8-maven-plugin</artifactId>
|
||||||
<version>3.5.37</version>
|
<version>${dependency.fabric8.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<images>
|
<images>
|
||||||
<image>
|
<image>
|
||||||
<name>local/alfresco-content-services-community</name>
|
<name>alfresco/alfresco-content-services-community</name>
|
||||||
|
<registry>quay.io</registry>
|
||||||
<build>
|
<build>
|
||||||
<dockerFile>${project.basedir}/Dockerfile</dockerFile>
|
<dockerFile>${project.basedir}/Dockerfile</dockerFile>
|
||||||
<tags>
|
<tags>
|
||||||
@@ -207,7 +208,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.fabric8</groupId>
|
<groupId>io.fabric8</groupId>
|
||||||
<artifactId>fabric8-maven-plugin</artifactId>
|
<artifactId>fabric8-maven-plugin</artifactId>
|
||||||
<version>3.5.37</version>
|
<version>${dependency.fabric8.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<images>
|
<images>
|
||||||
<image>
|
<image>
|
||||||
|
1
pom.xml
1
pom.xml
@@ -78,6 +78,7 @@
|
|||||||
|
|
||||||
<dependency.spring.version>5.0.4.RELEASE</dependency.spring.version>
|
<dependency.spring.version>5.0.4.RELEASE</dependency.spring.version>
|
||||||
<dependency.postgresql.version>9.4.1212</dependency.postgresql.version>
|
<dependency.postgresql.version>9.4.1212</dependency.postgresql.version>
|
||||||
|
<dependency.fabric8.version>3.5.37</dependency.fabric8.version>
|
||||||
|
|
||||||
<!-- Alfresco Share version -->
|
<!-- Alfresco Share version -->
|
||||||
<alfresco.share.version>5.2.f</alfresco.share.version>
|
<alfresco.share.version>5.2.f</alfresco.share.version>
|
||||||
|
Reference in New Issue
Block a user