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/04/20 20:31:13 UTC

incubator-tinkerpop git commit: Change version to include "-incubating" on gremlin-server.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/3.0.0.M8-revised cf7866b7d -> e27f9bc7c


Change version to include "-incubating" on gremlin-server.


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

Branch: refs/heads/3.0.0.M8-revised
Commit: e27f9bc7ce18ef8cdbfe0afc949934ae50382539
Parents: cf7866b
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Apr 20 14:30:32 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Apr 20 14:30:32 2015 -0400

----------------------------------------------------------------------
 gremlin-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/e27f9bc7/gremlin-server/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-server/pom.xml b/gremlin-server/pom.xml
index 28c5a2a..e1a2241 100644
--- a/gremlin-server/pom.xml
+++ b/gremlin-server/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
     <parent>
         <groupId>org.apache.tinkerpop</groupId>
         <artifactId>tinkerpop</artifactId>
-        <version>3.0.0.M8</version>
+        <version>3.0.0.M8-incubating</version>
     </parent>
     <artifactId>gremlin-server</artifactId>
     <name>Apache TinkerPop :: Gremlin Server</name>