Repository: incubator-taverna-commandline Updated Branches: refs/heads/master ffd750179 -> 14f376230
[maven-release-plugin] prepare release 3.1.0-incubating-RC1 Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/commit/14f37623 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/tree/14f37623 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/diff/14f37623 Branch: refs/heads/master Commit: 14f3762300d0d26c9efafb95d714198fc97d9224 Parents: ffd7501 Author: Stian Soiland-Reyes <[email protected]> Authored: Tue May 31 15:14:12 2016 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Tue May 31 15:14:12 2016 +0100 ---------------------------------------------------------------------- pom.xml | 7 +++---- taverna-commandline-api/pom.xml | 5 ++--- taverna-commandline-common/pom.xml | 5 ++--- taverna-commandline-launcher/pom.xml | 5 ++--- taverna-commandline-product/pom.xml | 5 ++--- 5 files changed, 11 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/14f37623/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f6fdf27..e40f078 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,7 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.taverna</groupId> @@ -27,7 +26,7 @@ </parent> <groupId>org.apache.taverna.commandline</groupId> <artifactId>apache-taverna-commandline</artifactId> - <version>3.1.0-incubating-SNAPSHOT</version> + <version>3.1.0-incubating</version> <packaging>pom</packaging> <name>Apache Taverna Command-line Tool</name> <properties> @@ -98,7 +97,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline.git</developerConnection> <url>https://github.com/apache/incubator-taverna-commandline</url> - <tag>HEAD</tag> + <tag>3.1.0-incubating-RC1</tag> </scm> <repositories> http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/14f37623/taverna-commandline-api/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-commandline-api/pom.xml b/taverna-commandline-api/pom.xml index 354c5a7..e1ef2a7 100644 --- a/taverna-commandline-api/pom.xml +++ b/taverna-commandline-api/pom.xml @@ -17,13 +17,12 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.taverna.commandline</groupId> <artifactId>apache-taverna-commandline</artifactId> - <version>3.1.0-incubating-SNAPSHOT</version> + <version>3.1.0-incubating</version> </parent> <packaging>bundle</packaging> <artifactId>taverna-commandline-api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/14f37623/taverna-commandline-common/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-commandline-common/pom.xml b/taverna-commandline-common/pom.xml index bda8436..08b4776 100644 --- a/taverna-commandline-common/pom.xml +++ b/taverna-commandline-common/pom.xml @@ -17,13 +17,12 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.taverna.commandline</groupId> <artifactId>apache-taverna-commandline</artifactId> - <version>3.1.0-incubating-SNAPSHOT</version> + <version>3.1.0-incubating</version> </parent> <artifactId>taverna-commandline-common</artifactId> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/14f37623/taverna-commandline-launcher/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-commandline-launcher/pom.xml b/taverna-commandline-launcher/pom.xml index 3e023ee..0159858 100644 --- a/taverna-commandline-launcher/pom.xml +++ b/taverna-commandline-launcher/pom.xml @@ -17,13 +17,12 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.taverna.commandline</groupId> <artifactId>apache-taverna-commandline</artifactId> - <version>3.1.0-incubating-SNAPSHOT</version> + <version>3.1.0-incubating</version> </parent> <artifactId>taverna-commandline-launcher</artifactId> <name>Apache Taverna Command-line Tool Launcher</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/14f37623/taverna-commandline-product/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-commandline-product/pom.xml b/taverna-commandline-product/pom.xml index 41f66e4..e71f3f4 100644 --- a/taverna-commandline-product/pom.xml +++ b/taverna-commandline-product/pom.xml @@ -17,13 +17,12 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.taverna.commandline</groupId> <artifactId>apache-taverna-commandline</artifactId> - <version>3.1.0-incubating-SNAPSHOT</version> + <version>3.1.0-incubating</version> </parent> <artifactId>taverna-commandline-product</artifactId> <name>Apache Taverna Command-line Tool Product</name>
