5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-04 06:10:18 +08:00

using ${version} is deprecated in favour of ${project.version}

git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/trunk@1187768 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-10-22 20:19:52 +00:00
parent a84aaea3a1
commit d16bc738e9

View File

@ -353,7 +353,7 @@ limitations under the License.
<commandlineArgs>-e</commandlineArgs> <commandlineArgs>-e</commandlineArgs>
<environmentVariables> <environmentVariables>
<BUILDROOT>../../target</BUILDROOT> <BUILDROOT>../../target</BUILDROOT>
<VERSION>${version}</VERSION> <VERSION>${project.version}</VERSION>
</environmentVariables> </environmentVariables>
</configuration> </configuration>
</plugin> </plugin>