Author: edwardyoon Date: Thu Apr 19 04:35:52 2012 New Revision: 1327820 URL: http://svn.apache.org/viewvc?rev=1327820&view=rev Log: [maven-release-plugin] rollback the release of 0.5-RC2
Modified: incubator/hama/trunk/core/pom.xml incubator/hama/trunk/dist/pom.xml incubator/hama/trunk/examples/pom.xml incubator/hama/trunk/graph/pom.xml incubator/hama/trunk/pom.xml incubator/hama/trunk/yarn/pom.xml Modified: incubator/hama/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/incubator/hama/trunk/core/pom.xml?rev=1327820&r1=1327819&r2=1327820&view=diff ============================================================================== --- incubator/hama/trunk/core/pom.xml (original) +++ incubator/hama/trunk/core/pom.xml Thu Apr 19 04:35:52 2012 @@ -15,19 +15,20 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.hama</groupId> <artifactId>hama-parent</artifactId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.hama</groupId> <artifactId>hama-core</artifactId> <name>core</name> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <packaging>jar</packaging> <dependencies> @@ -191,9 +192,11 @@ </goals> <configuration> <target> - <mkdir dir="${project.build.directory}/generated-sources/java" /> + <mkdir + dir="${project.build.directory}/generated-sources/java" /> <exec executable="sh"> - <arg line="${basedir}/dev-support/saveVersion.sh ${project.version} ${project.build.directory}/generated-sources/annotations" /> + <arg + line="${basedir}/dev-support/saveVersion.sh ${project.version} ${project.build.directory}/generated-sources/annotations" /> </exec> </target> </configuration> Modified: incubator/hama/trunk/dist/pom.xml URL: http://svn.apache.org/viewvc/incubator/hama/trunk/dist/pom.xml?rev=1327820&r1=1327819&r2=1327820&view=diff ============================================================================== --- incubator/hama/trunk/dist/pom.xml (original) +++ incubator/hama/trunk/dist/pom.xml Thu Apr 19 04:35:52 2012 @@ -14,13 +14,15 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.hama</groupId> <artifactId>hama-parent</artifactId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>hama-dist</artifactId> Modified: incubator/hama/trunk/examples/pom.xml URL: http://svn.apache.org/viewvc/incubator/hama/trunk/examples/pom.xml?rev=1327820&r1=1327819&r2=1327820&view=diff ============================================================================== --- incubator/hama/trunk/examples/pom.xml (original) +++ incubator/hama/trunk/examples/pom.xml Thu Apr 19 04:35:52 2012 @@ -15,19 +15,20 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.hama</groupId> <artifactId>hama-parent</artifactId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.hama</groupId> <artifactId>hama-examples</artifactId> <name>examples</name> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <packaging>jar</packaging> <dependencies> Modified: incubator/hama/trunk/graph/pom.xml URL: http://svn.apache.org/viewvc/incubator/hama/trunk/graph/pom.xml?rev=1327820&r1=1327819&r2=1327820&view=diff ============================================================================== --- incubator/hama/trunk/graph/pom.xml (original) +++ incubator/hama/trunk/graph/pom.xml Thu Apr 19 04:35:52 2012 @@ -15,19 +15,20 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.hama</groupId> <artifactId>hama-parent</artifactId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.hama</groupId> <artifactId>hama-graph</artifactId> <name>graph</name> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <packaging>jar</packaging> <dependencies> Modified: incubator/hama/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/hama/trunk/pom.xml?rev=1327820&r1=1327819&r2=1327820&view=diff ============================================================================== --- incubator/hama/trunk/pom.xml (original) +++ incubator/hama/trunk/pom.xml Thu Apr 19 04:35:52 2012 @@ -15,7 +15,8 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache</groupId> @@ -27,7 +28,7 @@ <groupId>org.apache.hama</groupId> <artifactId>hama-parent</artifactId> <name>Apache Hama parent POM</name> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <url>http://incubator.apache.org/hama</url> <packaging>pom</packaging> <prerequisites> Modified: incubator/hama/trunk/yarn/pom.xml URL: http://svn.apache.org/viewvc/incubator/hama/trunk/yarn/pom.xml?rev=1327820&r1=1327819&r2=1327820&view=diff ============================================================================== --- incubator/hama/trunk/yarn/pom.xml (original) +++ incubator/hama/trunk/yarn/pom.xml Thu Apr 19 04:35:52 2012 @@ -14,19 +14,20 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.hama</groupId> <artifactId>hama-parent</artifactId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.hama</groupId> <artifactId>hama-yarn</artifactId> <name>yarn</name> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <packaging>jar</packaging> <dependencies>