You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ol...@apache.org on 2011/10/22 22:19:52 UTC

svn commit: r1187768 - /incubator/sqoop/trunk/pom.xml

Author: olamy
Date: Sat Oct 22 20:19:52 2011
New Revision: 1187768

URL: http://svn.apache.org/viewvc?rev=1187768&view=rev
Log:
using ${version} is deprecated in favour of ${project.version}

Modified:
    incubator/sqoop/trunk/pom.xml

Modified: incubator/sqoop/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sqoop/trunk/pom.xml?rev=1187768&r1=1187767&r2=1187768&view=diff
==============================================================================
--- incubator/sqoop/trunk/pom.xml (original)
+++ incubator/sqoop/trunk/pom.xml Sat Oct 22 20:19:52 2011
@@ -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>