diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/client-deployment/pom.xml | 3 | ||||
-rw-r--r-- | client/client-editor/pom.xml | 3 | ||||
-rw-r--r-- | client/client-full/pom.xml | 2 | ||||
-rw-r--r-- | client/client-monitoring/pom.xml | 3 |
4 files changed, 0 insertions, 11 deletions
diff --git a/client/client-deployment/pom.xml b/client/client-deployment/pom.xml index aacf34a02..b3814db74 100644 --- a/client/client-deployment/pom.xml +++ b/client/client-deployment/pom.xml @@ -96,7 +96,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> - <version>3.1.0</version> <executions> <execution> <id>copy-common-resources-to-jar</id> @@ -137,7 +136,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>2.4.3</version> <executions> <execution> <phase>package</phase> @@ -186,7 +184,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>2.6</version> <configuration> <classifier>ui</classifier> <warSourceDirectory>src/main/resources/webapp</warSourceDirectory> diff --git a/client/client-editor/pom.xml b/client/client-editor/pom.xml index 3e250e0f4..9b4d53fab 100644 --- a/client/client-editor/pom.xml +++ b/client/client-editor/pom.xml @@ -122,7 +122,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> - <version>3.1.0</version> <executions> <execution> <id>copy-common-resources-to-jar</id> @@ -163,7 +162,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>2.4.3</version> <executions> <execution> <phase>package</phase> @@ -212,7 +210,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>2.6</version> <configuration> <classifier>ui</classifier> <warSourceDirectory>src/main/resources/webapp</warSourceDirectory> diff --git a/client/client-full/pom.xml b/client/client-full/pom.xml index 788bb1534..e2605766e 100644 --- a/client/client-full/pom.xml +++ b/client/client-full/pom.xml @@ -109,7 +109,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>2.4.3</version> <executions> <execution> <phase>package</phase> @@ -158,7 +157,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>2.6</version> <configuration> <classifier>ui</classifier> <warSourceDirectory>target/classes/webapp</warSourceDirectory> diff --git a/client/client-monitoring/pom.xml b/client/client-monitoring/pom.xml index 274ac23f3..225c7e65b 100644 --- a/client/client-monitoring/pom.xml +++ b/client/client-monitoring/pom.xml @@ -91,7 +91,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> - <version>3.1.0</version> <executions> <execution> <id>copy-common-resources-to-jar</id> @@ -132,7 +131,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>2.4.3</version> <executions> <execution> <phase>package</phase> @@ -181,7 +179,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>2.6</version> <configuration> <classifier>ui</classifier> <warSourceDirectory>src/main/resources/webapp</warSourceDirectory> |