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 2018/01/08 17:09:01 UTC

[1/4] incubator-taverna-server git commit: Version 3.1.0

Repository: incubator-taverna-server
Updated Branches:
  refs/heads/master b7e92ce5d -> 8f83517cd


Version 3.1.0


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

Branch: refs/heads/master
Commit: 92be09ad541c23637037eef64f746eb1df273cd4
Parents: 19b0d1e
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Jan 8 17:06:23 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Jan 8 17:06:23 2018 +0000

----------------------------------------------------------------------
 .../java/org/taverna/server/master/common/version/Version.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/92be09ad/taverna-server-webapp/src/main/java/org/taverna/server/master/common/version/Version.java
----------------------------------------------------------------------
diff --git a/taverna-server-webapp/src/main/java/org/taverna/server/master/common/version/Version.java b/taverna-server-webapp/src/main/java/org/taverna/server/master/common/version/Version.java
index 444cb2b..bd50db2 100644
--- a/taverna-server-webapp/src/main/java/org/taverna/server/master/common/version/Version.java
+++ b/taverna-server-webapp/src/main/java/org/taverna/server/master/common/version/Version.java
@@ -38,9 +38,9 @@ public interface Version {
  * @author Donal Fellows
  */
 interface Constants {
-	static final String MAJOR = "2";
-	static final String MINOR = "5";
-	static final String PATCH = "4";
+	static final String MAJOR = "3";
+	static final String MINOR = "1";
+	static final String PATCH = "0";
 
 	static final char alphaChar = '\u03b1';
 	static final char betaChar = '\u03b2';


[3/4] incubator-taverna-server git commit: Don't fail git plugin if .git/ is missing

Posted by st...@apache.org.
Don't fail git plugin if .git/ is missing


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

Branch: refs/heads/master
Commit: 764f2a330bd78337118cb3bf0c7ab65aa1d6593a
Parents: de6a04a
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Jan 8 17:06:49 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Jan 8 17:06:49 2018 +0000

----------------------------------------------------------------------
 taverna-server-webapp/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/764f2a33/taverna-server-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-webapp/pom.xml b/taverna-server-webapp/pom.xml
index cd3b703..b39854a 100644
--- a/taverna-server-webapp/pom.xml
+++ b/taverna-server-webapp/pom.xml
@@ -580,6 +580,8 @@ limitations under the License.
 					<dotGitDirectory>${project.basedir}/../.git</dotGitDirectory>
 					<prefix>git</prefix>
 					<verbose>true</verbose>
+					<!-- .git is not included in -source releases -->
+					<failOnNoGitDirectory>false</failOnNoGitDirectory>
 				</configuration>
 			</plugin>
 			<plugin>


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

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


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

Branch: refs/heads/master
Commit: 8f83517cd7e6fea573211ff7b09726063b8ffca0
Parents: 764f2a3 b7e92ce
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Jan 8 17:08:52 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Jan 8 17:08:52 2018 +0000

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



[2/4] incubator-taverna-server git commit: Remove "pre-release" warning

Posted by st...@apache.org.
Remove "pre-release" warning


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

Branch: refs/heads/master
Commit: de6a04aacd807f894e25b3e8e0011658a2b2cf00
Parents: 92be09a
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Jan 8 17:06:40 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Jan 8 17:06:40 2018 +0000

----------------------------------------------------------------------
 taverna-server-webapp/src/main/resources/welcome.html | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/de6a04aa/taverna-server-webapp/src/main/resources/welcome.html
----------------------------------------------------------------------
diff --git a/taverna-server-webapp/src/main/resources/welcome.html b/taverna-server-webapp/src/main/resources/welcome.html
index 38dbd4c..87df8ad 100644
--- a/taverna-server-webapp/src/main/resources/welcome.html
+++ b/taverna-server-webapp/src/main/resources/welcome.html
@@ -24,9 +24,6 @@ limitations under the License.
 <h1>Apache Taverna Server %{VERSION}</h1>
 <div style="text-align;center">
 	<p>
-		<i>Note that this is a pre-release version. Significant known
-			issues remain open and it is not guaranteed that the service API
-			will be stable.</i>
 	</p>
 </div>
 <p>For a full list of operations, see the <a