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 703cecb commit 1ad19d6Copy full SHA for 1ad19d6
pom.xml
@@ -85,10 +85,6 @@
85
<repository>
86
<id>sonatype-nexus-releases</id>
87
<url>https://oss.sonatype.org/content/repositories/releases</url>
88
- <snapshots>
89
- <enabled>true</enabled>
90
- <updatePolicy>always</updatePolicy>
91
- </snapshots>
92
</repository>
93
94
<id>sonatype-nexus-snapshots</id>
@@ -109,6 +105,10 @@
109
105
<pluginRepository>
110
106
111
107
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
108
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>always</updatePolicy>
+ </snapshots>
112
</pluginRepository>
113
</pluginRepositories>
114
0 commit comments