Skip to content

Commit 19a2fa5

Browse files
committed
build: move commons-demo version to property
1 parent 243cc03 commit 19a2fa5

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

pom.xml

Lines changed: 2 additions & 5 deletions
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.0.0</flowingcode.commons.demo.version>
1920
</properties>
2021

2122
<organization>
@@ -56,11 +57,6 @@
5657
<scope>import</scope>
5758
<version>${vaadin.version}</version>
5859
</dependency>
59-
<dependency>
60-
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
61-
<artifactId>commons-demo</artifactId>
62-
<version>5.0.0</version>
63-
</dependency>
6460
</dependencies>
6561
</dependencyManagement>
6662

@@ -148,6 +144,7 @@
148144
<dependency>
149145
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
150146
<artifactId>commons-demo</artifactId>
147+
<version>${flowingcode.commons.demo.version}</version>
151148
<scope>test</scope>
152149
</dependency>
153150
<dependency>

0 commit comments

Comments
 (0)