Changeset 391 for trunk/org.bridgedb.rdb/pom.xml
- Timestamp:
- 06/02/10 20:43:37 (2 years ago)
- Files:
-
- 1 modified
-
trunk/org.bridgedb.rdb/pom.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/org.bridgedb.rdb/pom.xml
r363 r391 8 8 <artifactId>bridgedb-bundle</artifactId> 9 9 <groupId>org.bridgedb</groupId> 10 <version> 0.9-SNAPSHOT</version>10 <version>1.0-SNAPSHOT</version> 11 11 </parent> 12 12 … … 34 34 <groupId>org.bridgedb</groupId> 35 35 <artifactId>org.bridgedb</artifactId> 36 <version> 0.9-SNAPSHOT</version>36 <version>${project.version}</version> 37 37 <scope>compile</scope> 38 38 </dependency> … … 40 40 <groupId>org.bridgedb</groupId> 41 41 <artifactId>org.bridgedb.bio</artifactId> 42 <version> 0.9-SNAPSHOT</version>42 <version>${project.version}</version> 43 43 <scope>compile</scope> 44 44 </dependency>
