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 2019/06/04 16:04:02 UTC

[tinkerpop] 03/08: Let the shade plugin inherit version from parent 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

commit c54ae0ed701b3b8978c4bceb4986c07c1640006e
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Jun 4 11:38:39 2019 -0400

    Let the shade plugin inherit version from parent CTR
---
 gremlin-console/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gremlin-console/pom.xml b/gremlin-console/pom.xml
index 20c93e9..8571fb7 100644
--- a/gremlin-console/pom.xml
+++ b/gremlin-console/pom.xml
@@ -215,7 +215,6 @@ limitations under the License.
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>3.0.0</version>
                 <executions>
                     <execution>
                         <phase>package</phase>