mirror of https://github.com/apache/maven.git
o Updated to plexus:1.4.0-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@823551 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9644d27e64
commit
e33b97e832
10
pom.xml
10
pom.xml
|
@ -42,7 +42,7 @@
|
|||
<commonsCliVersion>1.2</commonsCliVersion>
|
||||
<easyMockVersion>1.2_Java1.3</easyMockVersion>
|
||||
<junitVersion>3.8.2</junitVersion>
|
||||
<plexusVersion>1.3.0</plexusVersion>
|
||||
<plexusVersion>1.4.0-SNAPSHOT</plexusVersion>
|
||||
<plexusInterpolationVersion>1.11</plexusInterpolationVersion>
|
||||
<plexusPluginManagerVersion>1.0-alpha-1</plexusPluginManagerVersion>
|
||||
<plexusUtilsVersion>2.0.0</plexusUtilsVersion>
|
||||
|
@ -158,6 +158,14 @@
|
|||
</site>
|
||||
</distributionManagement>
|
||||
|
||||
<!-- FIXME: Remove once snapshots have been released -->
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>sonatype.public</id>
|
||||
<url>http://repository.sonatype.org/content/groups/public/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<!--bootstrap-start-comment-->
|
||||
<dependencyManagement>
|
||||
<!--bootstrap-end-comment-->
|
||||
|
|
Loading…
Reference in New Issue