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 2015/04/20 22:14:04 UTC

[02/21] incubator-tinkerpop git commit: Add "apache-incubating" as a prefix to the binary distribution files.

Add "apache-incubating" as a prefix to the binary distribution files.


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

Branch: refs/heads/master
Commit: 82e4987d180673f83bf73baf62b24bb1ba77162c
Parents: a373806
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Apr 20 11:15:22 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Apr 20 11:15:22 2015 -0400

----------------------------------------------------------------------
 gremlin-console/pom.xml | 2 +-
 gremlin-server/pom.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/82e4987d/gremlin-console/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-console/pom.xml b/gremlin-console/pom.xml
index 7132be1..556b05f 100644
--- a/gremlin-console/pom.xml
+++ b/gremlin-console/pom.xml
@@ -123,7 +123,7 @@ limitations under the License.
                         <descriptor>src/assembly/standalone.xml</descriptor>
                         <descriptor>src/assembly/distribution.xml</descriptor>
                     </descriptors>
-                    <finalName>${project.artifactId}-${project.version}</finalName>
+                    <finalName>apache-incubating-${project.artifactId}-${project.version}</finalName>
                     <outputDirectory>target</outputDirectory>
                     <workDirectory>target/assembly/work</workDirectory>
                     <tarLongFileMode>warn</tarLongFileMode>

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/82e4987d/gremlin-server/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-server/pom.xml b/gremlin-server/pom.xml
index d1495e8..8900f9a 100644
--- a/gremlin-server/pom.xml
+++ b/gremlin-server/pom.xml
@@ -119,7 +119,7 @@ limitations under the License.
                         <descriptor>src/assembly/standalone.xml</descriptor>
                         <descriptor>src/assembly/distribution.xml</descriptor>
                     </descriptors>
-                    <finalName>${project.artifactId}-${project.version}</finalName>
+                    <finalName>apache-incubating-${project.artifactId}-${project.version}</finalName>
                     <outputDirectory>target</outputDirectory>
                     <workDirectory>target/assembly/work</workDirectory>
                     <tarLongFileMode>warn</tarLongFileMode>