Author: frankscholten
Date: Fri May 4 16:31:34 2012
New Revision: 1334051
URL: http://svn.apache.org/viewvc?rev=1334051&view=rev
Log:
Fixed duplicated Yarn dependency in whirr pom. Changed tarLongFileFormat to
tarLongFileMode
Modified:
whirr/trunk/cli/pom.xml
whirr/trunk/pom.xml
Modified: whirr/trunk/cli/pom.xml
URL:
http://svn.apache.org/viewvc/whirr/trunk/cli/pom.xml?rev=1334051&r1=1334050&r2=1334051&view=diff
==============================================================================
--- whirr/trunk/cli/pom.xml (original)
+++ whirr/trunk/cli/pom.xml Fri May 4 16:31:34 2012
@@ -77,11 +77,6 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>whirr-yarn</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
<artifactId>whirr-zookeeper</artifactId>
<version>${project.version}</version>
</dependency>
Modified: whirr/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/whirr/trunk/pom.xml?rev=1334051&r1=1334050&r2=1334051&view=diff
==============================================================================
--- whirr/trunk/pom.xml (original)
+++ whirr/trunk/pom.xml Fri May 4 16:31:34 2012
@@ -258,7 +258,7 @@
<version>2.3</version>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
- <tarLongFileFormat>gnu</tarLongFileFormat>
+ <tarLongFileMode>gnu</tarLongFileMode>
<descriptors>
<descriptor>build-tools/src/assemble-bin.xml</descriptor>
</descriptors>
@@ -272,7 +272,7 @@
<dependency>
<groupId>org.apache.whirr</groupId>
<artifactId>whirr-build-tools</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
<executions>
@@ -772,7 +772,7 @@
<configuration>
<appendAssemblyId>true</appendAssemblyId>
<runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
- <tarLongFileFormat>gnu</tarLongFileFormat>
+ <tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</execution>
</executions>