Apply MAVEN-852
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114178 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f7aaf20e27
commit
3bdac7c039
@ -42,7 +42,7 @@
|
||||
|
||||
Note: I have no idea why this file is not already processed by the plugin..
|
||||
-->
|
||||
<property file="${maven.plugin.dir}/maven-torque-plugin-3.2-SNAPSHOT/plugin.properties"/>
|
||||
<property file="${maven.plugin.dir}/maven-torque-plugin-3.2/plugin.properties"/>
|
||||
|
||||
<!-- Define all of the tasks -->
|
||||
<taskdef
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-torque-plugin</id>
|
||||
<name>Maven Torque Plug-in</name>
|
||||
<currentVersion>3.2</currentVersion>
|
||||
<currentVersion>3.3-SNAPSHOT</currentVersion>
|
||||
<description>Maven Plugin for Torque</description>
|
||||
<shortDescription>Maven Plugin for Torque</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/torque/</url>
|
||||
@ -80,7 +80,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>commons-dbcp</id>
|
||||
<version>20030818.201141</version>
|
||||
<version>20030825.184428</version>
|
||||
<properties>
|
||||
<classloader>root</classloader>
|
||||
</properties>
|
||||
@ -116,7 +116,7 @@
|
||||
<dependency>
|
||||
<groupId>torque</groupId>
|
||||
<artifactId>torque-gen</artifactId>
|
||||
<version>3.1-beta1</version>
|
||||
<version>3.1</version>
|
||||
<properties>
|
||||
<classloader>root</classloader>
|
||||
</properties>
|
||||
@ -130,7 +130,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>village</id>
|
||||
<version>2.0-dev-20030625</version>
|
||||
<version>2.0-dev-20030825</version>
|
||||
<properties>
|
||||
<classloader>root</classloader>
|
||||
</properties>
|
||||
|
||||
@ -6,14 +6,17 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="3.3" date="in CVS">
|
||||
<action dev="mpoeschl" type="update">
|
||||
update to torque-3.1
|
||||
</action>
|
||||
</release>
|
||||
|
||||
<release version="3.2" date="2003-09-29">
|
||||
<action dev="dion" type="fix">Apply MAVEN-690</action>
|
||||
<action dev="evenisse" type="fix">
|
||||
Fix prereqs of torque:om-zip goal.
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
update to velocity 1.4-dev
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
Move to log4j 1.2.8
|
||||
</action>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user