Skip to content

Commit

Permalink
The project version used by maven2 POMs is now 1.1.1-SNAPSHOT (the ne…
Browse files Browse the repository at this point in the history
…xt development version after 1.1.0 is released)

git-svn-id: http://svn.bigcat.unimaas.nl/bridgedb/trunk@545 e3f1d335-44b1-4163-9530-9b341189ae98
  • Loading branch information
rodche committed Oct 4, 2011
1 parent d8ea402 commit dd02e97
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
16 changes: 8 additions & 8 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<parent>
<artifactId>bridgedb-bundle</artifactId>
<groupId>org.bridgedb</groupId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.bridgedb</groupId>
<artifactId>examples</artifactId>
<name>Bridge DB Examples</name>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>

<build>
<directory>target</directory>
Expand All @@ -34,25 +34,25 @@
<dependency>
<groupId>org.bridgedb</groupId>
<artifactId>org.bridgedb</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bridgedb</groupId>
<artifactId>org.bridgedb.bio</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bridgedb.webservice</groupId>
<artifactId>org.bridgedb.webservice.bridgerest</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bridgedb.webservice</groupId>
<artifactId>org.bridgedb.webservice.biomart</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -84,13 +84,13 @@
<dependency>
<groupId>org.bridgedb.webservice</groupId>
<artifactId>org.bridgedb.webservice.picr</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bridgedb.webservice</groupId>
<artifactId>org.bridgedb.webservice.cronos</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion org.bridgedb.bio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>bridgedb-bundle</artifactId>
<groupId>org.bridgedb</groupId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion org.bridgedb.rdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>bridgedb-bundle</artifactId>
<groupId>org.bridgedb</groupId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion org.bridgedb.server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>bridgedb-bundle</artifactId>
<groupId>org.bridgedb</groupId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<build>
<directory>target</directory>
Expand Down
2 changes: 1 addition & 1 deletion org.bridgedb.webservice.biomart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>bridgedb-bundle</artifactId>
<groupId>org.bridgedb</groupId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion org.bridgedb.webservice.bridgerest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>bridgedb-bundle</artifactId>
<groupId>org.bridgedb</groupId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion org.bridgedb.webservice.cronos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>bridgedb-bundle</artifactId>
<groupId>org.bridgedb</groupId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion org.bridgedb.webservice.picr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>bridgedb-bundle</artifactId>
<groupId>org.bridgedb</groupId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion org.bridgedb.webservice.synergizer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>bridgedb-bundle</artifactId>
<groupId>org.bridgedb</groupId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion org.bridgedb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>bridgedb-bundle</artifactId>
<groupId>org.bridgedb</groupId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>bridgedb-bundle</artifactId>
<packaging>pom</packaging>
<name>BridgeDb bundle</name>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<modules>
<module>org.bridgedb</module>
<module>org.bridgedb.bio</module>
Expand Down
6 changes: 3 additions & 3 deletions taverna-bridgedb/bridgedb-activity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
<dependency>
<groupId>org.bridgedb</groupId>
<artifactId>org.bridgedb</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bridgedb</groupId>
<artifactId>org.bridgedb.bio</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bridgedb.webservice</groupId>
<artifactId>org.bridgedb.webservice.bridgerest</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down

0 comments on commit dd02e97

Please sign in to comment.