Repository: incubator-samza Updated Branches: refs/heads/0.8.0 66aea7094 -> 89d7cd8f4
SAMZA-472; update 0.8.0 release version Project: http://git-wip-us.apache.org/repos/asf/incubator-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza/commit/89d7cd8f Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/89d7cd8f Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/89d7cd8f Branch: refs/heads/0.8.0 Commit: 89d7cd8f49002c359f36d7702f4dcb3503f22322 Parents: 66aea70 Author: Chris Riccomini <[email protected]> Authored: Wed Nov 19 08:27:23 2014 -0800 Committer: Chris Riccomini <[email protected]> Committed: Wed Nov 19 08:27:23 2014 -0800 ---------------------------------------------------------------------- RELEASE.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/89d7cd8f/RELEASE.md ---------------------------------------------------------------------- diff --git a/RELEASE.md b/RELEASE.md index b2a6bb6..4f0e363 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -28,7 +28,7 @@ Then build the tarball: Then sign it: - gpg --sign --armor --detach-sig build/distribution/source/samza-sources-*.tgz + gpg --sign --armor --detach-sig build/distribution/source/apache-samza-*.tgz Make a signed git tag for the release candidate: http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/89d7cd8f/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index 5711c1b..f9157ed 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. group=org.apache.samza -version=0.8.0-SNAPSHOT +version=0.8.0 scalaVersion=2.10 gradleVersion=2.0
