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 2017/11/30 13:43:53 UTC

[05/11] incubator-taverna-server git commit: Apache Taverna Server 3.1.0 (or so)

Apache Taverna Server 3.1.0 (or so)


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

Branch: refs/heads/master
Commit: 39c3ab6946b9f6b0d9ca2188659cb5e1d7194306
Parents: a2765f5
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Nov 10 16:10:12 2017 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Nov 10 16:10:12 2017 +0000

----------------------------------------------------------------------
 taverna-server-webapp/src/main/webapp/WEB-INF/web-nosec.xml   | 6 +++---
 taverna-server-webapp/src/main/webapp/WEB-INF/web-partsec.xml | 6 +++---
 taverna-server-webapp/src/main/webapp/WEB-INF/web-sec.xml     | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/39c3ab69/taverna-server-webapp/src/main/webapp/WEB-INF/web-nosec.xml
----------------------------------------------------------------------
diff --git a/taverna-server-webapp/src/main/webapp/WEB-INF/web-nosec.xml b/taverna-server-webapp/src/main/webapp/WEB-INF/web-nosec.xml
index ed7ac06..6b0e983 100644
--- a/taverna-server-webapp/src/main/webapp/WEB-INF/web-nosec.xml
+++ b/taverna-server-webapp/src/main/webapp/WEB-INF/web-nosec.xml
@@ -19,9 +19,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
  -->
-<web-app id="TAVSERV-2.5.4">
-	<display-name>Taverna 2.5.4 Server</display-name>
-	<description>This is the front-end engine for Taverna 2.5.4 Server.</description>
+<web-app id="TAVSERV-3.1.0">
+	<display-name>Apache Taverna Server 3.1.0</display-name>
+	<description>This is the front-end engine for Apache Taverna Server 3.1.0.</description>
 	<context-param>
 		<param-name>contextConfigLocation</param-name>
 		<param-value>WEB-INF/insecure.xml</param-value>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/39c3ab69/taverna-server-webapp/src/main/webapp/WEB-INF/web-partsec.xml
----------------------------------------------------------------------
diff --git a/taverna-server-webapp/src/main/webapp/WEB-INF/web-partsec.xml b/taverna-server-webapp/src/main/webapp/WEB-INF/web-partsec.xml
index 4e2aa1d..2bba8c8 100644
--- a/taverna-server-webapp/src/main/webapp/WEB-INF/web-partsec.xml
+++ b/taverna-server-webapp/src/main/webapp/WEB-INF/web-partsec.xml
@@ -19,9 +19,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
  -->
-<web-app id="TAVSERV-2.5.4">
-	<display-name>Taverna 2.5.4 Server</display-name>
-	<description>This is the front-end engine for Taverna 2.5.4 Server.</description>
+<web-app id="TAVSERV-3.1.0">
+        <display-name>Apache Taverna Server 3.1.0</display-name>
+        <description>This is the front-end engine for Apache Taverna Server 3.1.0.</description>
 	<context-param>
 		<param-name>contextConfigLocation</param-name>
 		<param-value>WEB-INF/partsecure.xml</param-value>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/39c3ab69/taverna-server-webapp/src/main/webapp/WEB-INF/web-sec.xml
----------------------------------------------------------------------
diff --git a/taverna-server-webapp/src/main/webapp/WEB-INF/web-sec.xml b/taverna-server-webapp/src/main/webapp/WEB-INF/web-sec.xml
index becf2b0..64514ee 100644
--- a/taverna-server-webapp/src/main/webapp/WEB-INF/web-sec.xml
+++ b/taverna-server-webapp/src/main/webapp/WEB-INF/web-sec.xml
@@ -19,9 +19,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
  -->
-<web-app id="TAVSERV-2.5.4">
-	<display-name>Taverna 2.5.4 Server</display-name>
-	<description>This is the front-end engine for Taverna 2.5.4 Server.</description>
+<web-app id="TAVSERV-3.1.0">
+	<display-name>Apache Taverna Server 3.1.0</display-name>
+	<description>This is the front-end engine for Apache Taverna Server 3.1.0.</description>
 	<context-param>
 		<param-name>contextConfigLocation</param-name>
 		<param-value>WEB-INF/secure.xml</param-value>