You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by st...@apache.org on 2017/08/24 06:21:07 UTC

[1/2] incubator-s2graph git commit: Update version.sbt after 0.2.0-incubating release.

Repository: incubator-s2graph
Updated Branches:
  refs/heads/master 08046e36b -> 67ec1cea8


Update version.sbt after 0.2.0-incubating release.


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

Branch: refs/heads/master
Commit: b2c23e6fa5482c57591088ae243008c2904d1942
Parents: 08046e3
Author: DO YUNG YOON <st...@apache.org>
Authored: Thu Aug 24 15:16:18 2017 +0900
Committer: DO YUNG YOON <st...@apache.org>
Committed: Thu Aug 24 15:17:49 2017 +0900

----------------------------------------------------------------------
 s2graph_gremlin/examples/s2graph_install.groovy | 2 +-
 version.sbt                                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/b2c23e6f/s2graph_gremlin/examples/s2graph_install.groovy
----------------------------------------------------------------------
diff --git a/s2graph_gremlin/examples/s2graph_install.groovy b/s2graph_gremlin/examples/s2graph_install.groovy
index 2aad60c..d4ec95c 100644
--- a/s2graph_gremlin/examples/s2graph_install.groovy
+++ b/s2graph_gremlin/examples/s2graph_install.groovy
@@ -17,5 +17,5 @@
  * under the License.
  */
 
-:install org.apache.s2graph s2graph-gremlin 0.1.1-SNAPSHOT
+:install org.apache.s2graph s2graph-gremlin 0.2.1-SNAPSHOT
 :plugin use tinkerpop.s2graph
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/b2c23e6f/version.sbt
----------------------------------------------------------------------
diff --git a/version.sbt b/version.sbt
index c50ee27..06e8d27 100644
--- a/version.sbt
+++ b/version.sbt
@@ -16,4 +16,4 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-version in ThisBuild := "0.1.1-SNAPSHOT"
\ No newline at end of file
+version in ThisBuild := "0.2.1-SNAPSHOT"
\ No newline at end of file


[2/2] incubator-s2graph git commit: [S2GRAPH-163]: Update version.sbt after release

Posted by st...@apache.org.
[S2GRAPH-163]: Update version.sbt after release

JIRA:
    [S2GRAPH-163] https://issues.apache.org/jira/browse/S2GRAPH-163

Pull Request:
    Closes #122

Author
    DO YUNG YOON <st...@apache.org>


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

Branch: refs/heads/master
Commit: 67ec1cea86d6fa82f4bc8923e0e9a20e2687bb68
Parents: b2c23e6
Author: DO YUNG YOON <st...@apache.org>
Authored: Thu Aug 24 15:20:33 2017 +0900
Committer: DO YUNG YOON <st...@apache.org>
Committed: Thu Aug 24 15:20:33 2017 +0900

----------------------------------------------------------------------
 CHANGES | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/67ec1cea/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 5357713..ffe95cd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -32,6 +32,7 @@ Release Notes - S2Graph - Version 0.2.0
     * [S2GRAPH-158] - Bug fix on String type InnerVal encoding to use UTF-8 charsetName.
     * [S2GRAPH-160] - Remove warning while package
     * [S2GRAPH-161] - Update CHANGES file with correct release version
+    * [S2GRAPH-163] - Update version.sbt after release
 
 ** Bug
     * [S2GRAPH-159] - Wrong syntax at a bash script under Linux