mirror of
https://github.com/apache/sqoop.git
synced 2025-05-03 16:52:46 +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:
parent
a84aaea3a1
commit
d16bc738e9
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user