We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b207ff commit e8ced5aCopy full SHA for e8ced5a
1 file changed
pom.xml
@@ -16,6 +16,7 @@
16
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
17
<drivers.dir>${project.basedir}/drivers</drivers.dir>
18
<jetty.version>11.0.26</jetty.version>
19
+ <flowingcode.commons.demo.version>5.1.0</flowingcode.commons.demo.version>
20
</properties>
21
22
<organization>
@@ -124,7 +125,7 @@
124
125
<dependency>
126
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
127
<artifactId>commons-demo</artifactId>
- <version>5.1.0</version>
128
+ <version>${flowingcode.commons.demo.version}</version>
129
<scope>test</scope>
130
</dependency>
131
0 commit comments