File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1616 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1717 <jetty .version>9.4.36.v20210114</jetty .version>
18+ <flowingcode .commons.demo.version>3.9.0</flowingcode .commons.demo.version>
1819 </properties >
1920
2021 <organization >
135136 <dependency >
136137 <groupId >com.flowingcode.vaadin.addons.demo</groupId >
137138 <artifactId >commons-demo</artifactId >
138- <version >3.9.0 </version >
139+ <version >${flowingcode.commons.demo.version} </version >
139140 <scope >test</scope >
140141 </dependency >
141142 </dependencies >
486487 <maven .compiler.target>21</maven .compiler.target>
487488 <vaadin .version>25.0.0</vaadin .version>
488489 <jetty .version>11.0.26</jetty .version>
490+ <flowingcode .commons.demo.version>5.0.0</flowingcode .commons.demo.version>
489491 </properties >
490492 <dependencies >
491493 <dependency >
499501 <artifactId >vaadin-dev</artifactId >
500502 <optional >true</optional >
501503 </dependency >
502- <dependency >
503- <groupId >com.flowingcode.vaadin.addons.demo</groupId >
504- <artifactId >commons-demo</artifactId >
505- <version >5.0.0</version >
506- <scope >test</scope >
507- </dependency >
508504 </dependencies >
509505 </profile >
510506
You can’t perform that action at this time.
0 commit comments