Skip to content

Commit c3fc344

Browse files
committed
build: add FlowingCode snapshots/releases repositories
1 parent cc4c2e7 commit c3fc344

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
@@ -65,6 +65,20 @@
6565
<id>vaadin-snapshots</id>
6666
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
6767
</repository>
68+
<repository>
69+
<id>FlowingCode Releases</id>
70+
<url>https://maven.flowingcode.com/releases</url>
71+
</repository>
72+
<repository>
73+
<id>FlowingCode Snapshots</id>
74+
<url>https://maven.flowingcode.com/snapshots</url>
75+
<snapshots>
76+
<enabled>true</enabled>
77+
</snapshots>
78+
<releases>
79+
<enabled>false</enabled>
80+
</releases>
81+
</repository>
6882
</repositories>
6983

7084
<pluginRepositories>

0 commit comments

Comments
 (0)