- Timestamp:
- 10/04/11 18:54:57 (8 months ago)
- Location:
- trunk
- Files:
-
- 13 modified
-
examples/pom.xml (modified) (8 diffs)
-
org.bridgedb.bio/pom.xml (modified) (1 diff)
-
org.bridgedb.rdb/pom.xml (modified) (1 diff)
-
org.bridgedb.server/pom.xml (modified) (1 diff)
-
org.bridgedb.webservice.biomart/pom.xml (modified) (1 diff)
-
org.bridgedb.webservice.bridgerest/pom.xml (modified) (1 diff)
-
org.bridgedb.webservice.cronos/pom.xml (modified) (1 diff)
-
org.bridgedb.webservice.cronos/test/org/bridgedb/webservice/cronos/Test.java (modified) (1 diff)
-
org.bridgedb.webservice.picr/pom.xml (modified) (1 diff)
-
org.bridgedb.webservice.synergizer/pom.xml (modified) (1 diff)
-
org.bridgedb/pom.xml (modified) (1 diff)
-
pom.xml (modified) (2 diffs)
-
taverna-bridgedb/bridgedb-activity/pom.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/pom.xml
r363 r544 3 3 <artifactId>bridgedb-bundle</artifactId> 4 4 <groupId>org.bridgedb</groupId> 5 <version>1. 0-SNAPSHOT</version>5 <version>1.1.0</version> 6 6 </parent> 7 7 <modelVersion>4.0.0</modelVersion> … … 9 9 <artifactId>examples</artifactId> 10 10 <name>Bridge DB Examples</name> 11 <version>1. 0-SNAPSHOT</version>11 <version>1.1.0</version> 12 12 13 13 <build> … … 35 35 <groupId>org.bridgedb</groupId> 36 36 <artifactId>org.bridgedb</artifactId> 37 <version>1. 0-SNAPSHOT</version>37 <version>1.1.0</version> 38 38 <scope>compile</scope> 39 39 </dependency> … … 41 41 <groupId>org.bridgedb</groupId> 42 42 <artifactId>org.bridgedb.bio</artifactId> 43 <version>1. 0-SNAPSHOT</version>43 <version>1.1.0</version> 44 44 <scope>compile</scope> 45 45 </dependency> … … 47 47 <groupId>org.bridgedb.webservice</groupId> 48 48 <artifactId>org.bridgedb.webservice.bridgerest</artifactId> 49 <version>1. 0-SNAPSHOT</version>49 <version>1.1.0</version> 50 50 <scope>compile</scope> 51 51 </dependency> … … 53 53 <groupId>org.bridgedb.webservice</groupId> 54 54 <artifactId>org.bridgedb.webservice.biomart</artifactId> 55 <version>1. 0-SNAPSHOT</version>55 <version>1.1.0</version> 56 56 <scope>compile</scope> 57 57 </dependency> … … 85 85 <groupId>org.bridgedb.webservice</groupId> 86 86 <artifactId>org.bridgedb.webservice.picr</artifactId> 87 <version>1. 0-SNAPSHOT</version>87 <version>1.1.0</version> 88 88 <scope>compile</scope> 89 89 </dependency> … … 91 91 <groupId>org.bridgedb.webservice</groupId> 92 92 <artifactId>org.bridgedb.webservice.cronos</artifactId> 93 <version>1. 0-SNAPSHOT</version>93 <version>1.1.0</version> 94 94 <scope>compile</scope> 95 95 </dependency> -
trunk/org.bridgedb.bio/pom.xml
r363 r544 9 9 <artifactId>bridgedb-bundle</artifactId> 10 10 <groupId>org.bridgedb</groupId> 11 <version>1. 0-SNAPSHOT</version>11 <version>1.1.0</version> 12 12 </parent> 13 13 -
trunk/org.bridgedb.rdb/pom.xml
r392 r544 8 8 <artifactId>bridgedb-bundle</artifactId> 9 9 <groupId>org.bridgedb</groupId> 10 <version>1. 0-SNAPSHOT</version>10 <version>1.1.0</version> 11 11 </parent> 12 12 -
trunk/org.bridgedb.server/pom.xml
r481 r544 9 9 <artifactId>bridgedb-bundle</artifactId> 10 10 <groupId>org.bridgedb</groupId> 11 <version>1. 0-SNAPSHOT</version>11 <version>1.1.0</version> 12 12 </parent> 13 13 <build> -
trunk/org.bridgedb.webservice.biomart/pom.xml
r363 r544 8 8 <artifactId>bridgedb-bundle</artifactId> 9 9 <groupId>org.bridgedb</groupId> 10 <version>1. 0-SNAPSHOT</version>10 <version>1.1.0</version> 11 11 </parent> 12 12 -
trunk/org.bridgedb.webservice.bridgerest/pom.xml
r363 r544 8 8 <artifactId>bridgedb-bundle</artifactId> 9 9 <groupId>org.bridgedb</groupId> 10 <version>1. 0-SNAPSHOT</version>10 <version>1.1.0</version> 11 11 </parent> 12 12 -
trunk/org.bridgedb.webservice.cronos/pom.xml
r363 r544 9 9 <artifactId>bridgedb-bundle</artifactId> 10 10 <groupId>org.bridgedb</groupId> 11 <version>1. 0-SNAPSHOT</version>11 <version>1.1.0</version> 12 12 </parent> 13 13 -
trunk/org.bridgedb.webservice.cronos/test/org/bridgedb/webservice/cronos/Test.java
r308 r544 28 28 29 29 import junit.framework.TestCase; 30 //import org.junit.Ignore; 30 31 32 //@Ignore 31 33 public class Test extends TestCase 32 34 { -
trunk/org.bridgedb.webservice.picr/pom.xml
r363 r544 8 8 <artifactId>bridgedb-bundle</artifactId> 9 9 <groupId>org.bridgedb</groupId> 10 <version>1. 0-SNAPSHOT</version>10 <version>1.1.0</version> 11 11 </parent> 12 12 -
trunk/org.bridgedb.webservice.synergizer/pom.xml
r480 r544 8 8 <artifactId>bridgedb-bundle</artifactId> 9 9 <groupId>org.bridgedb</groupId> 10 <version>1. 0-SNAPSHOT</version>10 <version>1.1.0</version> 11 11 </parent> 12 12 -
trunk/org.bridgedb/pom.xml
r363 r544 7 7 <artifactId>bridgedb-bundle</artifactId> 8 8 <groupId>org.bridgedb</groupId> 9 <version>1. 0-SNAPSHOT</version>9 <version>1.1.0</version> 10 10 </parent> 11 11 -
trunk/pom.xml
r400 r544 5 5 <packaging>pom</packaging> 6 6 <name>BridgeDb bundle</name> 7 <version>1. 0-SNAPSHOT</version>7 <version>1.1.0</version> 8 8 <modules> 9 9 <module>org.bridgedb</module> … … 45 45 <profiles> 46 46 <profile> 47 <id>rodche</id> 47 <id>local</id> 48 <!-- use as: mvn deploy -Plocal --> 48 49 <distributionManagement> 49 50 <snapshotRepository> 50 51 <id>biopax.snapshots</id> 51 52 <name>Local BioPAX Snapshots Repository</name> 52 <url> file:///Volumes/Work/m2repo-biopax/snapshots</url>53 <url>${local.biopax.m2repo}/snapshots</url> 53 54 </snapshotRepository> 54 55 <repository> 55 56 <id>biopax.releases</id> 56 57 <name>Local BioPAX Repository</name> 57 <url> file:///Volumes/Work/m2repo-biopax/releases</url>58 <url>${local.biopax.m2repo}/releases</url> 58 59 </repository> 59 60 </distributionManagement> -
trunk/taverna-bridgedb/bridgedb-activity/pom.xml
r449 r544 25 25 <groupId>org.bridgedb</groupId> 26 26 <artifactId>org.bridgedb</artifactId> 27 <version>1. 0-SNAPSHOT</version>27 <version>1.1.0</version> 28 28 <type>jar</type> 29 29 <scope>compile</scope> … … 32 32 <groupId>org.bridgedb</groupId> 33 33 <artifactId>org.bridgedb.bio</artifactId> 34 <version>1. 0-SNAPSHOT</version>34 <version>1.1.0</version> 35 35 <type>jar</type> 36 36 <scope>compile</scope> … … 39 39 <groupId>org.bridgedb.webservice</groupId> 40 40 <artifactId>org.bridgedb.webservice.bridgerest</artifactId> 41 <version>1. 0-SNAPSHOT</version>41 <version>1.1.0</version> 42 42 <type>jar</type> 43 43 <scope>compile</scope>
