Skip to content

Commit

Permalink
Change version to release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Mar 17, 2017
1 parent 08087ca commit 747fdce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion biodata-formats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.opencb.biodata</groupId>
<artifactId>biodata</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion biodata-models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.opencb.biodata</groupId>
<artifactId>biodata</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion biodata-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.opencb.biodata</groupId>
<artifactId>biodata</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.opencb.biodata</groupId>
<artifactId>biodata</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<name>Biodata</name>
Expand All @@ -34,9 +34,9 @@
</modules>

<properties>
<biodata.version>1.0.0-SNAPSHOT</biodata.version>
<biodata.version>1.0.0</biodata.version>
<compileSource>1.8</compileSource>
<commons.version>3.4.1-SNAPSHOT</commons.version>
<commons.version>3.4.1</commons.version>
<ga4gh.version>0.6.0a5</ga4gh.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<avro.version>1.7.7</avro.version>
Expand Down

0 comments on commit 747fdce

Please sign in to comment.