Skip to content

Commit

Permalink
Upgrade version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhx828 committed Mar 29, 2017
1 parent 49e662d commit 06274b8
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.cmo.cancerhotspots</groupId>
<artifactId>model</artifactId>
<packaging>jar</packaging>
<version>0.1.0</version>
<version>0.1.2</version>

<url>https://github.com/cBioPortal/cancerhotspots/tree/master</url>

Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>org.cmo.cancerhotspots</groupId>
<artifactId>util</artifactId>
<version>0.1.0</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>com.univocity</groupId>
Expand Down
6 changes: 3 additions & 3 deletions persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>master</artifactId>
<groupId>org.cmo.cancerhotspots</groupId>
<version>0.1.0</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Cancer Hotspots Persistence</name>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>org.cmo.cancerhotspots</groupId>
<artifactId>model</artifactId>
<version>0.1.0</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>com.univocity</groupId>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>org.cmo.cancerhotspots</groupId>
<artifactId>util</artifactId>
<version>0.1.0</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pipeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>master</artifactId>
<groupId>org.cmo.cancerhotspots</groupId>
<version>0.1.0</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Cancer Hotspots Pipeline</name>
Expand Down Expand Up @@ -40,12 +40,12 @@
<dependency>
<groupId>org.cmo.cancerhotspots</groupId>
<artifactId>model</artifactId>
<version>0.1.0</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>org.cmo.cancerhotspots</groupId>
<artifactId>service</artifactId>
<version>0.1.0</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>master</artifactId>
<packaging>pom</packaging>
<name>Cancer Hotspots</name>
<version>0.1.0</version>
<version>0.1.2</version>
<description>master maven module</description>
<url>https://github.com/cBioPortal/cancerhotspots/</url>

Expand Down
8 changes: 4 additions & 4 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>master</artifactId>
<groupId>org.cmo.cancerhotspots</groupId>
<version>0.1.0</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Cancer Hotspots Service</name>
Expand All @@ -16,17 +16,17 @@
<dependency>
<groupId>org.cmo.cancerhotspots</groupId>
<artifactId>model</artifactId>
<version>0.1.0</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>org.cmo.cancerhotspots</groupId>
<artifactId>util</artifactId>
<version>0.1.0</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>org.cmo.cancerhotspots</groupId>
<artifactId>persistence</artifactId>
<version>0.1.0</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>org.cmo.cancerhotspots</groupId>
<artifactId>util</artifactId>
<packaging>jar</packaging>
<version>0.1.0</version>
<version>0.1.2</version>

<url>https://github.com/cBioPortal/cancerhotspots/tree/master</url>

Expand Down
8 changes: 4 additions & 4 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<name>Cancer Hotspots Web</name>
<description>Cancer Hotspots Web Module</description>
<artifactId>webapp</artifactId>
<version>0.1.0</version>
<version>0.1.2</version>
<!--<packaging>jar</packaging>-->
<packaging>${packaging.type}</packaging>

<parent>
<groupId>org.cmo.cancerhotspots</groupId>
<artifactId>master</artifactId>
<version>0.1.0</version>
<version>0.1.2</version>
</parent>

<properties>
Expand Down Expand Up @@ -179,12 +179,12 @@
<dependency>
<groupId>org.cmo.cancerhotspots</groupId>
<artifactId>model</artifactId>
<version>0.1.0</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>org.cmo.cancerhotspots</groupId>
<artifactId>service</artifactId>
<version>0.1.0</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 06274b8

Please sign in to comment.