You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2012/03/02 08:52:53 UTC

svn commit: r1296074 - in /incubator/hama/branches/0.4: core/pom.xml dist/pom.xml examples/pom.xml graph/pom.xml pom.xml

Author: edwardyoon
Date: Fri Mar  2 07:52:52 2012
New Revision: 1296074

URL: http://svn.apache.org/viewvc?rev=1296074&view=rev
Log:
Remove snapshot surfix

Modified:
    incubator/hama/branches/0.4/core/pom.xml
    incubator/hama/branches/0.4/dist/pom.xml
    incubator/hama/branches/0.4/examples/pom.xml
    incubator/hama/branches/0.4/graph/pom.xml
    incubator/hama/branches/0.4/pom.xml

Modified: incubator/hama/branches/0.4/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hama/branches/0.4/core/pom.xml?rev=1296074&r1=1296073&r2=1296074&view=diff
==============================================================================
--- incubator/hama/branches/0.4/core/pom.xml (original)
+++ incubator/hama/branches/0.4/core/pom.xml Fri Mar  2 07:52:52 2012
@@ -20,23 +20,23 @@
   <parent>
     <groupId>org.apache.hama</groupId>
     <artifactId>hama-parent</artifactId>
-    <version>0.4.0-incubating-SNAPSHOT</version>
+    <version>0.4.0-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.hama</groupId>
   <artifactId>hama-core</artifactId>
   <name>core</name>
-  <version>0.4.0-incubating-SNAPSHOT</version>
+  <version>0.4.0-incubating</version>
   <packaging>jar</packaging>
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/incubator/hama/core
+      scm:svn:http://svn.apache.org/repos/asf/incubator/hama/core/tags/hama-parent-0.4.0-incubating-SNAPSHOT/core
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/incubator/hama/core
+      scm:svn:https://svn.apache.org/repos/asf/incubator/hama/core/tags/hama-parent-0.4.0-incubating-SNAPSHOT/core
     </developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/pom/tags/apache-8/hama-parent/hama-core</url>
+    <url>http://svn.apache.org/viewvc/maven/pom/tags/hama-parent-0.4.0-incubating-SNAPSHOT/hama-core</url>
   </scm>
 
   <dependencies>

Modified: incubator/hama/branches/0.4/dist/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hama/branches/0.4/dist/pom.xml?rev=1296074&r1=1296073&r2=1296074&view=diff
==============================================================================
--- incubator/hama/branches/0.4/dist/pom.xml (original)
+++ incubator/hama/branches/0.4/dist/pom.xml Fri Mar  2 07:52:52 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.hama</groupId>
     <artifactId>hama-parent</artifactId>
-    <version>0.4.0-incubating-SNAPSHOT</version>
+    <version>0.4.0-incubating</version>
   </parent>
   
   <artifactId>hama-dist</artifactId>

Modified: incubator/hama/branches/0.4/examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hama/branches/0.4/examples/pom.xml?rev=1296074&r1=1296073&r2=1296074&view=diff
==============================================================================
--- incubator/hama/branches/0.4/examples/pom.xml (original)
+++ incubator/hama/branches/0.4/examples/pom.xml Fri Mar  2 07:52:52 2012
@@ -20,14 +20,14 @@
   <parent>
     <groupId>org.apache.hama</groupId>
     <artifactId>hama-parent</artifactId>
-    <version>0.4.0-incubating-SNAPSHOT</version>
+    <version>0.4.0-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.hama</groupId>
   <artifactId>hama-examples</artifactId>
   <name>examples</name>
-  <version>0.4.0-incubating-SNAPSHOT</version>
+  <version>0.4.0-incubating</version>
   <packaging>jar</packaging>
 
   <dependencies>

Modified: incubator/hama/branches/0.4/graph/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hama/branches/0.4/graph/pom.xml?rev=1296074&r1=1296073&r2=1296074&view=diff
==============================================================================
--- incubator/hama/branches/0.4/graph/pom.xml (original)
+++ incubator/hama/branches/0.4/graph/pom.xml Fri Mar  2 07:52:52 2012
@@ -20,14 +20,14 @@
   <parent>
     <groupId>org.apache.hama</groupId>
     <artifactId>hama-parent</artifactId>
-    <version>0.4.0-incubating-SNAPSHOT</version>
+    <version>0.4.0-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.hama</groupId>
   <artifactId>hama-graph</artifactId>
   <name>graph</name>
-  <version>0.4.0-incubating-SNAPSHOT</version>
+  <version>0.4.0-incubating</version>
   <packaging>jar</packaging>
 
   <dependencies>

Modified: incubator/hama/branches/0.4/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hama/branches/0.4/pom.xml?rev=1296074&r1=1296073&r2=1296074&view=diff
==============================================================================
--- incubator/hama/branches/0.4/pom.xml (original)
+++ incubator/hama/branches/0.4/pom.xml Fri Mar  2 07:52:52 2012
@@ -27,7 +27,7 @@
   <groupId>org.apache.hama</groupId>
   <artifactId>hama-parent</artifactId>
   <name>Apache Hama parent POM</name>
-  <version>0.4.0-incubating-SNAPSHOT</version>
+  <version>0.4.0-incubating</version>
   <url>http://incubator.apache.org/hama</url>
   <packaging>pom</packaging>
   <prerequisites>
@@ -76,12 +76,12 @@
   </licenses>
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/incubator/hama
+      scm:svn:http://svn.apache.org/repos/asf/incubator/hama/tags/hama-parent-0.4.0-incubating-SNAPSHOT
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/incubator/hama
+      scm:svn:https://svn.apache.org/repos/asf/incubator/hama/tags/hama-parent-0.4.0-incubating-SNAPSHOT
     </developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/pom/tags/apache-8/hama-parent</url>
+    <url>http://svn.apache.org/viewvc/maven/pom/tags/hama-parent-0.4.0-incubating-SNAPSHOT</url>
   </scm>
 
   <properties>
@@ -274,6 +274,7 @@
           </excludes>
         </configuration>
       </plugin>
+
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-gpg-plugin</artifactId>