Skip to content

Commit

Permalink
release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdayday committed Sep 15, 2015
1 parent a89039d commit 885e878
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

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

<dependency>
Expand All @@ -165,7 +165,7 @@
<dependency>
<groupId>uk.ac.imperial</groupId>
<artifactId>pipe-markov-chain</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 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.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -67,13 +67,13 @@
<dependency>
<groupId>uk.ac.imperial</groupId>
<artifactId>pipe-analysis</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>

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

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion 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.1-SNAPSHOT</version>
<version>5.0.1</version>
<name>PIPE Parent Project</name>

<properties>
Expand Down

0 comments on commit 885e878

Please sign in to comment.