You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by ch...@apache.org on 2015/01/06 13:32:54 UTC

incubator-reef git commit: Prepare POMs for release on maven

Repository: incubator-reef
Updated Branches:
  refs/heads/branch-0.10.0-incubating-maven 76147ea7a -> 41e10c623


Prepare POMs for release on maven

Change 0.10.0-incubating to 0.10.0-incubating-SNAPSHOT in all POMs.


Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/41e10c62
Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/41e10c62
Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/41e10c62

Branch: refs/heads/branch-0.10.0-incubating-maven
Commit: 41e10c623c8b77df230386245c690f6851e1075f
Parents: 76147ea
Author: Brian Cho <ch...@apache.org>
Authored: Tue Jan 6 21:31:17 2015 +0900
Committer: Brian Cho <ch...@apache.org>
Committed: Tue Jan 6 21:31:17 2015 +0900

----------------------------------------------------------------------
 pom.xml                                    | 2 +-
 reef-annotations/pom.xml                   | 2 +-
 reef-checkpoint/pom.xml                    | 2 +-
 reef-common/pom.xml                        | 2 +-
 reef-examples-clr/pom.xml                  | 2 +-
 reef-examples-hdinsight/pom.xml            | 2 +-
 reef-examples/pom.xml                      | 2 +-
 reef-io/pom.xml                            | 2 +-
 reef-poison/pom.xml                        | 2 +-
 reef-runtime-hdinsight/pom.xml             | 2 +-
 reef-runtime-local/pom.xml                 | 2 +-
 reef-runtime-yarn/pom.xml                  | 2 +-
 reef-tang/pom.xml                          | 2 +-
 reef-tang/tang-test-jarA/pom.xml           | 2 +-
 reef-tang/tang-test-jarAB/pom.xml          | 2 +-
 reef-tang/tang-test-jarB-conflictA/pom.xml | 2 +-
 reef-tang/tang-test-jarB/pom.xml           | 2 +-
 reef-tang/tang/pom.xml                     | 2 +-
 reef-tests/pom.xml                         | 2 +-
 reef-utils-hadoop/pom.xml                  | 2 +-
 reef-utils/pom.xml                         | 2 +-
 reef-wake/pom.xml                          | 2 +-
 reef-wake/wake/pom.xml                     | 2 +-
 reef-webserver/pom.xml                     | 2 +-
 24 files changed, 24 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fd09d83..938cd32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ under the License.
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.reef</groupId>
-    <version>0.10.0-incubating</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>REEF</name>
     <artifactId>reef-project</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-annotations/pom.xml
----------------------------------------------------------------------
diff --git a/reef-annotations/pom.xml b/reef-annotations/pom.xml
index 0853a8b..192f47f 100644
--- a/reef-annotations/pom.xml
+++ b/reef-annotations/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-annotations</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-checkpoint/pom.xml
----------------------------------------------------------------------
diff --git a/reef-checkpoint/pom.xml b/reef-checkpoint/pom.xml
index ccafee3..be9bee1 100644
--- a/reef-checkpoint/pom.xml
+++ b/reef-checkpoint/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>reef-checkpoint</artifactId>
     <name>REEF Checkpoint</name>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-common/pom.xml
----------------------------------------------------------------------
diff --git a/reef-common/pom.xml b/reef-common/pom.xml
index 15bd269..c26df74 100644
--- a/reef-common/pom.xml
+++ b/reef-common/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-examples-clr/pom.xml
----------------------------------------------------------------------
diff --git a/reef-examples-clr/pom.xml b/reef-examples-clr/pom.xml
index 03aa439..90e26fb 100644
--- a/reef-examples-clr/pom.xml
+++ b/reef-examples-clr/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-examples-hdinsight/pom.xml
----------------------------------------------------------------------
diff --git a/reef-examples-hdinsight/pom.xml b/reef-examples-hdinsight/pom.xml
index 459f8a1..acf0dac 100644
--- a/reef-examples-hdinsight/pom.xml
+++ b/reef-examples-hdinsight/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-examples/pom.xml
----------------------------------------------------------------------
diff --git a/reef-examples/pom.xml b/reef-examples/pom.xml
index 9d02fa3..f2fe9c5 100644
--- a/reef-examples/pom.xml
+++ b/reef-examples/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-io/pom.xml
----------------------------------------------------------------------
diff --git a/reef-io/pom.xml b/reef-io/pom.xml
index e2aade3..438573b 100644
--- a/reef-io/pom.xml
+++ b/reef-io/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>reef-io</artifactId>
     <name>REEF IO</name>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-poison/pom.xml
