Changeset 545

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)

Location:
trunk
Files:
12 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> 
  • trunk/org.bridgedb.bio/pom.xml

    r544 r545  
    99        <artifactId>bridgedb-bundle</artifactId> 
    1010        <groupId>org.bridgedb</groupId> 
    11         <version>1.1.0</version> 
     11        <version>1.1.1-SNAPSHOT</version> 
    1212  </parent> 
    1313 
  • trunk/org.bridgedb.rdb/pom.xml

    r544 r545  
    88        <artifactId>bridgedb-bundle</artifactId> 
    99        <groupId>org.bridgedb</groupId> 
    10         <version>1.1.0</version> 
     10        <version>1.1.1-SNAPSHOT</version> 
    1111  </parent> 
    1212 
  • trunk/org.bridgedb.server/pom.xml

    r544 r545  
    99        <artifactId>bridgedb-bundle</artifactId> 
    1010        <groupId>org.bridgedb</groupId> 
    11         <version>1.1.0</version> 
     11        <version>1.1.1-SNAPSHOT</version> 
    1212    </parent> 
    1313    <build> 
  • trunk/org.bridgedb.webservice.biomart/pom.xml

    r544 r545  
    88        <artifactId>bridgedb-bundle</artifactId> 
    99        <groupId>org.bridgedb</groupId> 
    10         <version>1.1.0</version> 
     10        <version>1.1.1-SNAPSHOT</version> 
    1111  </parent> 
    1212 
  • trunk/org.bridgedb.webservice.bridgerest/pom.xml

    r544 r545  
    88        <artifactId>bridgedb-bundle</artifactId> 
    99        <groupId>org.bridgedb</groupId> 
    10         <version>1.1.0</version> 
     10        <version>1.1.1-SNAPSHOT</version> 
    1111  </parent> 
    1212 
  • trunk/org.bridgedb.webservice.cronos/pom.xml

    r544 r545  
    99                <artifactId>bridgedb-bundle</artifactId> 
    1010                <groupId>org.bridgedb</groupId> 
    11                 <version>1.1.0</version> 
     11                <version>1.1.1-SNAPSHOT</version> 
    1212        </parent> 
    1313 
  • trunk/org.bridgedb.webservice.picr/pom.xml

    r544 r545  
    88        <artifactId>bridgedb-bundle</artifactId> 
    99        <groupId>org.bridgedb</groupId> 
    10         <version>1.1.0</version> 
     10        <version>1.1.1-SNAPSHOT</version> 
    1111  </parent> 
    1212 
  • trunk/org.bridgedb.webservice.synergizer/pom.xml

    r544 r545  
    88        <artifactId>bridgedb-bundle</artifactId> 
    99        <groupId>org.bridgedb</groupId> 
    10         <version>1.1.0</version> 
     10        <version>1.1.1-SNAPSHOT</version> 
    1111  </parent> 
    1212 
  • trunk/org.bridgedb/pom.xml

    r544 r545  
    77        <artifactId>bridgedb-bundle</artifactId> 
    88        <groupId>org.bridgedb</groupId> 
    9         <version>1.1.0</version> 
     9        <version>1.1.1-SNAPSHOT</version> 
    1010  </parent> 
    1111 
  • trunk/pom.xml

    r544 r545  
    55  <packaging>pom</packaging> 
    66  <name>BridgeDb bundle</name> 
    7   <version>1.1.0</version> 
     7  <version>1.1.1-SNAPSHOT</version> 
    88  <modules> 
    99        <module>org.bridgedb</module> 
  • trunk/taverna-bridgedb/bridgedb-activity/pom.xml

    r544 r545  
    2525                        <groupId>org.bridgedb</groupId> 
    2626                        <artifactId>org.bridgedb</artifactId> 
    27                         <version>1.1.0</version> 
     27                        <version>1.1.1-SNAPSHOT</version> 
    2828                        <type>jar</type> 
    2929                        <scope>compile</scope> 
     
    3232                        <groupId>org.bridgedb</groupId> 
    3333                        <artifactId>org.bridgedb.bio</artifactId> 
    34                         <version>1.1.0</version> 
     34                        <version>1.1.1-SNAPSHOT</version> 
    3535                        <type>jar</type> 
    3636                        <scope>compile</scope> 
     
    3939                        <groupId>org.bridgedb.webservice</groupId> 
    4040                        <artifactId>org.bridgedb.webservice.bridgerest</artifactId> 
    41                         <version>1.1.0</version> 
     41                        <version>1.1.1-SNAPSHOT</version> 
    4242                        <type>jar</type> 
    4343                        <scope>compile</scope>