mirror of https://github.com/apache/maven.git
Modello 1.0.1 was released
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@752338 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ac596e1811
commit
3ec7a82428
|
@ -90,13 +90,6 @@ END SNIPPET: ant-bootstrap -->
|
|||
<!-- Pull the dependencies for Modello -->
|
||||
<artifact:dependencies pathId="modello.pathid" filesetId="modello.fileset" verbose="${verbose}">
|
||||
<localRepository path="${maven.repo.local}"/>
|
||||
<!-- TODO: remove when Modello 1.0.1 is released -->
|
||||
<remoteRepository url="http://repo1.maven.org/" id="central"/>
|
||||
<remoteRepository url="http://snapshots.repository.codehaus.org/" id="codehaus.snapshots">
|
||||
<snapshots enabled="true"/>
|
||||
<releases enabled="false"/>
|
||||
</remoteRepository>
|
||||
<!-- /TODO -->
|
||||
<dependency groupId="org.codehaus.modello" artifactId="modello-maven-plugin" version="${pom.properties.modelloVersion}"/>
|
||||
</artifact:dependencies>
|
||||
|
||||
|
|
22
pom.xml
22
pom.xml
|
@ -45,29 +45,29 @@ under the License.
|
|||
<properties>
|
||||
<classWorldsVersion>1.3</classWorldsVersion>
|
||||
<commonsCliVersion>1.0</commonsCliVersion>
|
||||
<!--
|
||||
|
||||
<!--
|
||||
|
||||
Do not update this, Doxia will be decoupled completely from 3.x and someone can
|
||||
create a rendering engine for it if they like when the release stabilizes. JVZ
|
||||
|
||||
create a rendering engine for it if they like when the release stabilizes. JVZ
|
||||
|
||||
-->
|
||||
<doxiaVersion>1.0-alpha-9</doxiaVersion>
|
||||
<easyMockVersion>1.2_Java1.3</easyMockVersion>
|
||||
<junitVersion>3.8.1</junitVersion>
|
||||
<junitVersion>3.8.1</junitVersion>
|
||||
<plexusVersion>1.0-beta-3.0.6</plexusVersion>
|
||||
<plexusInteractivityVersion>1.0-alpha-6</plexusInteractivityVersion>
|
||||
<plexusInterpolationVersion>1.1</plexusInterpolationVersion>
|
||||
<plexusPluginManagerVersion>1.0-alpha-1</plexusPluginManagerVersion>
|
||||
<plexusUtilsVersion>1.5.8</plexusUtilsVersion>
|
||||
<plexusJetty6Version>1.6</plexusJetty6Version>
|
||||
<plexusWebdavVersion>1.0</plexusWebdavVersion>
|
||||
<plexusWebdavVersion>1.0</plexusWebdavVersion>
|
||||
<wagonVersion>1.0-beta-4</wagonVersion>
|
||||
<modelBuilderVersion>1.8</modelBuilderVersion>
|
||||
<mercuryVersion>1.0-alpha-6-SNAPSHOT</mercuryVersion>
|
||||
<mercuryMp3Version>1.0-alpha-1</mercuryMp3Version>
|
||||
<securityDispatcherVersion>1.2</securityDispatcherVersion>
|
||||
<woodstoxVersion>3.2.6</woodstoxVersion>
|
||||
<modelloVersion>1.0.1-SNAPSHOT</modelloVersion>
|
||||
<modelloVersion>1.0.1</modelloVersion>
|
||||
<jxpathVersion>1.3</jxpathVersion>
|
||||
</properties>
|
||||
<issueManagement>
|
||||
|
@ -366,11 +366,11 @@ under the License.
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- Plexus test dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.sonatype.plexus</groupId>
|
||||
<artifactId>plexus-jetty6</artifactId>
|
||||
<groupId>org.sonatype.plexus</groupId>
|
||||
<artifactId>plexus-jetty6</artifactId>
|
||||
<version>${plexusJetty6Version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
@ -380,7 +380,7 @@ under the License.
|
|||
<version>${plexusWebdavVersion}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- Wagon -->
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.wagon</groupId>
|
||||
|
|
Loading…
Reference in New Issue