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 2021/06/03 15:45:43 UTC

[tinkerpop] branch master updated: Bumped gremlint to 3.6.0-SNAPSHOT CTR

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new 01425e5  Bumped gremlint to 3.6.0-SNAPSHOT CTR
01425e5 is described below

commit 01425e549afb53aec143fd0963cb66f383adc04d
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Thu Jun 3 11:45:12 2021 -0400

    Bumped gremlint to 3.6.0-SNAPSHOT CTR
---
 gremlint/package-lock.json | 2 +-
 gremlint/package.json      | 2 +-
 gremlint/pom.xml           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gremlint/package-lock.json b/gremlint/package-lock.json
index 6743ea8..808d9e3 100644
--- a/gremlint/package-lock.json
+++ b/gremlint/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "gremlint",
-  "version": "3.5.1-alpha1",
+  "version": "3.6.0-alpha1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/gremlint/package.json b/gremlint/package.json
index 6a272e7..0ed3af7 100644
--- a/gremlint/package.json
+++ b/gremlint/package.json
@@ -1,6 +1,6 @@
 {
   "name": "gremlint",
-  "version": "3.5.1-alpha1",
+  "version": "3.6.0-alpha1",
   "description": "Linter/code formatter for Gremlin",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",
diff --git a/gremlint/pom.xml b/gremlint/pom.xml
index d47bf81..ee5c5d8 100644
--- a/gremlint/pom.xml
+++ b/gremlint/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
     <parent>
         <groupId>org.apache.tinkerpop</groupId>
         <artifactId>tinkerpop</artifactId>
-        <version>3.5.1-SNAPSHOT</version>
+        <version>3.6.0-SNAPSHOT</version>
     </parent>
     <artifactId>gremlint</artifactId>
     <name>Apache TinkerPop :: Gremlint</name>