You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by ct...@apache.org on 2016/08/11 22:08:48 UTC

[1/6] incubator-fluo git commit: [maven-release-plugin] prepare release rel/build-resources-1.0.0-incubating

Repository: incubator-fluo
Updated Branches:
  refs/heads/build-resources 422d3b18c -> 055c0d0fc
  refs/heads/fluo-parent e1d18200f -> a2855c495
  refs/heads/master 6cec1483d -> 7915c5df4


[maven-release-plugin] prepare release rel/build-resources-1.0.0-incubating


Project: http://git-wip-us.apache.org/repos/asf/incubator-fluo/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fluo/commit/02d4ea23
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fluo/tree/02d4ea23
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fluo/diff/02d4ea23

Branch: refs/heads/build-resources
Commit: 02d4ea2332598a94285985ee8a1c8e92a42b4770
Parents: 422d3b1
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Aug 4 15:10:01 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Aug 4 15:10:01 2016 -0400

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fluo/blob/02d4ea23/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 83753e1..5e4a94f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   </parent>
   <groupId>org.apache.fluo</groupId>
   <artifactId>build-resources</artifactId>
-  <version>1.0.0-incubating-SNAPSHOT</version>
+  <version>1.0.0-incubating</version>
   <name>Apache Fluo Build Resources (incubating)</name>
   <description>Resources for building Apache Fluo projects</description>
   <url>https://fluo.apache.org</url>
@@ -67,7 +67,7 @@
   <scm>
     <connection>scm:git:git://git.apache.org/incubator-fluo.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-fluo.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>rel/build-resources-1.0.0-incubating</tag>
     <url>https://git-wip-us.apache.org/repos/asf?p=incubator-fluo.git</url>
   </scm>
   <issueManagement>


[6/6] incubator-fluo git commit: Merge remote-tracking branch 'ctubbsii/update-to-release-parent-pom'

Posted by ct...@apache.org.
Merge remote-tracking branch 'ctubbsii/update-to-release-parent-pom'


Project: http://git-wip-us.apache.org/repos/asf/incubator-fluo/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fluo/commit/7915c5df
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fluo/tree/7915c5df
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fluo/diff/7915c5df

Branch: refs/heads/master
Commit: 7915c5df43fc595e62a4295c1a15ec349ae82a67
Parents: 6cec148 9efe748
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Aug 11 18:08:23 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Aug 11 18:08:23 2016 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[4/6] incubator-fluo git commit: [maven-release-plugin] prepare for next development iteration

Posted by ct...@apache.org.
[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/fluo-parent
Commit: a2855c495a6360972b8024712db290d853d42c71
Parents: 95c48e3
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Aug 4 15:22:55 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Aug 4 15:22:55 2016 -0400

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fluo/blob/a2855c49/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b95bad9..8af9054 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   </parent>
   <groupId>org.apache.fluo</groupId>
   <artifactId>fluo-parent</artifactId>
-  <version>1-incubating</version>
+  <version>2-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Fluo Parent POM (incubating)</name>
   <description>Parent pom for common configuration across Apache Fluo projects</description>
@@ -68,7 +68,7 @@
   <scm>
     <connection>scm:git:git://git.apache.org/incubator-fluo.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-fluo.git</developerConnection>
-    <tag>rel/fluo-parent-1-incubating</tag>
+    <tag>HEAD</tag>
     <url>https://git-wip-us.apache.org/repos/asf?p=incubator-fluo.git</url>
   </scm>
   <issueManagement>


[3/6] incubator-fluo git commit: [maven-release-plugin] prepare release rel/fluo-parent-1-incubating

Posted by ct...@apache.org.
[maven-release-plugin] prepare release rel/fluo-parent-1-incubating


Project: http://git-wip-us.apache.org/repos/asf/incubator-fluo/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fluo/commit/95c48e3f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fluo/tree/95c48e3f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fluo/diff/95c48e3f

Branch: refs/heads/fluo-parent
Commit: 95c48e3f14faf5cdca259d8ec60ec68b640fce1e
Parents: e1d1820
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Aug 4 15:22:45 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Aug 4 15:22:45 2016 -0400

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fluo/blob/95c48e3f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1edefeb..b95bad9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   </parent>
   <groupId>org.apache.fluo</groupId>
   <artifactId>fluo-parent</artifactId>
-  <version>1-SNAPSHOT</version>
+  <version>1-incubating</version>
   <packaging>pom</packaging>
   <name>Apache Fluo Parent POM (incubating)</name>
   <description>Parent pom for common configuration across Apache Fluo projects</description>
@@ -68,7 +68,7 @@
   <scm>
     <connection>scm:git:git://git.apache.org/incubator-fluo.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-fluo.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>rel/fluo-parent-1-incubating</tag>
     <url>https://git-wip-us.apache.org/repos/asf?p=incubator-fluo.git</url>
   </scm>
   <issueManagement>


[2/6] incubator-fluo git commit: [maven-release-plugin] prepare for next development iteration

Posted by ct...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/incubator-fluo/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fluo/commit/055c0d0f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fluo/tree/055c0d0f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fluo/diff/055c0d0f

Branch: refs/heads/build-resources
Commit: 055c0d0fcc1d6f0e59c948cfc49a28f2f204ab89
Parents: 02d4ea2
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Aug 4 15:10:11 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Aug 4 15:10:11 2016 -0400

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fluo/blob/055c0d0f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5e4a94f..6717c6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   </parent>
   <groupId>org.apache.fluo</groupId>
   <artifactId>build-resources</artifactId>
-  <version>1.0.0-incubating</version>
+  <version>1.0.1-incubating-SNAPSHOT</version>
   <name>Apache Fluo Build Resources (incubating)</name>
   <description>Resources for building Apache Fluo projects</description>
   <url>https://fluo.apache.org</url>
@@ -67,7 +67,7 @@
   <scm>
     <connection>scm:git:git://git.apache.org/incubator-fluo.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-fluo.git</developerConnection>
-    <tag>rel/build-resources-1.0.0-incubating</tag>
+    <tag>HEAD</tag>
     <url>https://git-wip-us.apache.org/repos/asf?p=incubator-fluo.git</url>
   </scm>
   <issueManagement>


[5/6] incubator-fluo git commit: Update to 1-incubating parent POM

Posted by ct...@apache.org.
Update to 1-incubating parent POM


Project: http://git-wip-us.apache.org/repos/asf/incubator-fluo/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fluo/commit/9efe748e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fluo/tree/9efe748e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fluo/diff/9efe748e

Branch: refs/heads/master
Commit: 9efe748e579d91018d00f311f8a951c599ea297a
Parents: f8d0af6
Author: Christopher Tubbs <ct...@apache.org>
Authored: Mon Jul 25 17:53:51 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Aug 4 15:56:17 2016 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fluo/blob/9efe748e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bc7b3b1..8cfcbfd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.fluo</groupId>
     <artifactId>fluo-parent</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1-incubating</version>
   </parent>
   <artifactId>fluo-project</artifactId>
   <version>1.0.0-incubating-SNAPSHOT</version>