Skip to content

Commit dc289d8

Browse files
committed
Upgrade version to 1.1.0
1 parent 0248c0c commit dc289d8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

pom.xml

Lines changed: 3 additions & 3 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>1.1.0-SNAPSHOT</version>
23+
<version>1.1.0</version>
2424
<packaging>pom</packaging>
2525

2626
<name>Biodata</name>
@@ -34,9 +34,9 @@
3434
</modules>
3535

3636
<properties>
37-
<biodata.version>1.1.0-SNAPSHOT</biodata.version>
37+
<biodata.version>1.1.0</biodata.version>
3838
<compileSource>1.8</compileSource>
39-
<commons.version>3.4.2-SNAPSHOT</commons.version>
39+
<commons.version>3.4.2</commons.version>
4040
<ga4gh.version>0.6.0a5</ga4gh.version>
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4242
<avro.version>1.7.7</avro.version>

0 commit comments

Comments
 (0)