----------------------------------------------------------------------
diff --git a/reef-poison/pom.xml b/reef-poison/pom.xml
index ab8a2be..d9681ec 100644
--- a/reef-poison/pom.xml
+++ b/reef-poison/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-poison</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-runtime-hdinsight/pom.xml
----------------------------------------------------------------------
diff --git a/reef-runtime-hdinsight/pom.xml b/reef-runtime-hdinsight/pom.xml
index d662f78..8e108eb 100644
--- a/reef-runtime-hdinsight/pom.xml
+++ b/reef-runtime-hdinsight/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
     <name>REEF Runtime for HDInsight</name>
     <artifactId>reef-runtime-hdinsight</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-runtime-local/pom.xml
----------------------------------------------------------------------
diff --git a/reef-runtime-local/pom.xml b/reef-runtime-local/pom.xml
index 3a0ff67..11e0310 100644
--- a/reef-runtime-local/pom.xml
+++ b/reef-runtime-local/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-runtime-local</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-runtime-yarn/pom.xml
----------------------------------------------------------------------
diff --git a/reef-runtime-yarn/pom.xml b/reef-runtime-yarn/pom.xml
index 0bc4069..0263d72 100644
--- a/reef-runtime-yarn/pom.xml
+++ b/reef-runtime-yarn/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
     <name>REEF Runtime for YARN</name>
     <artifactId>reef-runtime-yarn</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-tang/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/pom.xml b/reef-tang/pom.xml
index e325acd..7ff0ea0 100644
--- a/reef-tang/pom.xml
+++ b/reef-tang/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-tang/tang-test-jarA/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/tang-test-jarA/pom.xml b/reef-tang/tang-test-jarA/pom.xml
index 75d98cb..ff291dd 100644
--- a/reef-tang/tang-test-jarA/pom.xml
+++ b/reef-tang/tang-test-jarA/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarA</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-tang/tang-test-jarAB/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/tang-test-jarAB/pom.xml b/reef-tang/tang-test-jarAB/pom.xml
index 74aeb6a..a61075e 100644
--- a/reef-tang/tang-test-jarAB/pom.xml
+++ b/reef-tang/tang-test-jarAB/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarAB</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-tang/tang-test-jarB-conflictA/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/tang-test-jarB-conflictA/pom.xml b/reef-tang/tang-test-jarB-conflictA/pom.xml
index 265a8f1..6477b43 100644
--- a/reef-tang/tang-test-jarB-conflictA/pom.xml
+++ b/reef-tang/tang-test-jarB-conflictA/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarB-conflictA</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-tang/tang-test-jarB/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/tang-test-jarB/pom.xml b/reef-tang/tang-test-jarB/pom.xml
index eda3165..6b43524 100644
--- a/reef-tang/tang-test-jarB/pom.xml
+++ b/reef-tang/tang-test-jarB/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarB</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-tang/tang/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/tang/pom.xml b/reef-tang/tang/pom.xml
index 1c97b1b..0873a6d 100644
--- a/reef-tang/tang/pom.xml
+++ b/reef-tang/tang/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-tests/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tests/pom.xml b/reef-tests/pom.xml
index e25909e..d0ec14f 100644
--- a/reef-tests/pom.xml
+++ b/reef-tests/pom.xml
@@ -28,7 +28,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-utils-hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/reef-utils-hadoop/pom.xml b/reef-utils-hadoop/pom.xml
index 79285f6..af10c57 100644
--- a/reef-utils-hadoop/pom.xml
+++ b/reef-utils-hadoop/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-utils-hadoop</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-utils/pom.xml
----------------------------------------------------------------------
diff --git a/reef-utils/pom.xml b/reef-utils/pom.xml
index d82af95..d8137aa 100644
--- a/reef-utils/pom.xml
+++ b/reef-utils/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-utils</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-wake/pom.xml
----------------------------------------------------------------------
diff --git a/reef-wake/pom.xml b/reef-wake/pom.xml
index 05eefbc..783b952 100644
--- a/reef-wake/pom.xml
+++ b/reef-wake/pom.xml
@@ -28,7 +28,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-wake/wake/pom.xml
----------------------------------------------------------------------
diff --git a/reef-wake/wake/pom.xml b/reef-wake/wake/pom.xml
index 3fe42ea..d2072be 100644
--- a/reef-wake/wake/pom.xml
+++ b/reef-wake/wake/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>wake-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <build>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/41e10c62/reef-webserver/pom.xml
----------------------------------------------------------------------
diff --git a/reef-webserver/pom.xml b/reef-webserver/pom.xml
index 80efbc7..1ba68d2 100644
--- a/reef-webserver/pom.xml
+++ b/reef-webserver/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>reef-webserver</artifactId>