You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2013/05/04 06:56:15 UTC

svn commit: r1479038 - /accumulo/branches/1.5/assemble/pom.xml

Author: ctubbsii
Date: Sat May  4 04:56:14 2013
New Revision: 1479038

URL: http://svn.apache.org/r1479038
Log:
ACCUMULO-1316 fix POM warnings introduced in previous rpm/deb fixes for native libs

Modified:
    accumulo/branches/1.5/assemble/pom.xml

Modified: accumulo/branches/1.5/assemble/pom.xml
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/assemble/pom.xml?rev=1479038&r1=1479037&r2=1479038&view=diff
==============================================================================
--- accumulo/branches/1.5/assemble/pom.xml (original)
+++ accumulo/branches/1.5/assemble/pom.xml Sat May  4 04:56:14 2013
@@ -332,7 +332,7 @@
                 </goals>
                 <phase>package</phase>
                 <configuration>
-                  <deb>${project.build.directory}/accumulo-${version}.deb</deb>
+                  <deb>${project.build.directory}/accumulo-${project.version}.deb</deb>
                   <classifier>bin</classifier>
                   <controlDir>assemble/deb/accumulo</controlDir>
                   <installDir>/usr/lib/accumulo</installDir>
@@ -417,7 +417,7 @@
                 </goals>
                 <phase>package</phase>
                 <configuration>
-                  <deb>${project.build.directory}/accumulo-native-${version}.deb</deb>
+                  <deb>${project.build.directory}/accumulo-native-${project.version}.deb</deb>
                   <controlDir>assemble/deb/accumulo-native</controlDir>
                   <installDir>/usr/lib/accumulo</installDir>
                   <classifier>native</classifier>
@@ -457,7 +457,7 @@
                 </goals>
                 <phase>package</phase>
                 <configuration>
-                  <deb>${project.build.directory}/accumulo-test-${version}.deb</deb>
+                  <deb>${project.build.directory}/accumulo-test-${project.version}.deb</deb>
                   <controlDir>assemble/deb/accumulo-test</controlDir>
                   <installDir>/usr/lib/accumulo</installDir>
                   <classifier>test</classifier>