You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2016/05/31 14:30:16 UTC

incubator-taverna-commandline git commit: enable -release.zip also for apache-release

Repository: incubator-taverna-commandline
Updated Branches:
  refs/heads/master bcebfa7f1 -> ad74fd981


enable -release.zip also for apache-release


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/commit/ad74fd98
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/tree/ad74fd98
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/diff/ad74fd98

Branch: refs/heads/master
Commit: ad74fd981c6c8010b1ddd72b44af28de0dccb0cd
Parents: bcebfa7
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Tue May 31 15:29:58 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Tue May 31 15:29:58 2016 +0100

----------------------------------------------------------------------
 taverna-commandline-product/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/ad74fd98/taverna-commandline-product/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-commandline-product/pom.xml b/taverna-commandline-product/pom.xml
index 82d24c2..bdd6aa9 100644
--- a/taverna-commandline-product/pom.xml
+++ b/taverna-commandline-product/pom.xml
@@ -68,6 +68,14 @@
         <profile.pluginSite>https://taverna.incubator.apache.org/plugins/commandline/</profile.pluginSite>
       </properties>
     </profile>
+    <profile>
+      <id>apache-release</id>
+      <properties>
+        <assembly.descriptor>src/main/assembly/release-assembly.xml</assembly.descriptor>
+        <profile.updateSite>https://taverna.incubator.apache.org/updates/commandline/</profile.updateSite>
+        <profile.pluginSite>https://taverna.incubator.apache.org/plugins/commandline/</profile.pluginSite>
+      </properties>
+    </profile>
   </profiles>
   <build>
     <finalName>apache-taverna-commandline-${project.version}</finalName>