You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2015/11/03 03:27:43 UTC

[42/50] [abbrv] incubator-apex-core git commit: Produce .zip and .tar.gz source release packages.

Produce .zip and .tar.gz source release packages.


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/93ca5616
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/93ca5616
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/93ca5616

Branch: refs/heads/master
Commit: 93ca5616fc68ee7911492e39212926eecad5035e
Parents: b47ab81
Author: Thomas Weise <th...@datatorrent.com>
Authored: Wed Oct 21 21:32:59 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Thu Oct 22 20:54:55 2015 -0700

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/93ca5616/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a5679d5..ee77ae6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -358,6 +358,7 @@
         <distMgmtReleaseId>apache.staging.https</distMgmtReleaseId>
         <distMgmtReleaseUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distMgmtReleaseUrl>
         <distMgmtDevUrl>file://${project.build.directory}/mvn-repo</distMgmtDevUrl>
+        <sourceReleaseAssemblyDescriptor>source-release-zip-tar</sourceReleaseAssemblyDescriptor>
         <package.prefix>/opt/datatorrent</package.prefix>
         <package.groupname>dtorrent</package.groupname>
       </properties>