Skip to content

Commit ce99f9e

Browse files
ngonzalezpazFCjavier-godoy
authored andcommitted
build: add Flowing Code snapshots and releases repositories
1 parent 11ccaae commit ce99f9e

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
@@ -64,6 +64,20 @@
6464
<id>webjars</id>
6565
<url>https://dl.bintray.com/webjars/maven</url>
6666
</repository>
67+
<repository>
68+
<id>FlowingCode Releases</id>
69+
<url>https://maven.flowingcode.com/releases</url>
70+
</repository>
71+
<repository>
72+
<id>FlowingCode Snapshots</id>
73+
<url>https://maven.flowingcode.com/snapshots</url>
74+
<snapshots>
75+
<enabled>true</enabled>
76+
</snapshots>
77+
<releases>
78+
<enabled>false</enabled>
79+
</releases>
80+
</repository>
6781
</repositories>
6882

6983
<dependencies>

0 commit comments

Comments
 (0)