You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/09/09 15:09:33 UTC

[1/2] incubator-tinkerpop git commit: Update release docs with JIRA admin tasks.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 2737a69cb -> d3a60a643


Update release docs with JIRA admin tasks.


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

Branch: refs/heads/master
Commit: 266d70d45540dd178ac364d7eb60ba7ea69efb71
Parents: 187ea93
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Sep 9 09:06:59 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Sep 9 09:06:59 2015 -0400

----------------------------------------------------------------------
 RELEASE.asciidoc | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/266d70d4/RELEASE.asciidoc
----------------------------------------------------------------------
diff --git a/RELEASE.asciidoc b/RELEASE.asciidoc
index af342b3..4044be0 100644
--- a/RELEASE.asciidoc
+++ b/RELEASE.asciidoc
@@ -33,7 +33,7 @@ A release candidate is an unofficial release that is represented by a tagged ver
 .. `mvn verify -DskipIntegrationTests=false -DincludeNeo4j`
 .. `mvn verify -DskipPerformanceTests=false`
 . `bin/publish-docs.sh <username>` - note that under a release candidate the documentation is published as SNAPSHOT
-. `mvn versions:set -DnewVersion=x.y.z -DgenerateBackupPoms=false` to update the project files to reference a non-SNAPSHOT version.
+. `mvn versions:set -DnewVersion=x.y.z -DgenerateBackupPoms=false` to update the project files to reference a non-SNAPSHOT version
 . `git diff` and review the updated files (expect all `pom.xml` files and this README)
 . `git commit -a -m "TinkerPop x.y.z release"` and `git push`
 . `git tag -a -m "TinkerPop x.y.z release" x.y.z` and `git push --tags`
@@ -72,17 +72,21 @@ A positive vote for a particular release from the TinkerPop PMC is required to m
 .. `cp ~/.m2/repository/org/apache/tinkerpop/tinkerpop/x.y.z/tinkerpop-x.y.z-source-release.zip* dev/x.y.z`
 .. `cd dev/x.y.z` and `for f in *.zip*; do  mv "$f" "apache-$f"; done`
 .. `cd ..; svn add x.y.z/; svn ci -m "TinkerPop x.y.z release"`
-. Submit for `[VOTE]` at `dev@tinkerpop.incubator.apache.org` (see email template below).
-. *Wait for vote acceptance* (72 hours).
+. Perform JIRA administration tasks:
+.. "Release" the current version and set the "release date"
+.. If there is to be a follow on release in the current line of code, create that new version specifying the "start date"
+.. Migrate the "Affected Version" of all unresolved issues to the next lowest common denominator version - if version 3.0.1 released then all 3.0.0 issues should move forward to 3.0.1 as they now "affect" that latest release
+. Submit for `[VOTE]` at `dev@tinkerpop.incubator.apache.org` (see email template below)
+. *Wait for vote acceptance* (72 hours)
 
 Incubator Vote
 ~~~~~~~~~~~~~~
 
 A positive vote for a particular release from the Apache Incubator is required to move to the following phase.
 
-. Submit for `[VOTE]` at `general@incubator.apache.org` (see email template below).
+. Submit for `[VOTE]` at `general@incubator.apache.org` (see email template below)
 .. Include the vote tally: "Apache TinkerPop (http://tinkerpop.incubator.apache.org/) would like to release TinkerPop x.y.z. We had a dev@ VOTE which resulted in a tally of +1 (3), 0 (0), and -1 (0). We now present our artifacts for vote by Incubator."
-. *Wait for vote acceptance* (72 hours).
+. *Wait for vote acceptance* (72 hours)
 
 Release & Promote
 ~~~~~~~~~~~~~~~~~
@@ -96,7 +100,7 @@ Release & Promote
 . `cd release; svn add x.y.z/; svn ci -m "TinkerPop x.y.z release"`
 . Update homepage with references to latest distribution and to other internal links elsewhere on the page.
 . Wait for Apache Central to sync the jars and src (link:http://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/[http://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/]).
-. Announce release on `dev@`/`gremlin-users@` mailing lists and tweet from `@apachetinkerpop`.
+. Announce release on `dev@`/`gremlin-users@` mailing lists and tweet from `@apachetinkerpop`
 
 Example `[VOTE]` email:
 


[2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp30'

Posted by sp...@apache.org.
Merge remote-tracking branch 'origin/tp30'


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

Branch: refs/heads/master
Commit: d3a60a64379cee2d0cac9ce69764d4ccb3ee7dfc
Parents: 2737a69 266d70d
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Sep 9 09:09:22 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Sep 9 09:09:22 2015 -0400

----------------------------------------------------------------------
 RELEASE.asciidoc | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)
----------------------------------------------------------------------