Skip to content

Commit 63ab9ce

Browse files
ngonzalezpazFCjavier-godoy
authored andcommitted
build: add Flowing Code snapshots and releases repositories
1 parent 284fdfe commit 63ab9ce

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
@@ -58,6 +58,20 @@
5858
<id>Vaadin Directory</id>
5959
<url>https://maven.vaadin.com/vaadin-addons</url>
6060
</repository>
61+
<repository>
62+
<id>FlowingCode Releases</id>
63+
<url>https://maven.flowingcode.com/releases</url>
64+
</repository>
65+
<repository>
66+
<id>FlowingCode Snapshots</id>
67+
<url>https://maven.flowingcode.com/snapshots</url>
68+
<snapshots>
69+
<enabled>true</enabled>
70+
</snapshots>
71+
<releases>
72+
<enabled>false</enabled>
73+
</releases>
74+
</repository>
6175
</repositories>
6276

6377
<dependencies>

0 commit comments

Comments
 (0)