REPO-3335 BAT changes

This commit is contained in:
Alan Davis
2018-03-14 14:05:36 +00:00
parent 3e0d8b065c
commit ae910402d6
2 changed files with 5 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>