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

incubator-reef git commit: [maven-release-plugin] prepare for next development iteration

Repository: incubator-reef
Updated Branches:
  refs/heads/branch-0.10.0-incubating-maven 63b275e4d -> 1620a38ef


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/branch-0.10.0-incubating-maven
Commit: 1620a38efd8484e4ee889014fc1604362ce6f2ee
Parents: 63b275e
Author: Byung-Gon Chun <bg...@apache.org>
Authored: Wed Jan 7 00:24:13 2015 +0900
Committer: Byung-Gon Chun <bg...@apache.org>
Committed: Wed Jan 7 00:24:13 2015 +0900

----------------------------------------------------------------------
 pom.xml                                    | 4 ++--
 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, 25 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 763162b..fda1e7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@ under the License.
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.reef</groupId>
-    <version>0.10.0-incubating</version>
+    <version>0.11.0-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>REEF</name>
     <artifactId>reef-project</artifactId>
@@ -57,7 +57,7 @@ under the License.
         <connection>scm:git:git@github.com:apache/incubator-reef.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-reef.git</developerConnection>
         <url>scm:git:git@github.com:apache/incubator-reef.git</url>
-        <tag>reef-project-0.10.0-incubating</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <developers>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/reef-annotations/pom.xml
----------------------------------------------------------------------
diff --git a/reef-annotations/pom.xml b/reef-annotations/pom.xml
index e02983e..cb5f078 100644
--- a/reef-annotations/pom.xml
+++ b/reef-annotations/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.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-annotations</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/reef-checkpoint/pom.xml
----------------------------------------------------------------------
diff --git a/reef-checkpoint/pom.xml b/reef-checkpoint/pom.xml
index d4b0129..e3a1d80 100644
--- a/reef-checkpoint/pom.xml
+++ b/reef-checkpoint/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.11.0-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>reef-checkpoint</artifactId>
     <name>REEF Checkpoint</name>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/reef-common/pom.xml
----------------------------------------------------------------------
diff --git a/reef-common/pom.xml b/reef-common/pom.xml
index 2ba94a8..8576538 100644
--- a/reef-common/pom.xml
+++ b/reef-common/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.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/reef-examples-clr/pom.xml
----------------------------------------------------------------------
diff --git a/reef-examples-clr/pom.xml b/reef-examples-clr/pom.xml
index a3438c9..de4025e 100644
--- a/reef-examples-clr/pom.xml
+++ b/reef-examples-clr/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.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/reef-examples-hdinsight/pom.xml
----------------------------------------------------------------------
diff --git a/reef-examples-hdinsight/pom.xml b/reef-examples-hdinsight/pom.xml
index 0e78714..6c24383 100644
--- a/reef-examples-hdinsight/pom.xml
+++ b/reef-examples-hdinsight/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/reef-examples/pom.xml
----------------------------------------------------------------------
diff --git a/reef-examples/pom.xml b/reef-examples/pom.xml
index 5632a5e..580c56e 100644
--- a/reef-examples/pom.xml
+++ b/reef-examples/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/reef-io/pom.xml
----------------------------------------------------------------------
diff --git a/reef-io/pom.xml b/reef-io/pom.xml
index 57adc04..aee26ff 100644
--- a/reef-io/pom.xml
+++ b/reef-io/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.11.0-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>reef-io</artifactId>
     <name>REEF IO</name>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/reef-poison/pom.xml
----------------------------------------------------------------------
diff --git a/reef-poison/pom.xml b/reef-poison/pom.xml
index 04266b6..f5eb7a7 100644
--- a/reef-poison/pom.xml
+++ b/reef-poison/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.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-poison</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/reef-runtime-hdinsight/pom.xml
----------------------------------------------------------------------
diff --git a/reef-runtime-hdinsight/pom.xml b/reef-runtime-hdinsight/pom.xml
index b490415..3f9a1d5 100644
--- a/reef-runtime-hdinsight/pom.xml
+++ b/reef-runtime-hdinsight/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.11.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/1620a38e/reef-runtime-local/pom.xml
----------------------------------------------------------------------
diff --git a/reef-runtime-local/pom.xml b/reef-runtime-local/pom.xml
index 238b3ee..51517ed 100644
--- a/reef-runtime-local/pom.xml
+++ b/reef-runtime-local/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.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-runtime-local</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/reef-runtime-yarn/pom.xml
----------------------------------------------------------------------
diff --git a/reef-runtime-yarn/pom.xml b/reef-runtime-yarn/pom.xml
index ae14a85..9b2265a 100644
--- a/reef-runtime-yarn/pom.xml
+++ b/reef-runtime-yarn/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.11.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/1620a38e/reef-tang/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/pom.xml b/reef-tang/pom.xml
index 20a70c2..a58aeb0 100644
--- a/reef-tang/pom.xml
+++ b/reef-tang/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.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/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 8844b0c..686c3c3 100644
--- a/reef-tang/tang-test-jarA/pom.xml
+++ b/reef-tang/tang-test-jarA/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarA</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/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 817d24d..6ba9868 100644
--- a/reef-tang/tang-test-jarAB/pom.xml
+++ b/reef-tang/tang-test-jarAB/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarAB</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/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 d154fab..e81c594 100644
--- a/reef-tang/tang-test-jarB-conflictA/pom.xml
+++ b/reef-tang/tang-test-jarB-conflictA/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarB-conflictA</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/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 9badef8..c56f87a 100644
--- a/reef-tang/tang-test-jarB/pom.xml
+++ b/reef-tang/tang-test-jarB/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarB</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/reef-tang/tang/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/tang/pom.xml b/reef-tang/tang/pom.xml
index 8bda0a5..8389d4d 100644
--- a/reef-tang/tang/pom.xml
+++ b/reef-tang/tang/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/reef-tests/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tests/pom.xml b/reef-tests/pom.xml
index bc7ebb2..e65a906 100644
--- a/reef-tests/pom.xml
+++ b/reef-tests/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.11.0-incubating-SNAPSHOT</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/reef-utils-hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/reef-utils-hadoop/pom.xml b/reef-utils-hadoop/pom.xml
index 4f57dc2..d723526 100644
--- a/reef-utils-hadoop/pom.xml
+++ b/reef-utils-hadoop/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.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-utils-hadoop</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/reef-utils/pom.xml
----------------------------------------------------------------------
diff --git a/reef-utils/pom.xml b/reef-utils/pom.xml
index 47ba8ce..f827df0 100644
--- a/reef-utils/pom.xml
+++ b/reef-utils/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.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-utils</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/reef-wake/pom.xml
----------------------------------------------------------------------
diff --git a/reef-wake/pom.xml b/reef-wake/pom.xml
index 5c6f3d0..801c0be 100644
--- a/reef-wake/pom.xml
+++ b/reef-wake/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.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/reef-wake/wake/pom.xml
----------------------------------------------------------------------
diff --git a/reef-wake/wake/pom.xml b/reef-wake/wake/pom.xml
index badd2e2..b3b3ab5 100644
--- a/reef-wake/wake/pom.xml
+++ b/reef-wake/wake/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>wake-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <build>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1620a38e/reef-webserver/pom.xml
----------------------------------------------------------------------
diff --git a/reef-webserver/pom.xml b/reef-webserver/pom.xml
index 80d16cf..26dedaf 100644
--- a/reef-webserver/pom.xml
+++ b/reef-webserver/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>reef-webserver</artifactId>