Skip to content

Commit 77bd74f

Browse files
committed
build: move commons-demo version to property
1 parent ba8e767 commit 77bd74f

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
@@ -15,6 +15,7 @@
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>
@@ -135,7 +136,7 @@
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>
@@ -486,6 +487,7 @@
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>
@@ -499,12 +501,6 @@
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

0 commit comments

Comments
 (0)