5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-03 04:42:22 +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>
<environmentVariables>
<BUILDROOT>../../target</BUILDROOT>
<VERSION>${version}</VERSION>
<VERSION>${project.version}</VERSION>
</environmentVariables>
</configuration>
</plugin>