Skip to content

Commit 1ad19d6

Browse files
author
Luke Spragg
committed
There are no snapshots in the release repo.
1 parent 703cecb commit 1ad19d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@
8585
<repository>
8686
<id>sonatype-nexus-releases</id>
8787
<url>https://oss.sonatype.org/content/repositories/releases</url>
88-
<snapshots>
89-
<enabled>true</enabled>
90-
<updatePolicy>always</updatePolicy>
91-
</snapshots>
9288
</repository>
9389
<repository>
9490
<id>sonatype-nexus-snapshots</id>
@@ -109,6 +105,10 @@
109105
<pluginRepository>
110106
<id>sonatype-nexus-snapshots</id>
111107
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
108+
<snapshots>
109+
<enabled>true</enabled>
110+
<updatePolicy>always</updatePolicy>
111+
</snapshots>
112112
</pluginRepository>
113113
</pluginRepositories>
114114

0 commit comments

Comments
 (0)