Skip to content

Commit

Permalink
Upgrade bionetdb version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Nov 4, 2016
1 parent 3ec479c commit ded2db9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bionetdb-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opencb.bionetdb</groupId>
<artifactId>bionetdb</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bionetdb-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>bionetdb</artifactId>
<groupId>org.opencb.bionetdb</groupId>
<version>0.1.0</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bionetdb-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>bionetdb</artifactId>
<groupId>org.opencb.bionetdb</groupId>
<version>0.1.0</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<groupId>org.opencb.bionetdb</groupId>
<artifactId>bionetdb</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
<packaging>pom</packaging>

<name>BioNetDB project</name>
Expand All @@ -20,7 +20,7 @@
</modules>

<properties>
<bionetdb.version>0.1.0</bionetdb.version>
<bionetdb.version>0.2.0</bionetdb.version>
<java.version>1.8</java.version>
<java-common-libs.version>3.4.0-SNAPSHOT</java-common-libs.version>
<biodata.version>0.9.0-SNAPSHOT</biodata.version>
Expand Down

0 comments on commit ded2db9

Please sign in to comment.