Skip to content

Commit 3a4ce62

Browse files
committed
build: move commons-demo version to property
1 parent b9ccca8 commit 3a4ce62

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<drivers.dir>${project.basedir}/drivers</drivers.dir>
2020

2121
<jetty.version>9.4.36.v20210114</jetty.version>
22+
<flowingcode.commons.demo.version>3.9.0</flowingcode.commons.demo.version>
2223
</properties>
2324

2425
<organization>
@@ -164,7 +165,7 @@
164165
<dependency>
165166
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
166167
<artifactId>commons-demo</artifactId>
167-
<version>3.9.0</version>
168+
<version>${flowingcode.commons.demo.version}</version>
168169
<scope>test</scope>
169170
</dependency>
170171
</dependencies>
@@ -542,14 +543,10 @@
542543
<maven.compiler.target>21</maven.compiler.target>
543544
<vaadin.version>25.0.0</vaadin.version>
544545
<jetty.version>11.0.26</jetty.version>
546+
<flowingcode.commons.demo.version>5.0.0</flowingcode.commons.demo.version>
545547
</properties>
546548
<dependencies>
547-
<dependency>
548-
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
549-
<artifactId>commons-demo</artifactId>
550-
<version>5.0.0</version>
551-
<scope>test</scope>
552-
</dependency>
549+
553550
<dependency>
554551
<groupId>com.vaadin</groupId>
555552
<artifactId>vaadin-dev</artifactId>

0 commit comments

Comments
 (0)