artifactId/groupId

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114515 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jvanzyl
2003-12-29 04:38:07 +00:00
parent b1191378e2
commit d3afe92724
59 changed files with 598 additions and 542 deletions

View File

@@ -66,7 +66,8 @@
<dependencies>
<dependency>
<id>velocity</id>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.4-dev</version>
<url>http://jakarta.apache.org/velocity/</url>
</dependency>
@@ -79,7 +80,8 @@
</properties>
</dependency>
<dependency>
<id>classworlds</id>
<groupId>classworlds</groupId>
<artifactId>classworlds</artifactId>
<version>1.0-rc1</version>
<url>http://classworlds.werken.com</url>
</dependency>