You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gearpump.apache.org by ka...@apache.org on 2016/07/01 20:16:23 UTC

incubator-gearpump git commit: fix GEARPUMP-170 Create 0.8.1 release

Repository: incubator-gearpump
Updated Branches:
  refs/heads/master 3ec075b11 -> acc1ee5a4


fix GEARPUMP-170 Create 0.8.1 release

I've tagged this 0.8.1RC0 for release candidate 0.

Author: Kam Kasravi <ka...@yahoo.com>

Closes #54 from kkasravi/GEARPUMP-170.


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

Branch: refs/heads/master
Commit: acc1ee5a4fb273eb85ea0e3f9a79413abe689c7a
Parents: 3ec075b
Author: Kam Kasravi <ka...@yahoo.com>
Authored: Fri Jul 1 13:16:40 2016 -0700
Committer: Kam Kasravi <ka...@yahoo.com>
Committed: Fri Jul 1 13:16:40 2016 -0700

----------------------------------------------------------------------
 CHANGELOG.md        | 1 +
 docs/_config.yml    | 2 +-
 project/Build.scala | 8 +-------
 version.sbt         | 2 +-
 4 files changed, 4 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/acc1ee5a/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c79c083..71e7b12 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@ Apache Gearpump 0.8.1
 ==================
 Change log:
 ------------------
+- GEARPUMP-169, upgrade sbt-assembly and shade
 - GEARPUMP-166 Rename sumByValue to sumByKey
 - GEARPUMP-165 RestServiceSpec failed
 - GEARPUMP-164 Let the user that connects to HBase (HBaseSink) be configurable

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/acc1ee5a/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index 952be52..84ce664 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -16,6 +16,6 @@ exclude:
   - build_doc.sh
 
 # These allow the documentation to be updated with newer releases of Gearpump
-GEARPUMP_VERSION: 0.8.1-SNAPSHOT
+GEARPUMP_VERSION: 0.8.1-RC0
 SCALA_BINARY_VERSION: "2.11"
 SCALA_VERSION: "2.11.8"

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/acc1ee5a/project/Build.scala
----------------------------------------------------------------------
diff --git a/project/Build.scala b/project/Build.scala
index 524efa7..6b415bb 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -70,12 +70,11 @@ object Build extends sbt.Build {
     Seq(
       resolvers ++= Seq(
         "patriknw at bintray" at "http://dl.bintray.com/patriknw/maven",
-        "maven-repo" at "http://repo.maven.apache.org/maven2",
+        "apache-repo" at "https://repository.apache.org/content/repositories",
         "maven1-repo" at "http://repo1.maven.org/maven2",
         "maven2-repo" at "http://mvnrepository.com/artifact",
         "sonatype" at "https://oss.sonatype.org/content/repositories/releases",
         "bintray/non" at "http://dl.bintray.com/non/maven",
-        "cloudera" at "https://repository.cloudera.com/artifactory/cloudera-repos",
         "clockfly" at "http://dl.bintray.com/clockfly/maven",
         "clojars" at "http://clojars.org/repo"
       )
@@ -454,11 +453,6 @@ object Build extends sbt.Build {
     base = file("external/hbase"),
     settings = commonSettings ++ javadocSettings  ++
       Seq(
-        resolvers ++= Seq(
-          "cloudera" at "https://repository.cloudera.com/artifactory/cloudera-repos"
-        )
-      ) ++
-      Seq(
         libraryDependencies ++= Seq(
           "org.apache.hadoop" % "hadoop-common" % hadoopVersion % "provided",
           "org.apache.hadoop" % "hadoop-hdfs" % hadoopVersion % "provided",

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/acc1ee5a/version.sbt
----------------------------------------------------------------------
diff --git a/version.sbt b/version.sbt
index 7b23e02..f3c7cf9 100644
--- a/version.sbt
+++ b/version.sbt
@@ -16,4 +16,4 @@
  * limitations under the License.
  */
 
-version in ThisBuild := "0.8.1-SNAPSHOT"
+version in ThisBuild := "0.8.1-RC0"