Repository: incubator-gearpump Updated Branches: refs/heads/master 292c80c95 -> 6d919ec97
Bump up version to 0.8.2-SNAPSHOT Author: manuzhang <[email protected]> Closes #73 from manuzhang/bump_up. Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/6d919ec9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/6d919ec9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/6d919ec9 Branch: refs/heads/master Commit: 6d919ec977e772d9d51fe2f35741f67d00af5c98 Parents: 292c80c Author: manuzhang <[email protected]> Authored: Fri Aug 12 13:09:13 2016 +0800 Committer: manuzhang <[email protected]> Committed: Fri Aug 12 13:09:13 2016 +0800 ---------------------------------------------------------------------- .travis.yml | 2 +- docs/_config.yml | 2 +- notes/about.markdown | 4 ++-- version.sbt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6d919ec9/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index e4706f8..e7e8abd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ script: if [[ $TRAVIS_PULL_REQUEST != "false" || $TRAVIS_REPO_SLUG != "apache/incubator-gearpump" ]]; then sbt -jvm-opts project/travis/jvmopts clean +assembly scalastyle test:scalastyle it:scalastyle unidoc coverage +test | grep -v -E "$skipLogs"; elif [[ $TRAVIS_BRANCH == "master" ]]; - then sbt -jvm-opts project/travis/jvmopts clean +publish | grep -v -E "$skipLogs"; sbt -jvm-opts project/travis/jvmopts scalastyle test:scalastyle it:scalastyle unidoc coverage +test | grep -v -E "$skipLogs"; + then sbt -jvm-opts project/travis/jvmopts clean +assembly +publish | grep -v -E "$skipLogs"; sbt -jvm-opts project/travis/jvmopts scalastyle test:scalastyle it:scalastyle unidoc coverage +test | grep -v -E "$skipLogs"; elif [[ $TRAVIS_TAG != "" ]]; then sbt -jvm-opts project/travis/jvmopts clean +assembly +packArchiveZip | grep -v -E "$skipLogs"; fi http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6d919ec9/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index eaa5b33..a8f4a2e 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 +GEARPUMP_VERSION: 0.8.2-SNAPSHOT SCALA_BINARY_VERSION: "2.11" SCALA_VERSION: "2.11.8" http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6d919ec9/notes/about.markdown ---------------------------------------------------------------------- diff --git a/notes/about.markdown b/notes/about.markdown index 0a2c8b6..a18fd11 100644 --- a/notes/about.markdown +++ b/notes/about.markdown @@ -1,2 +1,2 @@ -Gearpump is a lightweight real-time big data streaming engine. -For more information, visit [http://gearpump.io](http://gearpump.io) +Apache Gearpump (incubating) is a lightweight real-time big data streaming engine. +For more information, visit [http://gearpump.apache.org](http://gearpump.apache.org) http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6d919ec9/version.sbt ---------------------------------------------------------------------- diff --git a/version.sbt b/version.sbt index c19a44b..6f96fe0 100644 --- a/version.sbt +++ b/version.sbt @@ -16,4 +16,4 @@ * limitations under the License. */ -version in ThisBuild := "0.8.1" +version in ThisBuild := "0.8.2-SNAPSHOT"
