o bumping all snapshot versions to full versions. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114105 13f79535-47bb-0310-9956-ffa450edef68
33 lines
1.0 KiB
XML
33 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project>
|
|
<extend>../project.xml</extend>
|
|
<pomVersion>3</pomVersion>
|
|
<id>maven-jar-plugin</id>
|
|
<name>Maven Jar Plug-in</name>
|
|
<currentVersion>1.3</currentVersion>
|
|
<description/>
|
|
<shortDescription>Create jar files</shortDescription>
|
|
<url>http://maven.apache.org/reference/plugins/jar/</url>
|
|
<siteDirectory>/www/maven.apache.org/reference/plugins/jar/</siteDirectory>
|
|
<repository>
|
|
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/jar/</connection>
|
|
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/jar/</url>
|
|
</repository>
|
|
<developers/>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>commons-jelly</groupId>
|
|
<artifactId>commons-jelly-tags-velocity</artifactId>
|
|
<version>20030303.205659</version>
|
|
<properties>
|
|
<classloader>root.maven</classloader>
|
|
</properties>
|
|
</dependency>
|
|
<dependency>
|
|
<id>velocity</id>
|
|
<version>1.4-dev</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|