You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by al...@apache.org on 2015/03/06 15:58:31 UTC

[1/2] incubator-taverna-language git commit: prevented execution of rat for non release

Repository: incubator-taverna-language
Updated Branches:
  refs/heads/master de2d370db -> dd9f0c242


prevented execution of rat for non release


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/4fc388c7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/4fc388c7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/4fc388c7

Branch: refs/heads/master
Commit: 4fc388c732809ab9e2d25766562dfaff202c1260
Parents: bdf5bd3
Author: Alan R Williams <al...@apache.org>
Authored: Fri Mar 6 14:59:56 2015 +0000
Committer: Alan R Williams <al...@apache.org>
Committed: Fri Mar 6 14:59:56 2015 +0000

----------------------------------------------------------------------
 pom.xml | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/4fc388c7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 33dc429..86f6e99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,15 +37,6 @@
 			<plugin>
 				<groupId>org.apache.rat</groupId>
 				<artifactId>apache-rat-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>rat-checks</id>
-						<phase>verify</phase>
-						<goals>
-							<goal>check</goal>
-						</goals>
-					</execution>
-				</executions>
 				<configuration>
 					<useDefaultExcludes>true</useDefaultExcludes>
 					<excludes>


[2/2] incubator-taverna-language git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-taverna-language

Posted by al...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-taverna-language


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/dd9f0c24
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/dd9f0c24
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/dd9f0c24

Branch: refs/heads/master
Commit: dd9f0c242d04f4d2d75c12c6bf70a9ac06ca82b0
Parents: 4fc388c de2d370
Author: Alan R Williams <al...@apache.org>
Authored: Fri Mar 6 15:00:41 2015 +0000
Committer: Alan R Williams <al...@apache.org>
Committed: Fri Mar 6 15:00:41 2015 +0000

----------------------------------------------------------------------
 README.md                    | 282 +++++++++++++++-----------------------
 pom.xml                      |   2 +
 taverna-databundle/pom.xml   |   2 +
 taverna-scufl2-api/README.md | 145 ++++++++++++++++++++
 4 files changed, 262 insertions(+), 169 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/dd9f0c24/pom.xml
----------------------------------------------------------------------