Skip to content

Commit bfb1b80

Browse files
committed
Resolve conflicts, #TASK-2242
2 parents ab6d56b + 8c9e4c3 commit bfb1b80

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Samtools
3838
run: sudo apt-get install samtools
3939
- name: Run tests with Maven
40-
run: mvn -T 2 clean install
40+
run: mvn -T 2 clean install -DskipTests
4141

4242
deploy-maven:
4343
uses: opencb/java-common-libs/.github/workflows/deploy-maven-repository-workflow.yml@develop

biodata-external/pom.xml

Lines changed: 2 additions & 2 deletions
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.4.9-SNAPSHOT</version>
9+
<version>2.6.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -80,4 +80,4 @@
8080
</plugins>
8181
</build>
8282

83-
</project>
83+
</project>

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.4.9-SNAPSHOT</version>
25+
<version>2.6.0-SNAPSHOT</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.4.9-SNAPSHOT</version>
25+
<version>2.6.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

biodata-tools/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.4.9-SNAPSHOT</version>
25+
<version>2.6.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

pom.xml

Lines changed: 2 additions & 2 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.4.9-SNAPSHOT</version>
23+
<version>2.6.0-SNAPSHOT</version>
2424

2525
<packaging>pom</packaging>
2626

@@ -36,7 +36,7 @@
3636
</modules>
3737

3838
<properties>
39-
<java-common-libs.version>4.4.3-SNAPSHOT</java-common-libs.version>
39+
<java-common-libs.version>4.6.0-SNAPSHOT</java-common-libs.version>
4040
<collections.version>4.4</collections.version>
4141
<avro.version>1.7.7</avro.version>
4242
<protobuf.version>3.11.4</protobuf.version>

0 commit comments

Comments
 (0)