Skip to content

Commit

Permalink
[maven-release-plugin] prepare release PIPE--5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdayday committed Aug 6, 2016
1 parent a6e4f25 commit 7a95f13
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions pipe-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>uk.ac.imperial</groupId>
<artifactId>PIPE</artifactId>
<version>5.0.2-SNAPSHOT</version>
<version>5.0.2</version>
</parent>

<artifactId>PIPE-gui</artifactId>
Expand Down Expand Up @@ -152,20 +152,20 @@
<dependency>
<groupId>uk.ac.imperial</groupId>
<artifactId>pipe-module-gui</artifactId>
<version>5.0.2-SNAPSHOT</version>
<version>5.0.2</version>
</dependency>

<dependency>
<groupId>uk.ac.imperial</groupId>
<artifactId>pipe-core</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>


<dependency>
<groupId>uk.ac.imperial</groupId>
<artifactId>pipe-markov-chain</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>

<dependency>
Expand Down
10 changes: 5 additions & 5 deletions pipe-module-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>PIPE</artifactId>
<groupId>uk.ac.imperial</groupId>
<version>5.0.2-SNAPSHOT</version>
<version>5.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -60,20 +60,20 @@
<dependency>
<groupId>uk.ac.imperial</groupId>
<artifactId>pipe-core</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>


<dependency>
<groupId>uk.ac.imperial</groupId>
<artifactId>pipe-analysis</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>

<dependency>
<groupId>uk.ac.imperial</groupId>
<artifactId>pipe-markov-chain</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -199,7 +199,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>uk.ac.imperial</groupId>
<artifactId>PIPE</artifactId>
<packaging>pom</packaging>
<version>5.0.2-SNAPSHOT</version>
<version>5.0.2</version>
<name>PIPE Parent Project</name>

<properties>
Expand All @@ -18,7 +18,7 @@
-Dgithub.site.repositoryOwner=sjdayday release:prepare
-->
<developerConnection>scm:git:[email protected]:${github.site.repositoryOwner}/PIPE.git</developerConnection>
<tag>HEAD</tag>
<tag>PIPE--5.0.2</tag>
</scm>


Expand Down

0 comments on commit 7a95f13

Please sign in to comment.