Skip to content

Commit

Permalink
Version 0.4.0 release and 100th commit!
Browse files Browse the repository at this point in the history
  • Loading branch information
woemler committed May 2, 2016
1 parent 176ac61 commit 7e4323a
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 15 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,31 @@ Please see each individual module's README for instructions on getting started.
<dependency>
<groupId>org.oncoblocks.centromere</groupId>
<artifactId>centromere-core</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>

<dependency>
<groupId>org.oncoblocks.centromere</groupId>
<artifactId>centromere-data-import-cli</artifactId>
<version>0.4.0</version>
</dependency>

<dependency>
<groupId>org.oncoblocks.centromere</groupId>
<artifactId>centromere-mongodb</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>

<dependency>
<groupId>org.oncoblocks.centromere</groupId>
<artifactId>centromere-sql</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>

<dependency>
<groupId>org.oncoblocks.centromere</groupId>
<artifactId>centromere-web</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions centromere-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.oncoblocks.centromere</groupId>
<artifactId>centromere-parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../centromere-parent</relativePath>
</parent>

Expand Down Expand Up @@ -69,7 +69,7 @@
</distributionManagement>

<properties>
<centromere.version>0.4.0-SNAPSHOT</centromere.version>
<centromere.version>0.4.0</centromere.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions centromere-data-import-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.oncoblocks.centromere</groupId>
<artifactId>centromere-parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../centromere-parent</relativePath>
</parent>

Expand Down Expand Up @@ -69,7 +69,7 @@
</distributionManagement>

<properties>
<centromere.version>0.4.0-SNAPSHOT</centromere.version>
<centromere.version>0.4.0</centromere.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions centromere-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.oncoblocks.centromere</groupId>
<artifactId>centromere-parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../centromere-parent</relativePath>
</parent>

Expand Down Expand Up @@ -70,7 +70,7 @@
</distributionManagement>

<properties>
<centromere.version>0.4.0-SNAPSHOT</centromere.version>
<centromere.version>0.4.0</centromere.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion centromere-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>org.oncoblocks.centromere</groupId>
<artifactId>centromere-parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<name>Oncoblocks: Centromere Parent</name>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions centromere-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.oncoblocks.centromere</groupId>
<artifactId>centromere-parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../centromere-parent</relativePath>
</parent>

Expand Down Expand Up @@ -69,7 +69,7 @@
</distributionManagement>

<properties>
<centromere.version>0.4.0-SNAPSHOT</centromere.version>
<centromere.version>0.4.0</centromere.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions centromere-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.oncoblocks.centromere</groupId>
<artifactId>centromere-parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../centromere-parent</relativePath>
</parent>

Expand Down Expand Up @@ -61,7 +61,7 @@
<properties>
<springfox.version>2.3.1</springfox.version>
<json-path.version>1.2.0</json-path.version>
<centromere.version>0.4.0-SNAPSHOT</centromere.version>
<centromere.version>0.4.0</centromere.version>
</properties>

<distributionManagement>
Expand Down

0 comments on commit 7e4323a

Please sign in to comment.