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>
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -67,7 +67,7 @@ under the License.
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue