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/tp33 Commit: 234bc3442ee45b0a9b9ab296159e25a8c173dc7c Parents: 1e950fc Author: Stephen Mallette <[email protected]> Authored: Mon Mar 26 08:24:53 2018 -0400 Committer: Stephen Mallette <[email protected]> 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>
