Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Jan 12, 2016
1 parent fed4c9a commit 6516db4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pancancer-arch-3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>pancancer-arch-3</artifactId>

<parent>
<version>1.1-rc.3-SNAPSHOT</version>
<version>1.1-rc.3</version>
<groupId>io.cancer.collaboratory</groupId>
<artifactId>sandbox</artifactId>
<relativePath>../pom.xml</relativePath>
Expand Down Expand Up @@ -121,7 +121,7 @@
<dependency>
<groupId>io.cancer.collaboratory</groupId>
<artifactId>pancancer-common</artifactId>
<version>1.1-rc.3-SNAPSHOT</version>
<version>1.1-rc.3</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pancancer-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>pancancer-common</artifactId>

<parent>
<version>1.1-rc.3-SNAPSHOT</version>
<version>1.1-rc.3</version>
<groupId>io.cancer.collaboratory</groupId>
<artifactId>sandbox</artifactId>
<relativePath>../pom.xml</relativePath>
Expand Down
4 changes: 2 additions & 2 deletions pancancer-reporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>pancancer-reporting</artifactId>

<parent>
<version>1.1-rc.3-SNAPSHOT</version>
<version>1.1-rc.3</version>
<groupId>io.cancer.collaboratory</groupId>
<artifactId>sandbox</artifactId>
<relativePath>../pom.xml</relativePath>
Expand Down Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>io.cancer.collaboratory</groupId>
<artifactId>pancancer-common</artifactId>
<version>1.1-rc.3-SNAPSHOT</version>
<version>1.1-rc.3</version>
</dependency>
<dependency>
<groupId>net.sourceforge.cobertura</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>sandbox</artifactId>
<packaging>pom</packaging>
<groupId>io.cancer.collaboratory</groupId>
<version>1.1-rc.3-SNAPSHOT</version>
<version>1.1-rc.3</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -29,7 +29,7 @@
<connection>${github.url}</connection>
<developerConnection>${github.url}</developerConnection>
<url>${github.url}</url>
<tag>HEAD</tag>
<tag>1.1-rc.3</tag>
</scm>
<distributionManagement>
<repository>
Expand Down Expand Up @@ -463,7 +463,7 @@
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.7</version>
<configuration>
<check></check>
<check />
<formats>
<format>xml</format>
<format>html</format>
Expand Down

0 comments on commit 6516db4

Please sign in to comment.