summaryrefslogtreecommitdiffstats
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
parent8bb5f30251be2da3bddd182d1e59e6333b7094c9 (diff)
downloadvaadin-framework-4e720f6b2b48d99b6abe615fa26f399c47122e17.tar.gz
vaadin-framework-4e720f6b2b48d99b6abe615fa26f399c47122e17.zip
Remove redundant versions in POMs (#9990)
-rw-r--r--all/pom.xml1
-rw-r--r--bom/pom.xml1
-rw-r--r--buildhelpers/pom.xml1
-rw-r--r--client-compiled/pom.xml2
-rw-r--r--client/pom.xml1
-rw-r--r--compatibility-client-compiled/pom.xml1
-rw-r--r--compatibility-themes/pom.xml1
-rw-r--r--liferay-integration/pom.xml1
-rw-r--r--server/pom.xml1
-rw-r--r--test/addon-using-init-param-widget-set/pom.xml1
-rw-r--r--test/addon-using-no-defined-widget-set/pom.xml1
-rw-r--r--test/addon-using-own-widget-set/pom.xml2
-rw-r--r--test/pom.xml1
-rw-r--r--test/servlet-containers/karaf/karaf-run/pom.xml2
-rw-r--r--test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml2
-rw-r--r--test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml1
-rw-r--r--themes/pom.xml3
-rw-r--r--uitest/pom.xml3
18 files changed, 4 insertions, 22 deletions
diff --git a/all/pom.xml b/all/pom.xml
index 7a26a705df..7cffa34291 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -114,7 +114,6 @@
<dependency>
<groupId>javax.portlet</groupId>
<artifactId>portlet-api</artifactId>
- <version>2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/bom/pom.xml b/bom/pom.xml
index aebdf3d909..3043a9f604 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -7,6 +7,7 @@
<version>1.1.0</version>
<relativePath />
</parent>
+ <!-- Needed by a plugin in release build -->
<groupId>com.vaadin</groupId>
<artifactId>vaadin-bom</artifactId>
<packaging>pom</packaging>
diff --git a/buildhelpers/pom.xml b/buildhelpers/pom.xml
index fb37a5c653..30f064c3c7 100644
--- a/buildhelpers/pom.xml
+++ b/buildhelpers/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-buildhelpers</artifactId>
<name>vaadin-buildhelpers</name>
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>
diff --git a/client/pom.xml b/client/pom.xml
index 8ce45f72d6..5f58c81b9a 100644
--- a/client/pom.xml
+++ b/client/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</artifactId>
<name>vaadin-client</name>
diff --git a/compatibility-client-compiled/pom.xml b/compatibility-client-compiled/pom.xml
index 0b84983e2f..641decb0ca 100644
--- a/compatibility-client-compiled/pom.xml
+++ b/compatibility-client-compiled/pom.xml
@@ -90,7 +90,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>
diff --git a/compatibility-themes/pom.xml b/compatibility-themes/pom.xml
index e6b872abb2..1d73055b82 100644
--- a/compatibility-themes/pom.xml
+++ b/compatibility-themes/pom.xml
@@ -273,7 +273,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>
diff --git a/liferay-integration/pom.xml b/liferay-integration/pom.xml
index c932fedc33..d03b5ce8f9 100644
--- a/liferay-integration/pom.xml
+++ b/liferay-integration/pom.xml
@@ -69,7 +69,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/server/pom.xml b/server/pom.xml
index 4532e00b05..91df364a5e 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -159,7 +159,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.0.0</version>
<executions>
<execution>
<id>add-source</id>
diff --git a/test/addon-using-init-param-widget-set/pom.xml b/test/addon-using-init-param-widget-set/pom.xml
index a58ecdc6ed..5cca882cb8 100644
--- a/test/addon-using-init-param-widget-set/pom.xml
+++ b/test/addon-using-init-param-widget-set/pom.xml
@@ -19,7 +19,6 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-context-menu</artifactId>
- <version>${contextmenu.version}</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
diff --git a/test/addon-using-no-defined-widget-set/pom.xml b/test/addon-using-no-defined-widget-set/pom.xml
index 65b61506f5..0a160607b1 100644
--- a/test/addon-using-no-defined-widget-set/pom.xml
+++ b/test/addon-using-no-defined-widget-set/pom.xml
@@ -18,7 +18,6 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-context-menu</artifactId>
- <version>${contextmenu.version}</version>
</dependency>
</dependencies>
diff --git a/test/addon-using-own-widget-set/pom.xml b/test/addon-using-own-widget-set/pom.xml
index 2dd1f2e9bf..90488c3d09 100644
--- a/test/addon-using-own-widget-set/pom.xml
+++ b/test/addon-using-own-widget-set/pom.xml
@@ -18,9 +18,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-context-menu</artifactId>
- <version>${contextmenu.version}</version>
</dependency>
-
</dependencies>
<build>
diff --git a/test/pom.xml b/test/pom.xml
index cf5831f05b..421eeae590 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -16,7 +16,6 @@
<vaadin.version>8.2-SNAPSHOT</vaadin.version>
<vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version>
<failOnMissingWebXml>false</failOnMissingWebXml>
- <contextmenu.version>2.0-SNAPSHOT</contextmenu.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Don't care about coding style for tests -->
diff --git a/test/servlet-containers/karaf/karaf-run/pom.xml b/test/servlet-containers/karaf/karaf-run/pom.xml
index 958534d1e8..95a7a6f6c6 100644
--- a/test/servlet-containers/karaf/karaf-run/pom.xml
+++ b/test/servlet-containers/karaf/karaf-run/pom.xml
@@ -18,13 +18,11 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-server</artifactId>
- <version>${vaadin.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-themes</artifactId>
- <version>${vaadin.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml b/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml
index ede7d79e1e..fed65baf27 100644
--- a/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml
+++ b/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml
@@ -69,7 +69,6 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-client</artifactId>
- <version>${vaadin.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
@@ -95,7 +94,6 @@
<plugin>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-maven-plugin</artifactId>
- <version>${vaadin.plugin.version}</version>
<executions>
<execution>
<goals>
diff --git a/test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml b/test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml
index 4d129dfc45..4a6a0efe24 100644
--- a/test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml
+++ b/test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml
@@ -86,7 +86,6 @@
<plugin>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-maven-plugin</artifactId>
- <version>${vaadin.plugin.version}</version>
<executions>
<execution>
<phase>process-resources</phase>
diff --git a/themes/pom.xml b/themes/pom.xml
index c10321ada5..95e242e690 100644
--- a/themes/pom.xml
+++ b/themes/pom.xml
@@ -32,14 +32,12 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-sass-compiler</artifactId>
- <version>${vaadin.sass.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-icons</artifactId>
- <version>${vaadin.icons.version}</version>
<scope>provided</scope>
</dependency>
@@ -163,7 +161,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>
diff --git a/uitest/pom.xml b/uitest/pom.xml
index ecc6d722f1..373087515e 100644
--- a/uitest/pom.xml
+++ b/uitest/pom.xml
@@ -72,19 +72,16 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
- <version>${jetty.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
- <version>${jetty.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-proxy</artifactId>
- <version>${jetty.version}</version>
<scope>provided</scope>
</dependency>