Skip to content

Commit 7a22366

Browse files
ngonzalezpazFCjavier-godoy
authored andcommitted
build: add Flowing Code snapshots and releases repositories
1 parent 4fe970f commit 7a22366

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,20 @@
5353
<id>Vaadin Directory</id>
5454
<url>https://maven.vaadin.com/vaadin-addons</url>
5555
</repository>
56+
<repository>
57+
<id>FlowingCode Releases</id>
58+
<url>https://maven.flowingcode.com/releases</url>
59+
</repository>
60+
<repository>
61+
<id>FlowingCode Snapshots</id>
62+
<url>https://maven.flowingcode.com/snapshots</url>
63+
<snapshots>
64+
<enabled>true</enabled>
65+
</snapshots>
66+
<releases>
67+
<enabled>false</enabled>
68+
</releases>
69+
</repository>
5670
</repositories>
5771

5872
<dependencies>

0 commit comments

Comments
 (0)