Skip to content

Commit 55773a3

Browse files
committed
Merge branch 'release-2.2.x'
2 parents a11dcb6 + 33e3ecd commit 55773a3

File tree

5 files changed

+16
-18
lines changed

5 files changed

+16
-18
lines changed

biodata-external/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>biodata</artifactId>
88
<groupId>org.opencb.biodata</groupId>
9-
<version>2.2.1</version>
9+
<version>2.2.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

biodata-formats/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.opencb.biodata</groupId>
2424
<artifactId>biodata</artifactId>
25-
<version>2.2.1</version>
25+
<version>2.2.2</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

biodata-models/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.opencb.biodata</groupId>
2424
<artifactId>biodata</artifactId>
25-
<version>2.2.1</version>
25+
<version>2.2.2</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

biodata-tools/pom.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.opencb.biodata</groupId>
2424
<artifactId>biodata</artifactId>
25-
<version>2.2.1</version>
25+
<version>2.2.2</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

@@ -51,8 +51,15 @@
5151
<version>1.2.17</version>
5252
</dependency>
5353
<dependency>
54-
<groupId>BigWig</groupId>
55-
<artifactId>BigWig</artifactId>
54+
<groupId>com.databricks</groupId>
55+
<artifactId>SnpEff</artifactId>
56+
<version>4.3.1</version>
57+
<exclusions>
58+
<exclusion>
59+
<groupId>junit</groupId>
60+
<artifactId>junit</artifactId>
61+
</exclusion>
62+
</exclusions>
5663
</dependency>
5764
<dependency>
5865
<groupId>org.rocksdb</groupId>

pom.xml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>org.opencb.biodata</groupId>
2222
<artifactId>biodata</artifactId>
23-
<version>2.2.1</version>
23+
<version>2.2.2</version>
2424
<packaging>pom</packaging>
2525

2626
<name>Biodata</name>
@@ -35,8 +35,8 @@
3535
</modules>
3636

3737
<properties>
38-
<biodata.version>2.2.1</biodata.version>
39-
<commons.version>4.2.0</commons.version>
38+
<biodata.version>2.2.2</biodata.version>
39+
<commons.version>4.2.1</commons.version>
4040
<collections.version>4.4</collections.version>
4141
<avro.version>1.7.7</avro.version>
4242
<protobuf.version>3.9.2</protobuf.version>
@@ -114,10 +114,6 @@
114114
<updatePolicy>daily</updatePolicy>
115115
</snapshots>
116116
</repository>
117-
<repository>
118-
<id>opencb-ext-libs</id>
119-
<url>http://bioinfo.hpc.cam.ac.uk/downloads/ext-libs</url>
120-
</repository>
121117
</repositories>
122118

123119
<dependencyManagement>
@@ -199,11 +195,6 @@
199195
</exclusion>
200196
</exclusions>
201197
</dependency>
202-
<dependency>
203-
<groupId>BigWig</groupId>
204-
<artifactId>BigWig</artifactId>
205-
<version>1.0</version>
206-
</dependency>
207198
<dependency>
208199
<groupId>junit</groupId>
209200
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)