Skip to content

Commit 963eac8

Browse files
Prepare release 4.1.0
1 parent fc3761a commit 963eac8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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>4.1.0-SNAPSHOT</version>
9+
<version>4.1.0</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>4.1.0-SNAPSHOT</version>
25+
<version>4.1.0</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>4.1.0-SNAPSHOT</version>
25+
<version>4.1.0</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>4.1.0-SNAPSHOT</version>
25+
<version>4.1.0</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
@@ -22,7 +22,7 @@
2222

2323
<groupId>org.opencb.biodata</groupId>
2424
<artifactId>biodata</artifactId>
25-
<version>4.1.0-SNAPSHOT</version>
25+
<version>4.1.0</version>
2626
<packaging>pom</packaging>
2727

2828
<name>Biodata</name>
@@ -38,7 +38,7 @@
3838

3939
<properties>
4040
<!-- All dependency versions must be defined here -->
41-
<java-common-libs.version>6.1.0-SNAPSHOT</java-common-libs.version>
41+
<java-common-libs.version>6.1.0</java-common-libs.version>
4242

4343
<jackson.version>2.14.3</jackson.version>
4444
<collections.version>4.4</collections.version>

0 commit comments

Comments
 (0)