Skip to content

Commit 9cadeea

Browse files
javier-godoypaodb
authored andcommitted
build: add FlowingCode snapshot repository
1 parent a2a0c40 commit 9cadeea

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,16 @@
8989
<id>vaadin-snapshots</id>
9090
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
9191
</repository>
92+
<repository>
93+
<id>FlowingCode Snapshots</id>
94+
<url>https://maven.flowingcode.com/snapshots</url>
95+
<snapshots>
96+
<enabled>true</enabled>
97+
</snapshots>
98+
<releases>
99+
<enabled>false</enabled>
100+
</releases>
101+
</repository>
92102
</repositories>
93103

94104
<pluginRepositories>
@@ -600,16 +610,6 @@
600610
<id>vaadin-prerelease</id>
601611
<url>https://maven.vaadin.com/vaadin-prereleases</url>
602612
</repository>
603-
<repository>
604-
<id>FlowingCode Snapshots</id>
605-
<url>https://maven.flowingcode.com/snapshots</url>
606-
<snapshots>
607-
<enabled>true</enabled>
608-
</snapshots>
609-
<releases>
610-
<enabled>false</enabled>
611-
</releases>
612-
</repository>
613613
</repositories>
614614
<pluginRepositories>
615615
<pluginRepository>

0 commit comments

Comments
 (0)