Skip to content

Commit 1b087fb

Browse files
committed
build: move commons-demo version to property
1 parent 2a6a791 commit 1b087fb

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5454
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5555
<jetty.version>9.4.36.v20210114</jetty.version>
56+
<flowingcode.commons.demo.version>3.10.0</flowingcode.commons.demo.version>
5657
</properties>
5758

5859
<dependencyManagement>
@@ -136,7 +137,7 @@
136137
<dependency>
137138
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
138139
<artifactId>commons-demo</artifactId>
139-
<version>3.10.0</version>
140+
<version>${flowingcode.commons.demo.version}</version>
140141
<scope>test</scope>
141142
</dependency>
142143
<dependency>
@@ -443,6 +444,7 @@
443444
<maven.compiler.target>21</maven.compiler.target>
444445
<vaadin.version>25.0.0</vaadin.version>
445446
<jetty.version>11.0.26</jetty.version>
447+
<flowingcode.commons.demo.version>5.0.0</flowingcode.commons.demo.version>
446448
</properties>
447449
<dependencies>
448450
<dependency>
@@ -456,12 +458,6 @@
456458
<artifactId>vaadin-dev</artifactId>
457459
<optional>true</optional>
458460
</dependency>
459-
<dependency>
460-
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
461-
<artifactId>commons-demo</artifactId>
462-
<version>5.0.0</version>
463-
<scope>test</scope>
464-
</dependency>
465461
</dependencies>
466462
</profile>
467463

0 commit comments

Comments
 (0)