diff options
-rw-r--r-- | pom.xml | 1 | ||||
-rw-r--r-- | server/pom.xml | 1 | ||||
-rw-r--r-- | standalone/pom.xml | 4 |
3 files changed, 5 insertions, 1 deletions
@@ -237,6 +237,7 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> + <version>1.4.2.RELEASE</version> <configuration> <executable>true</executable> </configuration> diff --git a/server/pom.xml b/server/pom.xml index f1316c38..026c2086 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -259,6 +259,7 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> + <version>1.4.2.RELEASE</version> <configuration> <executable>true</executable> </configuration> diff --git a/standalone/pom.xml b/standalone/pom.xml index 5d49a978..ed586bfb 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -40,7 +40,9 @@ <build> <plugins> <plugin> - <artifactId>maven-resources-plugin</artifactId> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-resources-plugin</artifactId> + <version>2.4.3</version> <executions> <execution> <id>copy-resources-${linux64id}</id> |