Changeset 545 for trunk/examples
- Timestamp:
- 10/04/11 19:05:46 (8 months ago)
- Files:
-
- 1 modified
-
trunk/examples/pom.xml (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/pom.xml
r544 r545 3 3 <artifactId>bridgedb-bundle</artifactId> 4 4 <groupId>org.bridgedb</groupId> 5 <version>1.1. 0</version>5 <version>1.1.1-SNAPSHOT</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.1. 0</version>11 <version>1.1.1-SNAPSHOT</version> 12 12 13 13 <build> … … 35 35 <groupId>org.bridgedb</groupId> 36 36 <artifactId>org.bridgedb</artifactId> 37 <version>1.1. 0</version>37 <version>1.1.1-SNAPSHOT</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.1. 0</version>43 <version>1.1.1-SNAPSHOT</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.1. 0</version>49 <version>1.1.1-SNAPSHOT</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.1. 0</version>55 <version>1.1.1-SNAPSHOT</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.1. 0</version>87 <version>1.1.1-SNAPSHOT</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.1. 0</version>93 <version>1.1.1-SNAPSHOT</version> 94 94 <scope>compile</scope> 95 95 </dependency>
