Skip to content

Commit 7241b2c

Browse files
committed
Upgrade to parent 12
1 parent 792f947 commit 7241b2c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

+14-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>org.codehaus.plexus</groupId>
2424
<artifactId>plexus</artifactId>
25-
<version>10</version>
25+
<version>12-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>plexus-xml</artifactId>
@@ -209,4 +209,17 @@ limitations under the License.
209209
</build>
210210
</profile>
211211
</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>
212225
</project>

0 commit comments

Comments
 (0)