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 2016/08/28 18:26:24 UTC

incubator-s2graph git commit: [S2GRAPH-89]: Change version number on project.

Repository: incubator-s2graph
Updated Branches:
  refs/heads/master 0d1b46616 -> 85aae7f7b


[S2GRAPH-89]: Change version number on project.

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

Pull Request:
    Closes #62

Authors:
    DO YUNG YOON: steamshon@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/85aae7f7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/85aae7f7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/85aae7f7

Branch: refs/heads/master
Commit: 85aae7f7b8314e97da6df60ce23609653851b4ab
Parents: 0d1b466
Author: DO YUNG YOON <st...@apache.org>
Authored: Mon Aug 29 03:27:16 2016 +0900
Committer: DO YUNG YOON <st...@apache.org>
Committed: Mon Aug 29 03:27:16 2016 +0900

----------------------------------------------------------------------
 CHANGES                        |  2 ++
 build.sbt                      | 17 +++++++++++++++--
 dev_support/docker-compose.yml |  2 +-
 project/plugins.sbt            |  2 ++
 s2counter_loader/build.sbt     |  2 --
 5 files changed, 20 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/85aae7f7/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 091d5bf..5a2eb40 100644
--- a/CHANGES
+++ b/CHANGES
@@ -145,6 +145,8 @@ Release 0.12.1 - unreleased
 
     S2GRAPH-88: Add DISCLAIMER, LICENSE, NOTICE on packaging process.
 		(Contributed by Jong Wook Kim<jo...@nyu.edu>, committed by DOYUNG YOON)
+    
+    S2GRAPH-89: Change version number on project. (Committed by DOYUNG YOON).
 
   TEST
     

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/85aae7f7/build.sbt
----------------------------------------------------------------------
diff --git a/build.sbt b/build.sbt
index d3c6692..73769d8 100755
--- a/build.sbt
+++ b/build.sbt
@@ -17,12 +17,13 @@
  * under the License.
  */
 
+import ReleaseTransformations._
+
 name := "s2graph"
 
 lazy val commonSettings = Seq(
-  organization := "com.kakao.s2graph",
+  organization := "org.apache.s2graph",
   scalaVersion := "2.11.7",
-  version := "0.12.1-SNAPSHOT",
   scalacOptions := Seq("-language:postfixOps", "-unchecked", "-deprecation", "-feature", "-Xlint"),
   javaOptions ++= collection.JavaConversions.propertiesAsScalaMap(System.getProperties).map { case (key, value) => "-D" + key + "=" + value }.toSeq,
   testOptions in Test += Tests.Argument("-oDF"),
@@ -74,3 +75,15 @@ runRatTask := {
 }
 
 Packager.defaultSettings
+
+releaseProcess := Seq[ReleaseStep](
+  checkSnapshotDependencies,              // : ReleaseStep
+  inquireVersions,                        // : ReleaseStep
+  runTest,                                // : ReleaseStep
+  setReleaseVersion,                      // : ReleaseStep
+  commitReleaseVersion,                   // : ReleaseStep, performs the initial git checks
+  tagRelease,                             // : ReleaseStep
+  publishArtifacts,                       // : ReleaseStep, checks whether `publishTo` is properly set up
+  setNextVersion,                         // : ReleaseStep
+  commitNextVersion
+)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/85aae7f7/dev_support/docker-compose.yml
----------------------------------------------------------------------
diff --git a/dev_support/docker-compose.yml b/dev_support/docker-compose.yml
index ba9d489..156c3fa 100644
--- a/dev_support/docker-compose.yml
+++ b/dev_support/docker-compose.yml
@@ -1,5 +1,5 @@
 graph:
-    image: s2rest_play:0.12.1-SNAPSHOT
+    image: s2rest_play:0.1.0
     container_name: graph
     net: container:graph_hbase
 

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/85aae7f7/project/plugins.sbt
----------------------------------------------------------------------
diff --git a/project/plugins.sbt b/project/plugins.sbt
index efce134..926c8d2 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -12,5 +12,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.3")
 
 addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.0")
 
+addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")
+
 resolvers += Resolver.typesafeRepo("releases")
 

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/85aae7f7/s2counter_loader/build.sbt
----------------------------------------------------------------------
diff --git a/s2counter_loader/build.sbt b/s2counter_loader/build.sbt
index 27f08f5..d7a6123 100644
--- a/s2counter_loader/build.sbt
+++ b/s2counter_loader/build.sbt
@@ -21,8 +21,6 @@ import sbtassembly.Plugin.AssemblyKeys._
 
 name := "s2counter-loader"
 
-version := "0.12.1-SNAPSHOT"
-
 scalacOptions in Test ++= Seq("-Yrangepos")
 
 libraryDependencies ++= Seq(