Skip to content

Commit f3dc398

Browse files
ngonzalezpazFCjavier-godoy
authored andcommitted
build: add Flowing Code snapshots and releases repositories
1 parent 10fb6c3 commit f3dc398

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,20 @@
5757
<id>Vaadin Directory</id>
5858
<url>https://maven.vaadin.com/vaadin-addons</url>
5959
</repository>
60+
<repository>
61+
<id>FlowingCode Releases</id>
62+
<url>https://maven.flowingcode.com/releases</url>
63+
</repository>
64+
<repository>
65+
<id>FlowingCode Snapshots</id>
66+
<url>https://maven.flowingcode.com/snapshots</url>
67+
<snapshots>
68+
<enabled>true</enabled>
69+
</snapshots>
70+
<releases>
71+
<enabled>false</enabled>
72+
</releases>
73+
</repository>
6074
</repositories>
6175

6276
<dependencies>

0 commit comments

Comments
 (0)