Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Aug 7, 2015
1 parent 43a2602 commit e2b068a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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-beta.4-SNAPSHOT</version>
<version>1.1-beta.4</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-beta.4-SNAPSHOT</version>
<version>1.1-beta.4</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
Expand Down Expand Up @@ -250,7 +250,7 @@
</filter>
</filters>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
</configuration>
<executions>
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-beta.4-SNAPSHOT</version>
<version>1.1-beta.4</version>
<groupId>io.cancer.collaboratory</groupId>
<artifactId>sandbox</artifactId>
<relativePath>../pom.xml</relativePath>
Expand Down
6 changes: 3 additions & 3 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-beta.4-SNAPSHOT</version>
<version>1.1-beta.4</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-beta.4-SNAPSHOT</version>
<version>1.1-beta.4</version>
</dependency>
<dependency>
<groupId>net.sourceforge.cobertura</groupId>
Expand Down Expand Up @@ -171,7 +171,7 @@
<mainClass>info.pancancer.arch3.reportbot.SlackReportBot</mainClass>
</manifestEntries>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
</configuration>
<executions>
Expand Down
4 changes: 2 additions & 2 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-beta.4-SNAPSHOT</version>
<version>1.1-beta.4</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-beta.4</tag>
</scm>
<distributionManagement>
<repository>
Expand Down

0 comments on commit e2b068a

Please sign in to comment.