Skip to content

Commit 59515b8

Browse files
committed
build(demo): upgrade commons-demo to 5.0.0
Close #20
1 parent a39cbc5 commit 59515b8

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1919
<drivers.dir>${project.basedir}/drivers</drivers.dir>
2020
<jetty.version>11.0.26</jetty.version>
21-
<flowingcode.commons.demo.version>4.2.0</flowingcode.commons.demo.version>
21+
<flowingcode.commons.demo.version>5.0.0</flowingcode.commons.demo.version>
2222
<frontend.hotdeploy>true</frontend.hotdeploy>
2323
</properties>
2424

@@ -467,14 +467,6 @@
467467
<vaadin.version>25.0.0-beta2</vaadin.version>
468468
<jetty.version>11.0.26</jetty.version>
469469
</properties>
470-
<dependencies>
471-
<dependency>
472-
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
473-
<artifactId>commons-demo</artifactId>
474-
<version>5.0.0</version>
475-
<scope>test</scope>
476-
</dependency>
477-
</dependencies>
478470
</profile>
479471
<profile>
480472
<id>release</id>

src/test/java/com/flowingcode/vaadin/addons/extendedlogin/ExtendedLoginOverlayDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public ExtendedLoginOverlayDemo() {
4646

4747
@Override
4848
public void onThemeChange(String themeName) {
49-
TabbedDemo.applyTheme(iframe.getElement(), themeName);
49+
TabbedDemo.applyThemeAttribute(iframe.getElement(), themeName);
5050
}
5151

5252
}

src/test/java/com/flowingcode/vaadin/addons/extendedlogin/LoginLayoutDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public LoginLayoutDemo() {
4747

4848
@Override
4949
public void onThemeChange(String themeName) {
50-
TabbedDemo.applyTheme(iframe.getElement(), themeName);
50+
TabbedDemo.applyThemeAttribute(iframe.getElement(), themeName);
5151
}
5252

5353
}

0 commit comments

Comments
 (0)