aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-06-06 20:48:12 +0300
committerTeemu Suo-Anttila <teemusa@vaadin.com>2016-06-15 17:07:38 +0300
commit316191fbe374cec9650a18e777464efc727a24ec (patch)
tree588c2548f5971dcc3b3533c451ea0d52f69ec5a0
parent8117b2602a53486c543b7cd47033f01a366d78d7 (diff)
downloadvaadin-framework-316191fbe374cec9650a18e777464efc727a24ec.tar.gz
vaadin-framework-316191fbe374cec9650a18e777464efc727a24ec.zip
Update version number, use Java 8
Change-Id: Icb36a9c019ba086cdcdece2497c2120ea6bafb7a
-rw-r--r--all/pom.xml2
-rw-r--r--bom/pom.xml2
-rw-r--r--buildhelpers/pom.xml2
-rw-r--r--client-compiled/pom.xml2
-rw-r--r--client-compiler/pom.xml2
-rw-r--r--client/pom.xml2
-rw-r--r--liferay/pom.xml2
-rw-r--r--pom.xml8
-rw-r--r--push/pom.xml2
-rw-r--r--server/pom.xml2
-rw-r--r--shared/pom.xml2
-rw-r--r--themes/pom.xml2
-rw-r--r--uitest/pom.xml2
-rw-r--r--uitest/src/test/java/com/vaadin/tests/VerifyJreVersionTest.java2
-rw-r--r--widgets/pom.xml2
15 files changed, 18 insertions, 18 deletions
diff --git a/all/pom.xml b/all/pom.xml
index 7742b54f7d..4adf25b7e7 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>7.7.0-SNAPSHOT</version>
+ <version>8.0-SNAPSHOT</version>
</parent>
<artifactId>vaadin-all</artifactId>
<name>vaadin-all</name>
diff --git a/bom/pom.xml b/bom/pom.xml
index 124b604382..04f8c370fd 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>7.7.0-SNAPSHOT</version>
+ <version>8.0-SNAPSHOT</version>
</parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-bom</artifactId>
diff --git a/buildhelpers/pom.xml b/buildhelpers/pom.xml
index cfe8187c11..66ef8c4de6 100644
--- a/buildhelpers/pom.xml
+++ b/buildhelpers/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>7.7.0-SNAPSHOT</version>
+ <version>8.0-SNAPSHOT</version>
</parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-buildhelpers</artifactId>
diff --git a/client-compiled/pom.xml b/client-compiled/pom.xml
index 251c8e9ffa..ec037f6982 100644
--- a/client-compiled/pom.xml
+++ b/client-compiled/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>7.7.0-SNAPSHOT</version>
+ <version>8.0-SNAPSHOT</version>
</parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-client-compiled</artifactId>
diff --git a/client-compiler/pom.xml b/client-compiler/pom.xml
index 33a3423b3f..08f85fdbd1 100644
--- a/client-compiler/pom.xml
+++ b/client-compiler/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>7.7.0-SNAPSHOT</version>
+ <version>8.0-SNAPSHOT</version>
</parent>
<artifactId>vaadin-client-compiler</artifactId>
<name>vaadin-client-compiler</name>
diff --git a/client/pom.xml b/client/pom.xml
index 87a6e93d53..83bfbb4d5f 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>7.7.0-SNAPSHOT</version>
+ <version>8.0-SNAPSHOT</version>
</parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-client</artifactId>
diff --git a/liferay/pom.xml b/liferay/pom.xml
index df42599fda..6aabab959f 100644
--- a/liferay/pom.xml
+++ b/liferay/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>7.7.0-SNAPSHOT</version>
+ <version>8.0-SNAPSHOT</version>
</parent>
<artifactId>vaadin-liferay</artifactId>
<name>vaadin-liferay</name>
diff --git a/pom.xml b/pom.xml
index c6059ad8af..d5fc0fe4ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,15 +11,15 @@
<artifactId>vaadin-root</artifactId>
<name>vaadin-root</name>
<packaging>pom</packaging>
- <version>7.7.0-SNAPSHOT</version>
+ <version>8.0-SNAPSHOT</version>
<prerequisites>
<maven>3.0.5</maven>
</prerequisites>
<properties>
- <maven.compiler.source>1.6</maven.compiler.source>
- <maven.compiler.target>1.6</maven.compiler.target>
+ <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Used version numbers for dependencies -->
@@ -244,7 +244,7 @@
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
- <artifactId>java16</artifactId>
+ <artifactId>java18</artifactId>
<version>1.0</version>
</signature>
<ignores>
diff --git a/push/pom.xml b/push/pom.xml
index 31131653f8..59f335c470 100644
--- a/push/pom.xml
+++ b/push/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>7.7.0-SNAPSHOT</version>
+ <version>8.0-SNAPSHOT</version>
</parent>
<artifactId>vaadin-push</artifactId>
<name>vaadin-push</name>
diff --git a/server/pom.xml b/server/pom.xml
index fcd11f3a47..fef1f02d4b 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>7.7.0-SNAPSHOT</version>
+ <version>8.0-SNAPSHOT</version>
</parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-server</artifactId>
diff --git a/shared/pom.xml b/shared/pom.xml
index f8bff03e6b..be892fb485 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>7.7.0-SNAPSHOT</version>
+ <version>8.0-SNAPSHOT</version>
</parent>
<artifactId>vaadin-shared</artifactId>
<name>vaadin-shared</name>
diff --git a/themes/pom.xml b/themes/pom.xml
index 8a1333a754..2edc0a428e 100644
--- a/themes/pom.xml
+++ b/themes/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>7.7.0-SNAPSHOT</version>
+ <version>8.0-SNAPSHOT</version>
</parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-themes</artifactId>
diff --git a/uitest/pom.xml b/uitest/pom.xml
index 866c45a273..450b2239d7 100644
--- a/uitest/pom.xml
+++ b/uitest/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>7.7.0-SNAPSHOT</version>
+ <version>8.0-SNAPSHOT</version>
</parent>
<artifactId>vaadin-uitest</artifactId>
<name>vaadin-uitest</name>
diff --git a/uitest/src/test/java/com/vaadin/tests/VerifyJreVersionTest.java b/uitest/src/test/java/com/vaadin/tests/VerifyJreVersionTest.java
index b78a4ad314..fa8d21d965 100644
--- a/uitest/src/test/java/com/vaadin/tests/VerifyJreVersionTest.java
+++ b/uitest/src/test/java/com/vaadin/tests/VerifyJreVersionTest.java
@@ -32,7 +32,7 @@ public class VerifyJreVersionTest extends SingleBrowserTest {
WebElement jreVersionLabel = vaadinElementById("jreVersionLabel");
assertThat(jreVersionLabel.getText(),
- is("Using Java 1.6.0_45 by Sun Microsystems Inc."));
+ is("Using Java 1.8.0_60 by Oracle Corporation"));
}
}
diff --git a/widgets/pom.xml b/widgets/pom.xml
index 5fa0f7120b..fe44af2392 100644
--- a/widgets/pom.xml
+++ b/widgets/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>7.7.0-SNAPSHOT</version>
+ <version>8.0-SNAPSHOT</version>
</parent>
<artifactId>vaadin-widgets</artifactId>
<name>vaadin-widgets</name>