REPO-3264 use properties for versions

This commit is contained in:
Alan Davis 2018-03-14 11:47:32 +00:00
parent aab738efb0
commit 425e6db240
4 changed files with 14 additions and 11 deletions

View File

@ -53,7 +53,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.0.0.RELEASE</version>
<version>${dependency.spring-boot.version}</version>
<executions>
<execution>
<goals>
@ -67,7 +67,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin</artifactId>
<version>3.5.37</version>
<version>${dependency.fabric8.version}</version>
<configuration>
<images>
<image>
@ -105,7 +105,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin</artifactId>
<version>3.5.37</version>
<version>${dependency.fabric8.version}</version>
<configuration>
<images>
<image>

View File

@ -53,7 +53,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.0.0.RELEASE</version>
<version>${dependency.spring-boot.version}</version>
<executions>
<execution>
<goals>
@ -67,7 +67,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin</artifactId>
<version>3.5.37</version>
<version>${dependency.fabric8.version}</version>
<configuration>
<images>
<image>
@ -105,7 +105,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin</artifactId>
<version>3.5.37</version>
<version>${dependency.fabric8.version}</version>
<configuration>
<images>
<image>

View File

@ -49,12 +49,12 @@
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-jodconverter-core</artifactId>
<version>3.0.1.1</version>
<version>${dependency.alfresco-jodconverter-core.version}</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.8</version>
<version>${dependency.pdfbox.version}</version>
</dependency>
</dependencies>
@ -63,7 +63,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.0.0.RELEASE</version>
<version>${dependency.spring-boot.version}</version>
<executions>
<execution>
<goals>
@ -77,7 +77,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin</artifactId>
<version>3.5.37</version>
<version>${dependency.fabric8.version}</version>
<configuration>
<images>
<image>
@ -115,7 +115,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin</artifactId>
<version>3.5.37</version>
<version>${dependency.fabric8.version}</version>
<configuration>
<images>
<image>

View File

@ -19,6 +19,9 @@
<dependency.spring-boot.version>1.5.10.RELEASE</dependency.spring-boot.version>
<dependency.alfresco-core.version>6.18</dependency.alfresco-core.version>
<dependency.alfresco-transformer-base.version>${project.version}</dependency.alfresco-transformer-base.version>
<dependency.fabric8.version>3.5.37</dependency.fabric8.version>
<dependency.alfresco-jodconverter-core.version>3.0.1.1</dependency.alfresco-jodconverter-core.version>
<dependency.pdfbox.version>2.0.8</dependency.pdfbox.version>
</properties>
<modules>