Skip to content

Commit c6109fc

Browse files
Michael Kniggejavier-godoy
authored andcommitted
build(demo): update commons-demo to version 3.0.0
1 parent bce1f37 commit c6109fc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
<id>Vaadin Directory</id>
6363
<url>https://maven.vaadin.com/vaadin-addons</url>
6464
</repository>
65+
<repository>
66+
<id>FlowingCode Releases</id>
67+
<url>https://maven.flowingcode.com/releases</url>
68+
</repository>
6569
</repositories>
6670

6771
<dependencies>
@@ -118,7 +122,7 @@
118122
<dependency>
119123
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
120124
<artifactId>commons-demo</artifactId>
121-
<version>2.1.0-SNAPSHOT</version>
125+
<version>3.0.0</version>
122126
<scope>test</scope>
123127
</dependency>
124128
</dependencies>

0 commit comments

Comments
 (0)