You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ja...@apache.org on 2017/06/09 17:32:13 UTC

samza git commit: Update release instructions to publish artifacts for different scala versions

Repository: samza
Updated Branches:
  refs/heads/master 5418a981d -> 53c43dcec


Update release instructions to publish artifacts for different scala versions

Author: vjagadish1989 <jv...@linkedin.com>

Reviewers: Jake Maes<jm...@apache.org>, Prateek Maheshwari<pm...@linkedin.com>

Closes #222 from vjagadish1989/release-instr


Project: http://git-wip-us.apache.org/repos/asf/samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/53c43dce
Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/53c43dce
Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/53c43dce

Branch: refs/heads/master
Commit: 53c43dcecad471ef4ff370c166149abb1b4240a8
Parents: 5418a98
Author: vjagadish1989 <jv...@linkedin.com>
Authored: Fri Jun 9 10:32:09 2017 -0700
Committer: vjagadish1989 <jv...@linkedin.com>
Committed: Fri Jun 9 10:32:09 2017 -0700

----------------------------------------------------------------------
 RELEASE.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/53c43dce/RELEASE.md
----------------------------------------------------------------------
diff --git a/RELEASE.md b/RELEASE.md
index f101700..aef06ad 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -95,6 +95,13 @@ If the VOTE has successfully passed on the release candidate, you can log in to
 [repository web interface](https://repository.apache.org) (same as above) and "release" 
 the org.apache.samza repository listed under "Staging Repositories".
 
+The instructions above publish the Samza artifacts for scala 2.11. To publish for scala 2.10 and 2.12:
+
+* Set the desired `scalaVersion` in `gradle.properties`.
+* Run `./gradlew clean uploadArchives` to generate and upload the Samza artifacts.
+* Login to the [repository web interface](https://repository.apache.org/) with your Apache LDAP 
+credentials, "close" the created repository and "release" it.
+
 ## Steps to Upload Source Tarball to Apache SVN
 
 Check out the following Apache dist SVN to local:
@@ -121,6 +128,6 @@ In order to ensure that the release is available in public mirrors, wait for the
 to show up in [maven central](http://search.maven.org/#search%7Cga%7C1%7Csamza). A full list of mirrors can be found [here](http://www.apache.org/dyn/closer.cgi).
 Do not publish the website or any public document until the release jars are available for download.
 
-## Steps to Update Public Document
+## Steps to Update Public Documentation
 
 Please refer to docs/README.md, specifically "Release-new-version Website Checklist" section.