Skip to content

Commit a7cfd4e

Browse files
committed
switching development from Vaadin LTS (v10) to Vaadin Latest (v11)
1 parent c522f71 commit a7cfd4e

File tree

6 files changed

+50
-16
lines changed

6 files changed

+50
-16
lines changed

m/login/impl/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
4+
Copyright © 2018 Sven Ruppert (sven.ruppert@gmail.com)
5+
6+
Licensed under the Apache License, Version 2.0 (the "License");
7+
you may not use this file except in compliance with the License.
8+
You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
18+
-->
219
<project xmlns="http://maven.apache.org/POM/4.0.0"
320
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
421
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

m/login/impl/src/main/java/org/rapidpm/vaadin/component/login/LoginView.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
22
* Copyright © 2018 Sven Ruppert (sven.ruppert@gmail.com)
3-
* <p>
3+
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
7-
* <p>
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
* <p>
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

m/login/test/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
4+
Copyright © 2018 Sven Ruppert (sven.ruppert@gmail.com)
5+
6+
Licensed under the Apache License, Version 2.0 (the "License");
7+
you may not use this file except in compliance with the License.
8+
You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
18+
-->
219
<project xmlns="http://maven.apache.org/POM/4.0.0"
320
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
421
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

m/login/test/src/main/java/org/rapidpm/vaadin/demo/VaadinApp.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
22
* Copyright © 2018 Sven Ruppert (sven.ruppert@gmail.com)
3-
* <p>
3+
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
7-
* <p>
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
* <p>
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

m/login/test/src/main/java/org/rapidpm/vaadin/demo/workspaces/ClickCounterWorkspace.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
22
* Copyright © 2018 Sven Ruppert (sven.ruppert@gmail.com)
3-
* <p>
3+
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
7-
* <p>
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
* <p>
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<rapidpm-dependencies.version>04.00.06-RPM</rapidpm-dependencies.version>
100100

101101
<!--Vaadin-->
102-
<vaadin.version>10.0.5</vaadin.version>
102+
<vaadin.version>11.0.1</vaadin.version>
103103
<meecrowave.version>1.2.3</meecrowave.version>
104104

105105
</properties>
@@ -132,7 +132,7 @@
132132
</dependency>
133133
<dependency>
134134
<groupId>org.rapidpm</groupId>
135-
<artifactId>testbench-ng-bom-vaadin-v10</artifactId>
135+
<artifactId>testbench-ng-bom-vaadin-vXX</artifactId>
136136
<version>${project.version}</version>
137137
<scope>import</scope>
138138
<type>pom</type>
@@ -155,7 +155,7 @@
155155

156156
<dependency>
157157
<groupId>org.rapidpm</groupId>
158-
<artifactId>testbench-ng-m-framework-v10</artifactId>
158+
<artifactId>testbench-ng-m-framework-vXX</artifactId>
159159
</dependency>
160160

161161
<!--Infrastructure-->
@@ -208,7 +208,7 @@
208208
</dependency>
209209
<dependency>
210210
<groupId>org.rapidpm</groupId>
211-
<artifactId>testbench-ng-m-pageobject-vaadin-v10-tb</artifactId>
211+
<artifactId>testbench-ng-m-pageobject-vaadin-vXX-tb</artifactId>
212212
<scope>test</scope>
213213
</dependency>
214214

0 commit comments

Comments
 (0)