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.5.0</flowingcode .commons.demo.version>
1819 </properties >
1920 <organization >
2021 <name >Flowing Code</name >
133134 <dependency >
134135 <groupId >com.flowingcode.vaadin.addons.demo</groupId >
135136 <artifactId >commons-demo</artifactId >
136- <version >3.5.0 </version >
137+ <version >${flowingcode.commons.demo.version} </version >
137138 <scope >test</scope >
138139 </dependency >
139140 <dependency >
407408 <maven .compiler.target>21</maven .compiler.target>
408409 <vaadin .version>25.1.0</vaadin .version>
409410 <jetty .version>11.0.26</jetty .version>
411+ <flowingcode .commons.demo.version>5.0.0</flowingcode .commons.demo.version>
410412 </properties >
411413 <dependencies >
412414 <dependency >
413415 <groupId >com.vaadin</groupId >
414416 <artifactId >vaadin-dev</artifactId >
415417 <optional >true</optional >
416418 </dependency >
417- <dependency >
418- <groupId >com.flowingcode.vaadin.addons.demo</groupId >
419- <artifactId >commons-demo</artifactId >
420- <version >5.0.0</version >
421- <scope >test</scope >
422- </dependency >
423419 </dependencies >
424420 </profile >
425421
You can’t perform that action at this time.
0 commit comments