Fixed bad manifest entry for Gremlin Server CTR

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

Branch: refs/heads/TINKERPOP-1688
Commit: 924a67e1f1edb718a65a702c75217e5223baf298
Parents: 6156781
Author: Stephen Mallette <[email protected]>
Authored: Sat Jun 17 06:32:44 2017 -0400
Committer: Stephen Mallette <[email protected]>
Committed: Sat Jun 17 06:32:44 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/924a67e1/gremlin-server/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-server/pom.xml b/gremlin-server/pom.xml
index 3f70e7a..18f2740 100644
--- a/gremlin-server/pom.xml
+++ b/gremlin-server/pom.xml
@@ -146,7 +146,7 @@ limitations under the License.
                     <tarLongFileMode>warn</tarLongFileMode>
                     <archive>
                         <manifest>
-                            
<mainClass>org.apache.tinkerpop.gremlin.console.Console</mainClass>
+                            
<mainClass>org.apache.tinkerpop.gremlin.server.GremlinServer</mainClass>
                         </manifest>
                     </archive>
                 </configuration>

Reply via email to