Apply MAVEN-690
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114016 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0da9e6416c
commit
181b00bd08
@ -31,8 +31,8 @@
|
||||
<pathelement path="${plugin.getDependencyPath('velocity')}"/>
|
||||
<pathelement path="${plugin.getDependencyPath('village')}"/>
|
||||
<pathelement path="${plugin.getDependencyPath('xercesImpl')}"/>
|
||||
<pathelement path="${plugin.getDependencyPath('xmlParserAPIs')}"/>
|
||||
<pathelement path="${plugin.getDependencyPath('torque-gen')}"/>
|
||||
<pathelement path="${plugin.getDependencyPath('xml-apis')}"/>
|
||||
<pathelement path="${plugin.getDependencyPath('torque:torque-gen')}"/>
|
||||
<pathelement path="${pom.getDependencyClasspath()}"/>
|
||||
<path refid="maven.dependency.classpath"/>
|
||||
</path>
|
||||
@ -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.1/plugin.properties"/>
|
||||
<property file="${maven.plugin.dir}/maven-torque-plugin-3.2-SNAPSHOT/plugin.properties"/>
|
||||
|
||||
<!-- Define all of the tasks -->
|
||||
<taskdef
|
||||
|
||||
@ -80,7 +80,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>commons-dbcp</id>
|
||||
<version>1.1-dev.20021231.055112</version>
|
||||
<version>20030818.201141</version>
|
||||
<properties>
|
||||
<classloader>root</classloader>
|
||||
</properties>
|
||||
@ -116,21 +116,21 @@
|
||||
<dependency>
|
||||
<groupId>torque</groupId>
|
||||
<artifactId>torque-gen</artifactId>
|
||||
<version>3.1-alpha2</version>
|
||||
<version>3.1-beta1</version>
|
||||
<properties>
|
||||
<classloader>root</classloader>
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>velocity</id>
|
||||
<version>1.4-dev</version>
|
||||
<version>1.3.1</version>
|
||||
<properties>
|
||||
<classloader>root</classloader>
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>village</id>
|
||||
<version>2.0-dev-20021111</version>
|
||||
<version>2.0-dev-20030625</version>
|
||||
<properties>
|
||||
<classloader>root</classloader>
|
||||
</properties>
|
||||
|
||||
@ -7,6 +7,7 @@
|
||||
|
||||
<body>
|
||||
<release version="3.2" date="in CVS">
|
||||
<action dev="dion" type="fix">Apply MAVEN-690</action>
|
||||
<action dev="evenisse" type="fix">
|
||||
Fix prereqs of torque:om-zip goal.
|
||||
</action>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user