merge changes from tag, up to 289396

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289398 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-09-16 06:47:46 +00:00
parent 17ce104b1a
commit 36d5fe1528
2 changed files with 18 additions and 1 deletions

View File

@ -23,6 +23,13 @@
<groupId>marmalade</groupId>
<artifactId>marmalade-core</artifactId>
<version>1.0-alpha-4</version>
<!-- Uses an old, incompatible version (unfortunately it is the nearest definition) -->
<exclusions>
<exclusion>
<groupId>plexus</groupId>
<artifactId>plexus-utils</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
@ -30,4 +37,4 @@
<version>2.0-beta-2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
</project>

View File

@ -179,4 +179,14 @@
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/</url>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
</configuration>
</plugin>
</plugins>
</build>
</project>