aboutsummaryrefslogtreecommitdiffstats
path: root/client-compiled/pom.xml
diff options
context:
space:
mode:
authorAhmed Ashour <asashour@yahoo.com>2017-09-14 12:28:32 +0200
committerHenri Sara <henri.sara@gmail.com>2017-09-14 13:28:32 +0300
commit4e720f6b2b48d99b6abe615fa26f399c47122e17 (patch)
tree9d022710c112a190ce2265702064710940df97ea /client-compiled/pom.xml
parent8bb5f30251be2da3bddd182d1e59e6333b7094c9 (diff)
downloadvaadin-framework-4e720f6b2b48d99b6abe615fa26f399c47122e17.tar.gz
vaadin-framework-4e720f6b2b48d99b6abe615fa26f399c47122e17.zip
Remove redundant versions in POMs (#9990)
Diffstat (limited to 'client-compiled/pom.xml')
-rw-r--r--client-compiled/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/client-compiled/pom.xml b/client-compiled/pom.xml
index 7bb6433815..c8730ff911 100644
--- a/client-compiled/pom.xml
+++ b/client-compiled/pom.xml
@@ -7,6 +7,7 @@
<artifactId>vaadin-root</artifactId>
<version>8.2-SNAPSHOT</version>
</parent>
+ <!-- Needed by a plugin in release build -->
<groupId>com.vaadin</groupId>
<artifactId>vaadin-client-compiled</artifactId>
<name>vaadin-client-compiled</name>
@@ -96,7 +97,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.6</version>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>