Changeset 545 for trunk/examples

Show
Ignore:
Timestamp:
10/04/11 19:05:46 (8 months ago)
Author:
rodche
Message:

The project version used by maven2 POMs is now 1.1.1-SNAPSHOT (the next development version after 1.1.0 is released)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/pom.xml

    r544 r545  
    33    <artifactId>bridgedb-bundle</artifactId> 
    44    <groupId>org.bridgedb</groupId> 
    5     <version>1.1.0</version> 
     5    <version>1.1.1-SNAPSHOT</version> 
    66  </parent> 
    77  <modelVersion>4.0.0</modelVersion> 
     
    99  <artifactId>examples</artifactId> 
    1010  <name>Bridge DB Examples</name> 
    11   <version>1.1.0</version> 
     11  <version>1.1.1-SNAPSHOT</version> 
    1212   
    1313        <build> 
     
    3535        <groupId>org.bridgedb</groupId> 
    3636        <artifactId>org.bridgedb</artifactId> 
    37         <version>1.1.0</version> 
     37        <version>1.1.1-SNAPSHOT</version> 
    3838        <scope>compile</scope> 
    3939    </dependency> 
     
    4141        <groupId>org.bridgedb</groupId> 
    4242        <artifactId>org.bridgedb.bio</artifactId> 
    43         <version>1.1.0</version> 
     43        <version>1.1.1-SNAPSHOT</version> 
    4444        <scope>compile</scope> 
    4545    </dependency> 
     
    4747        <groupId>org.bridgedb.webservice</groupId> 
    4848        <artifactId>org.bridgedb.webservice.bridgerest</artifactId> 
    49         <version>1.1.0</version> 
     49        <version>1.1.1-SNAPSHOT</version> 
    5050        <scope>compile</scope> 
    5151    </dependency> 
     
    5353        <groupId>org.bridgedb.webservice</groupId> 
    5454        <artifactId>org.bridgedb.webservice.biomart</artifactId> 
    55         <version>1.1.0</version> 
     55        <version>1.1.1-SNAPSHOT</version> 
    5656        <scope>compile</scope> 
    5757    </dependency> 
     
    8585        <groupId>org.bridgedb.webservice</groupId> 
    8686        <artifactId>org.bridgedb.webservice.picr</artifactId> 
    87         <version>1.1.0</version> 
     87        <version>1.1.1-SNAPSHOT</version> 
    8888        <scope>compile</scope> 
    8989    </dependency> 
     
    9191        <groupId>org.bridgedb.webservice</groupId> 
    9292        <artifactId>org.bridgedb.webservice.cronos</artifactId> 
    93         <version>1.1.0</version> 
     93        <version>1.1.1-SNAPSHOT</version> 
    9494        <scope>compile</scope> 
    9595    </dependency>