Skip to content

Commit

Permalink
build: add Flowing Code snapshots and releases repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
ngonzalezpazFC authored and javier-godoy committed Dec 4, 2020
1 parent 11ccaae commit ce99f9e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,20 @@
<id>webjars</id>
<url>https://dl.bintray.com/webjars/maven</url>
</repository>
<repository>
<id>FlowingCode Releases</id>
<url>https://maven.flowingcode.com/releases</url>
</repository>
<repository>
<id>FlowingCode Snapshots</id>
<url>https://maven.flowingcode.com/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>

<dependencies>
Expand Down

0 comments on commit ce99f9e

Please sign in to comment.