Skip to content

Commit

Permalink
Changed to version 1.1.0 in all POMs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.bigcat.unimaas.nl/bridgedb/trunk@544 e3f1d335-44b1-4163-9530-9b341189ae98
  • Loading branch information
rodche committed Oct 4, 2011
1 parent 75509b1 commit d8ea402
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 25 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.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.bridgedb</groupId>
<artifactId>examples</artifactId>
<name>Bridge DB Examples</name>
<version>1.0-SNAPSHOT</version>
<version>1.1.0</version>

<build>
<directory>target</directory>
Expand All @@ -34,25 +34,25 @@
<dependency>
<groupId>org.bridgedb</groupId>
<artifactId>org.bridgedb</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bridgedb</groupId>
<artifactId>org.bridgedb.bio</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bridgedb.webservice</groupId>
<artifactId>org.bridgedb.webservice.bridgerest</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bridgedb.webservice</groupId>
<artifactId>org.bridgedb.webservice.biomart</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0</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.0-SNAPSHOT</version>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bridgedb.webservice</groupId>
<artifactId>org.bridgedb.webservice.cronos</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0</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.0-SNAPSHOT</version>
<version>1.1.0</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.0-SNAPSHOT</version>
<version>1.1.0</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.0-SNAPSHOT</version>
<version>1.1.0</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.0-SNAPSHOT</version>
<version>1.1.0</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.0-SNAPSHOT</version>
<version>1.1.0</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.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
import org.bridgedb.bio.BioDataSource;

import junit.framework.TestCase;
//import org.junit.Ignore;

//@Ignore
public class Test extends TestCase
{
@Override public void setUp() throws ClassNotFoundException
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.0-SNAPSHOT</version>
<version>1.1.0</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.0-SNAPSHOT</version>
<version>1.1.0</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.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<build>
Expand Down
11 changes: 6 additions & 5 deletions 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.0-SNAPSHOT</version>
<version>1.1.0</version>
<modules>
<module>org.bridgedb</module>
<module>org.bridgedb.bio</module>
Expand Down Expand Up @@ -44,20 +44,21 @@

<profiles>
<profile>
<id>rodche</id>
<id>local</id>
<!-- use as: mvn deploy -Plocal -->
<distributionManagement>
<snapshotRepository>
<id>biopax.snapshots</id>
<name>Local BioPAX Snapshots Repository</name>
<url>file:///Volumes/Work/m2repo-biopax/snapshots</url>
<url>${local.biopax.m2repo}/snapshots</url>
</snapshotRepository>
<repository>
<id>biopax.releases</id>
<name>Local BioPAX Repository</name>
<url>file:///Volumes/Work/m2repo-biopax/releases</url>
<url>${local.biopax.m2repo}/releases</url>
</repository>
</distributionManagement>
</profile>
</profiles>

</project>
</project>
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.0-SNAPSHOT</version>
<version>1.1.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bridgedb</groupId>
<artifactId>org.bridgedb.bio</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bridgedb.webservice</groupId>
<artifactId>org.bridgedb.webservice.bridgerest</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down

0 comments on commit d8ea402

Please sign in to comment.