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 2015/06/11 18:35:29 UTC

[10/31] incubator-taverna-language git commit: Update pom.xml

Update pom.xml

main class changed

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

Branch: refs/heads/master
Commit: 601e6640f028401a87596b22798ac699e40d214d
Parents: c79acc0
Author: Menaka Jayawardena <me...@gmail.com>
Authored: Tue Jun 9 01:01:59 2015 +0530
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Jun 11 17:33:28 2015 +0100

----------------------------------------------------------------------
 taverna-language-commandline/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/601e6640/taverna-language-commandline/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-language-commandline/pom.xml b/taverna-language-commandline/pom.xml
index 93aa3e1..8eed74f 100644
--- a/taverna-language-commandline/pom.xml
+++ b/taverna-language-commandline/pom.xml
@@ -89,7 +89,7 @@
             <configuration>
               <transformers>
                 <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
-                  <mainClass>org.apache.taverna.commandline.TavernaCommandline</mainClass>
+                  <mainClass>org.apache.tavlang.commandline</mainClass>
                 </transformer>
               </transformers>
             </configuration>