Author: edwardyoon
Date: Wed Sep 11 00:17:43 2013
New Revision: 1521690
URL: http://svn.apache.org/r1521690
Log:
[maven-release-plugin] rollback the release of 0.6.3-RC1
Modified:
hama/trunk/c++/pom.xml
hama/trunk/core/pom.xml
hama/trunk/dist/pom.xml
hama/trunk/examples/pom.xml
hama/trunk/graph/pom.xml
hama/trunk/ml/pom.xml
hama/trunk/pom.xml
Modified: hama/trunk/c++/pom.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/c%2B%2B/pom.xml?rev=1521690&r1=1521689&r2=1521690&view=diff
==============================================================================
--- hama/trunk/c++/pom.xml (original)
+++ hama/trunk/c++/pom.xml Wed Sep 11 00:17:43 2013
@@ -20,13 +20,13 @@
<parent>
<groupId>org.apache.hama</groupId>
<artifactId>hama-parent</artifactId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.6.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.hama</groupId>
<artifactId>hama-pipes</artifactId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.6.3-SNAPSHOT</version>
<name>pipes</name>
<description>Apache Hama Pipes</description>
<packaging>pom</packaging>
@@ -49,16 +49,17 @@
<goals><goal>run</goal></goals>
<configuration>
<target>
- <mkdir dir="${project.build.directory}/native" />
- <exec executable="cmake"
dir="${project.build.directory}/native" failonerror="true">
- <arg line="${basedir}/src/
-DJVM_ARCH_DATA_MODEL=${sun.arch.data.model}" />
+ <mkdir dir="${project.build.directory}/native"/>
+ <exec executable="cmake"
dir="${project.build.directory}/native"
+ failonerror="true">
+ <arg line="${basedir}/src/
-DJVM_ARCH_DATA_MODEL=${sun.arch.data.model}"/>
</exec>
<exec executable="make"
dir="${project.build.directory}/native" failonerror="true">
- <arg line="VERBOSE=1" />
+ <arg line="VERBOSE=1"/>
</exec>
<!-- The second make is a workaround for HADOOP-9215.
It can
be removed when version 2.6 of cmake is no longer
supported . -->
- <exec executable="make"
dir="${project.build.directory}/native" failonerror="true" />
+ <exec executable="make"
dir="${project.build.directory}/native" failonerror="true"></exec>
</target>
</configuration>
</execution>
@@ -94,9 +95,9 @@
</goals>
<configuration>
<target>
- <mkdir dir="${basedir}/../target/native" />
+ <mkdir dir="${basedir}/../target/native"/>
<copy toDir="${basedir}/../target/native">
- <fileset dir="${basedir}/src/main/native" />
+ <fileset dir="${basedir}/src/main/native"/>
</copy>
</target>
</configuration>
Modified: hama/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/core/pom.xml?rev=1521690&r1=1521689&r2=1521690&view=diff
==============================================================================
--- hama/trunk/core/pom.xml (original)
+++ hama/trunk/core/pom.xml Wed Sep 11 00:17:43 2013
@@ -20,21 +20,21 @@
<parent>
<groupId>org.apache.hama</groupId>
<artifactId>hama-parent</artifactId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.6.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.hama</groupId>
<artifactId>hama-core</artifactId>
<name>core</name>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.6.3-SNAPSHOT</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
- <version>1.0.5</version>
+ <version>1.0.4.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Modified: hama/trunk/dist/pom.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/dist/pom.xml?rev=1521690&r1=1521689&r2=1521690&view=diff
==============================================================================
--- hama/trunk/dist/pom.xml (original)
+++ hama/trunk/dist/pom.xml Wed Sep 11 00:17:43 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.hama</groupId>
<artifactId>hama-parent</artifactId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.6.3-SNAPSHOT</version>
</parent>
<artifactId>hama-dist</artifactId>
Modified: hama/trunk/examples/pom.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/examples/pom.xml?rev=1521690&r1=1521689&r2=1521690&view=diff
==============================================================================
--- hama/trunk/examples/pom.xml (original)
+++ hama/trunk/examples/pom.xml Wed Sep 11 00:17:43 2013
@@ -20,14 +20,14 @@
<parent>
<groupId>org.apache.hama</groupId>
<artifactId>hama-parent</artifactId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.6.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.hama</groupId>
<artifactId>hama-examples</artifactId>
<name>examples</name>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.6.3-SNAPSHOT</version>
<packaging>jar</packaging>
<dependencies>
Modified: hama/trunk/graph/pom.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/graph/pom.xml?rev=1521690&r1=1521689&r2=1521690&view=diff
==============================================================================
--- hama/trunk/graph/pom.xml (original)
+++ hama/trunk/graph/pom.xml Wed Sep 11 00:17:43 2013
@@ -20,14 +20,14 @@
<parent>
<groupId>org.apache.hama</groupId>
<artifactId>hama-parent</artifactId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.6.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.hama</groupId>
<artifactId>hama-graph</artifactId>
<name>graph</name>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.6.3-SNAPSHOT</version>
<packaging>jar</packaging>
<dependencies>
Modified: hama/trunk/ml/pom.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/ml/pom.xml?rev=1521690&r1=1521689&r2=1521690&view=diff
==============================================================================
--- hama/trunk/ml/pom.xml (original)
+++ hama/trunk/ml/pom.xml Wed Sep 11 00:17:43 2013
@@ -20,14 +20,14 @@
<parent>
<groupId>org.apache.hama</groupId>
<artifactId>hama-parent</artifactId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.6.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.hama</groupId>
<artifactId>hama-ml</artifactId>
<name>machine learning</name>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.6.3-SNAPSHOT</version>
<packaging>jar</packaging>
<dependencies>
@@ -36,11 +36,6 @@
<artifactId>hama-core</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.hama</groupId>
- <artifactId>hama-graph</artifactId>
- <version>${project.version}</version>
- </dependency>
</dependencies>
</project>
Modified: hama/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/pom.xml?rev=1521690&r1=1521689&r2=1521690&view=diff
==============================================================================
--- hama/trunk/pom.xml (original)
+++ hama/trunk/pom.xml Wed Sep 11 00:17:43 2013
@@ -27,7 +27,7 @@
<groupId>org.apache.hama</groupId>
<artifactId>hama-parent</artifactId>
<name>Apache Hama parent POM</name>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.6.3-SNAPSHOT</version>
<url>http://hama.apache.org</url>
<packaging>pom</packaging>
<prerequisites>
@@ -169,7 +169,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
- <version>1.0.5</version>
+ <version>1.0.4.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>