File tree Expand file tree Collapse file tree 6 files changed +50
-16
lines changed
src/main/java/org/rapidpm/vaadin/component/login
src/main/java/org/rapidpm/vaadin/demo Expand file tree Collapse file tree 6 files changed +50
-16
lines changed Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 >
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 >
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-->
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
You can’t perform that action at this time.
0 commit comments