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 2018/03/26 12:25:49 UTC

[3/3] tinkerpop git commit: Re-enable revapi

Re-enable revapi

now that it only applies rules against official release versions and not release candidates and other builds CTR


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

Branch: refs/heads/master
Commit: 234bc3442ee45b0a9b9ab296159e25a8c173dc7c
Parents: 1e950fc
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Mar 26 08:24:53 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Mar 26 08:24:53 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/234bc344/gremlin-core/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-core/pom.xml b/gremlin-core/pom.xml
index 46baf49..fb4d2ee 100644
--- a/gremlin-core/pom.xml
+++ b/gremlin-core/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
     <artifactId>gremlin-core</artifactId>
     <name>Apache TinkerPop :: Gremlin Core</name>
     <properties>
-        <revapi.skip>true</revapi.skip>
+        <revapi.skip>false</revapi.skip>
     </properties>
     <dependencies>
         <dependency>