Skip to content

Commit 1246083

Browse files
committed
build(demo): move commons-demo version to property
1 parent a6bb9f5 commit 1246083

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.5.0</flowingcode.commons.demo.version>
1819
</properties>
1920
<organization>
2021
<name>Flowing Code</name>
@@ -133,7 +134,7 @@
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>
@@ -407,19 +408,14 @@
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

0 commit comments

Comments
 (0)