Author: edwardyoon Date: Thu Apr 19 05:10:16 2012 New Revision: 1327826 URL: http://svn.apache.org/viewvc?rev=1327826&view=rev Log: [maven-release-plugin] prepare release 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=1327826&r1=1327825&r2=1327826&view=diff ============================================================================== --- incubator/hama/trunk/core/pom.xml (original) +++ incubator/hama/trunk/core/pom.xml Thu Apr 19 05:10:16 2012 @@ -15,20 +15,19 @@ 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.5.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.hama</groupId> <artifactId>hama-core</artifactId> <name>core</name> - <version>0.5.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating</version> <packaging>jar</packaging> <dependencies> @@ -192,11 +191,9 @@ </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=1327826&r1=1327825&r2=1327826&view=diff ============================================================================== --- incubator/hama/trunk/dist/pom.xml (original) +++ incubator/hama/trunk/dist/pom.xml Thu Apr 19 05:10:16 2012 @@ -14,15 +14,13 @@ 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.5.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating</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=1327826&r1=1327825&r2=1327826&view=diff ============================================================================== --- incubator/hama/trunk/examples/pom.xml (original) +++ incubator/hama/trunk/examples/pom.xml Thu Apr 19 05:10:16 2012 @@ -15,20 +15,19 @@ 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.5.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.hama</groupId> <artifactId>hama-examples</artifactId> <name>examples</name> - <version>0.5.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating</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=1327826&r1=1327825&r2=1327826&view=diff ============================================================================== --- incubator/hama/trunk/graph/pom.xml (original) +++ incubator/hama/trunk/graph/pom.xml Thu Apr 19 05:10:16 2012 @@ -15,20 +15,19 @@ 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.5.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.hama</groupId> <artifactId>hama-graph</artifactId> <name>graph</name> - <version>0.5.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating</version> <packaging>jar</packaging> <dependencies> Modified: incubator/hama/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/hama/trunk/pom.xml?rev=1327826&r1=1327825&r2=1327826&view=diff ============================================================================== --- incubator/hama/trunk/pom.xml (original) +++ incubator/hama/trunk/pom.xml Thu Apr 19 05:10:16 2012 @@ -15,8 +15,7 @@ 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> @@ -28,7 +27,7 @@ <groupId>org.apache.hama</groupId> <artifactId>hama-parent</artifactId> <name>Apache Hama parent POM</name> - <version>0.5.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating</version> <url>http://incubator.apache.org/hama</url> <packaging>pom</packaging> <prerequisites> @@ -76,12 +75,12 @@ </license> </licenses> <scm> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/hama/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/incubator/hama/tags/0.5-RC2</url> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/hama/trunk/ + scm:svn:http://svn.apache.org/repos/asf/incubator/hama/tags/0.5-RC2 </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/hama/trunk/ + scm:svn:https://svn.apache.org/repos/asf/incubator/hama/tags/0.5-RC2 </developerConnection> </scm> Modified: incubator/hama/trunk/yarn/pom.xml URL: http://svn.apache.org/viewvc/incubator/hama/trunk/yarn/pom.xml?rev=1327826&r1=1327825&r2=1327826&view=diff ============================================================================== --- incubator/hama/trunk/yarn/pom.xml (original) +++ incubator/hama/trunk/yarn/pom.xml Thu Apr 19 05:10:16 2012 @@ -14,20 +14,19 @@ 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.5.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.hama</groupId> <artifactId>hama-yarn</artifactId> <name>yarn</name> - <version>0.5.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating</version> <packaging>jar</packaging> <dependencies>