Skip to content

Commit 12b367b

Browse files
javier-godoypaodb
authored andcommitted
build: add flowing code snapshot repository
1 parent e250af2 commit 12b367b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,16 @@
9191
<id>flowing-releases</id>
9292
<url>https://maven.flowingcode.com/releases</url>
9393
</repository>
94+
<repository>
95+
<id>FlowingCode Snapshots</id>
96+
<url>https://maven.flowingcode.com/snapshots</url>
97+
<snapshots>
98+
<enabled>true</enabled>
99+
</snapshots>
100+
<releases>
101+
<enabled>false</enabled>
102+
</releases>
103+
</repository>
94104
</repositories>
95105

96106
<pluginRepositories>

0 commit comments

Comments
 (0)