Increased version numbers

git-svn-id: 
https://taverna.googlecode.com/svn/taverna/utils/net.sf.taverna.t2.lang/branches/maintenance@16048
 bf327186-88b3-11dd-a302-d386e5130c1c


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

Branch: refs/heads/master
Commit: ddfae3fbb2afb62c5e4ed3619742bd6ce78a7761
Parents: 73450bc
Author: [email protected] 
<[email protected]@bf327186-88b3-11dd-a302-d386e5130c1c>
Authored: Fri Sep 13 17:01:57 2013 +0000
Committer: [email protected] 
<[email protected]@bf327186-88b3-11dd-a302-d386e5130c1c>
Committed: Fri Sep 13 17:01:57 2013 +0000

----------------------------------------------------------------------
 beans/pom.xml     | 2 +-
 io/pom.xml        | 2 +-
 observer/pom.xml  | 2 +-
 partition/pom.xml | 2 +-
 pom.xml           | 4 ++--
 results/pom.xml   | 2 +-
 ui/pom.xml        | 2 +-
 uibuilder/pom.xml | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/ddfae3fb/beans/pom.xml
----------------------------------------------------------------------
diff --git a/beans/pom.xml b/beans/pom.xml
index 2d5380c..3d19823 100644
--- a/beans/pom.xml
+++ b/beans/pom.xml
@@ -7,7 +7,7 @@
        <parent>
                <groupId>net.sf.taverna.t2</groupId>
                <artifactId>lang</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.5-SNAPSHOT</version>
        </parent>
        <dependencies>
                <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/ddfae3fb/io/pom.xml
----------------------------------------------------------------------
diff --git a/io/pom.xml b/io/pom.xml
index 7344fb1..7e58ce5 100644
--- a/io/pom.xml
+++ b/io/pom.xml
@@ -4,7 +4,7 @@
        <parent>
                <groupId>net.sf.taverna.t2</groupId>
                <artifactId>lang</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.5-SNAPSHOT</version>
        </parent>
        <groupId>net.sf.taverna.t2.lang</groupId>
        <artifactId>io</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/ddfae3fb/observer/pom.xml
----------------------------------------------------------------------
diff --git a/observer/pom.xml b/observer/pom.xml
index eb9cc2c..2724a36 100644
--- a/observer/pom.xml
+++ b/observer/pom.xml
@@ -7,7 +7,7 @@
        <parent>
                <groupId>net.sf.taverna.t2</groupId>
                <artifactId>lang</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.5-SNAPSHOT</version>
        </parent>
        <description>Implementation of the Observer pattern.</description>
        <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/ddfae3fb/partition/pom.xml
----------------------------------------------------------------------
diff --git a/partition/pom.xml b/partition/pom.xml
index 3346cae..318b0c8 100644
--- a/partition/pom.xml
+++ b/partition/pom.xml
@@ -7,7 +7,7 @@
        <parent>
                <groupId>net.sf.taverna.t2</groupId>
                <artifactId>lang</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.5-SNAPSHOT</version>
        </parent>
        <description>API for recursive subset partitioning</description>
        <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/ddfae3fb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ad1cb6f..e540cc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,14 +4,14 @@
        <parent>
                <groupId>net.sf.taverna</groupId>
                <artifactId>taverna-parent</artifactId>
-               <version>2.4-SNAPSHOT</version>
+               <version>2.5-SNAPSHOT</version>
         <relativePath>../../taverna-parent/pom.xml</relativePath>
        </parent>
        
        <modelVersion>4.0.0</modelVersion>
        <name>Taverna 2 language extensions</name>
        <groupId>net.sf.taverna.t2</groupId>
-       <version>1.4-SNAPSHOT</version>
+       <version>1.5-SNAPSHOT</version>
        <artifactId>lang</artifactId>
        <packaging>pom</packaging>
        <dependencyManagement>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/ddfae3fb/results/pom.xml
----------------------------------------------------------------------
diff --git a/results/pom.xml b/results/pom.xml
index 6de3586..61a6e05 100644
--- a/results/pom.xml
+++ b/results/pom.xml
@@ -6,7 +6,7 @@
        <parent>
                <groupId>net.sf.taverna.t2</groupId>
                <artifactId>lang</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.5-SNAPSHOT</version>
        </parent>
        <name>Common Results handling utilities</name>
        <description>Common utilities for handling results, in particular 
Baclava document handling and de-referencing T2References</description>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/ddfae3fb/ui/pom.xml
----------------------------------------------------------------------
diff --git a/ui/pom.xml b/ui/pom.xml
index 8a04d34..de2b422 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -8,7 +8,7 @@
        <parent>
                <groupId>net.sf.taverna.t2</groupId>
                <artifactId>lang</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.5-SNAPSHOT</version>
        </parent>
        <dependencies>
                <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/ddfae3fb/uibuilder/pom.xml
----------------------------------------------------------------------
diff --git a/uibuilder/pom.xml b/uibuilder/pom.xml
index 19204ab..b102fad 100644
--- a/uibuilder/pom.xml
+++ b/uibuilder/pom.xml
@@ -7,7 +7,7 @@
        <parent>
                <groupId>net.sf.taverna.t2</groupId>
                <artifactId>lang</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.5-SNAPSHOT</version>
        </parent>
        <dependencies>
                <dependency>

Reply via email to