We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792f947 commit 7241b2cCopy full SHA for 7241b2c
pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
22
<parent>
23
<groupId>org.codehaus.plexus</groupId>
24
<artifactId>plexus</artifactId>
25
- <version>10</version>
+ <version>12-SNAPSHOT</version>
26
</parent>
27
28
<artifactId>plexus-xml</artifactId>
@@ -209,4 +209,17 @@ limitations under the License.
209
</build>
210
</profile>
211
</profiles>
212
+
213
+ <repositories>
214
+ <repository>
215
+ <releases>
216
+ <enabled>false</enabled>
217
+ </releases>
218
+ <snapshots>
219
+ <enabled>true</enabled>
220
+ </snapshots>
221
+ <id>oss.snapshots</id>
222
+ <url>https://oss.sonatype.org/content/repositories/plexus-snapshots/</url>
223
+ </repository>
224
+ </repositories>
225
</project>
0 commit comments