Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
git-svn-id: https://taverna.googlecode.com/svn/scufl2/trunk@14419 bf327186-88b3-11dd-a302-d386e5130c1c
  • Loading branch information
stian@mygrid.org.uk committed Jan 20, 2012
1 parent 1fffb99 commit c80a345
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@

<groupId>uk.org.taverna.scufl2</groupId>
<artifactId>scufl2</artifactId>
<version>0.9</version>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Taverna Scufl 2</name>
Expand Down Expand Up @@ -90,9 +90,9 @@
<developerConnection>scm:git:ssh://git@github.com/myGrid/scufl2.git</developerConnection>
<url>https://github.com/myGrid/scufl2/</url>
-->
<connection>scm:svn:http://taverna.googlecode.com/svn/scufl2/tags/scufl2-0.9</connection>
<developerConnection>scm:svn:https://taverna.googlecode.com/svn/scufl2/tags/scufl2-0.9</developerConnection>
<url>http://code.google.com/p/taverna/source/browse/scufl2#scufl2%2Ftrunk/tags/scufl2-0.9</url>
<connection>scm:svn:http://taverna.googlecode.com/svn/scufl2/trunk/</connection>
<developerConnection>scm:svn:https://taverna.googlecode.com/svn/scufl2/trunk/</developerConnection>
<url>http://code.google.com/p/taverna/source/browse/scufl2#scufl2%2Ftrunk</url>
</scm>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion scufl2-api/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>uk.org.taverna.scufl2</groupId>
<artifactId>scufl2</artifactId>
<version>0.9</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>scufl2-api</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion scufl2-rdfxml/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>uk.org.taverna.scufl2</groupId>
<artifactId>scufl2</artifactId>
<version>0.9</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>scufl2-rdfxml</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion scufl2-scufl/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>uk.org.taverna.scufl2</groupId>
<artifactId>scufl2</artifactId>
<version>0.9</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>scufl2-scufl</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion scufl2-t2flow/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>uk.org.taverna.scufl2</groupId>
<artifactId>scufl2</artifactId>
<version>0.9</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>scufl2-t2flow</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion scufl2-ucfpackage/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>uk.org.taverna.scufl2</groupId>
<artifactId>scufl2</artifactId>
<version>0.9</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>scufl2-ucfpackage</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion scufl2-usecases/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>uk.org.taverna.scufl2</groupId>
<artifactId>scufl2</artifactId>
<version>0.9</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>scufl2-usecases</artifactId>
<name>Taverna Scufl 2 use cases</name>
Expand Down
2 changes: 1 addition & 1 deletion scufl2-validation-correctness/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>uk.org.taverna.scufl2</groupId>
<artifactId>scufl2</artifactId>
<version>0.9</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>scufl2-validation-correctness</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion scufl2-validation-structural/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>uk.org.taverna.scufl2</groupId>
<artifactId>scufl2</artifactId>
<version>0.9</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>scufl2-validation-structural</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion scufl2-validation/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>scufl2</artifactId>
<groupId>uk.org.taverna.scufl2</groupId>
<version>0.9</version>
<version>1.0-SNAPSHOT</version>
</parent>
<packaging>bundle</packaging>
<artifactId>scufl2-validation</artifactId>
Expand Down

0 comments on commit c80a345

Please sign in to comment.