Skip to content

Commit e8ced5a

Browse files
committed
build: move commons-demo version to property
1 parent 7b207ff commit e8ced5a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

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

2122
<organization>
@@ -124,7 +125,7 @@
124125
<dependency>
125126
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
126127
<artifactId>commons-demo</artifactId>
127-
<version>5.1.0</version>
128+
<version>${flowingcode.commons.demo.version}</version>
128129
<scope>test</scope>
129130
</dependency>
130131
<dependency>

0 commit comments

Comments
 (0)