commit | 1cca37e512ef0e186ab5ba1dfb1267c4288d4989 | [log] [tgz] |
---|---|---|
author | Cole Greer <112986082+Cole-Greer@users.noreply.github.com> | Tue Jul 04 14:42:51 2023 -0700 |
committer | GitHub <noreply@github.com> | Tue Jul 04 14:42:51 2023 -0700 |
tree | c57934b41c2c18571681f628eff2ef1fc1d2a95c | |
parent | 6ef9fa1221e42ceb89bb77bc964425aaa7451d2d [diff] |
TINKERPOP-2954 - Pass Gremlin Version from Maven to Sources Without Manifests (#2113) TINKERPOP-2954 Use maven replacer plugin to inject version into clients Removes the jcabi manifest based version injection system. Manifest system was subject to errors in systems which removed manifests from jars and was also not compatible with GLV's. Removed jcabi manifests dependency from core, server, and driver