Skip to content

Commit 6b5e7d9

Browse files
committed
build: move commons-demo version to property
1 parent 0063606 commit 6b5e7d9

1 file changed

Lines changed: 4 additions & 15 deletions

File tree

pom.xml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1717
<jetty.version>9.4.36.v20210114</jetty.version>
1818
<drivers.dir>${project.basedir}/drivers</drivers.dir>
19+
<flowingcode.commons.demo.version>3.10.0</flowingcode.commons.demo.version>
1920
</properties>
2021

2122
<organization>
@@ -156,7 +157,7 @@
156157
<dependency>
157158
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
158159
<artifactId>commons-demo</artifactId>
159-
<version>3.10.0</version>
160+
<version>${flowingcode.commons.demo.version}</version>
160161
<scope>test</scope>
161162
</dependency>
162163
<dependency>
@@ -467,15 +468,8 @@
467468
<maven.compiler.target>17</maven.compiler.target>
468469
<vaadin.version>24.4.12</vaadin.version>
469470
<jetty.version>11.0.26</jetty.version>
471+
<flowingcode.commons.demo.version>4.1.0</flowingcode.commons.demo.version>
470472
</properties>
471-
<dependencies>
472-
<dependency>
473-
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
474-
<artifactId>commons-demo</artifactId>
475-
<version>4.1.0</version>
476-
<scope>test</scope>
477-
</dependency>
478-
</dependencies>
479473
</profile>
480474

481475
<profile>
@@ -485,14 +479,9 @@
485479
<maven.compiler.target>21</maven.compiler.target>
486480
<vaadin.version>25.0.0</vaadin.version>
487481
<jetty.version>11.0.26</jetty.version>
482+
<flowingcode.commons.demo.version>5.0.0</flowingcode.commons.demo.version>
488483
</properties>
489484
<dependencies>
490-
<dependency>
491-
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
492-
<artifactId>commons-demo</artifactId>
493-
<version>5.0.0</version>
494-
<scope>test</scope>
495-
</dependency>
496485
<dependency>
497486
<groupId>com.vaadin</groupId>
498487
<artifactId>vaadin-dev</artifactId>

0 commit comments

Comments
 (0)