Show
Ignore:
Timestamp:
06/02/10 20:43:37 (2 years ago)
Author:
rodche
Message:

Previously missing text file added; Also - generated classes and other minor changes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/org.bridgedb.rdb/pom.xml

    r363 r391  
    88        <artifactId>bridgedb-bundle</artifactId> 
    99        <groupId>org.bridgedb</groupId> 
    10         <version>0.9-SNAPSHOT</version> 
     10        <version>1.0-SNAPSHOT</version> 
    1111  </parent> 
    1212 
     
    3434                        <groupId>org.bridgedb</groupId> 
    3535                        <artifactId>org.bridgedb</artifactId> 
    36                         <version>0.9-SNAPSHOT</version> 
     36                        <version>${project.version}</version> 
    3737                        <scope>compile</scope> 
    3838                </dependency> 
     
    4040                        <groupId>org.bridgedb</groupId> 
    4141                        <artifactId>org.bridgedb.bio</artifactId> 
    42                         <version>0.9-SNAPSHOT</version> 
     42                        <version>${project.version}</version> 
    4343                        <scope>compile</scope> 
    4444                </dependency>