Skip to content

Commit

Permalink
Found 4 dependencies on bridgedb 2.2.0. Changed to 2.2.0-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
randykerber committed May 17, 2017
1 parent b62f4be commit e065787
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions org.bridgedb.tools.batchmapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.bridgedb</groupId>
<artifactId>org.bridgedb.tools.batchmapper</artifactId>
<name>BridgeDb Batch Mapper</name>

<parent>
<artifactId>bridgedb-bundle</artifactId>
<groupId>org.bridgedb</groupId>
Expand All @@ -29,26 +29,26 @@
</testResource>
</testResources>
</build>

<dependencies>
<dependency>
<groupId>org.bridgedb</groupId>
<artifactId>org.bridgedb</artifactId>
<version>2.2.0</version>
<version>2.2.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bridgedb</groupId>
<artifactId>org.bridgedb.bio</artifactId>
<version>2.2.0</version>
<version>2.2.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bridgedb</groupId>
<artifactId>org.bridgedb.rdb</artifactId>
<version>2.2.0</version>
<version>2.2.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>

</project>
6 changes: 3 additions & 3 deletions org.bridgedb.webservice.uniprot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.bridgedb.webservice</groupId>
<artifactId>org.bridgedb.webservice.uniprot</artifactId>
<name>BridgeDb Webservice UniProt</name>

<parent>
<artifactId>bridgedb-bundle</artifactId>
<groupId>org.bridgedb</groupId>
Expand Down Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>org.bridgedb</groupId>
<artifactId>org.bridgedb.bio</artifactId>
<version>2.2.0</version>
<version>2.2.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -61,4 +61,4 @@
<scope>compile</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit e065787

Please sign in to comment.