We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e250af2 commit 12b367bCopy full SHA for 12b367b
pom.xml
@@ -91,6 +91,16 @@
91
<id>flowing-releases</id>
92
<url>https://maven.flowingcode.com/releases</url>
93
</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>
104
</repositories>
105
106
<pluginRepositories>
0 commit comments