Skip to content

Commit 885e878

Browse files
committed
release 5.0.1
1 parent a89039d commit 885e878

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

pipe-gui/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>uk.ac.imperial</groupId>
66
<artifactId>PIPE</artifactId>
7-
<version>5.0.1-SNAPSHOT</version>
7+
<version>5.0.1</version>
88
</parent>
99

1010
<artifactId>PIPE-gui</artifactId>
@@ -152,7 +152,7 @@
152152
<dependency>
153153
<groupId>uk.ac.imperial</groupId>
154154
<artifactId>pipe-module-gui</artifactId>
155-
<version>5.0.1-SNAPSHOT</version>
155+
<version>5.0.1</version>
156156
</dependency>
157157

158158
<dependency>
@@ -165,7 +165,7 @@
165165
<dependency>
166166
<groupId>uk.ac.imperial</groupId>
167167
<artifactId>pipe-markov-chain</artifactId>
168-
<version>1.0.2-SNAPSHOT</version>
168+
<version>1.0.1</version>
169169
</dependency>
170170

171171
<dependency>

pipe-module-gui/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>PIPE</artifactId>
55
<groupId>uk.ac.imperial</groupId>
6-
<version>5.0.1-SNAPSHOT</version>
6+
<version>5.0.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -67,13 +67,13 @@
6767
<dependency>
6868
<groupId>uk.ac.imperial</groupId>
6969
<artifactId>pipe-analysis</artifactId>
70-
<version>1.0.2-SNAPSHOT</version>
70+
<version>1.0.2</version>
7171
</dependency>
7272

7373
<dependency>
7474
<groupId>uk.ac.imperial</groupId>
7575
<artifactId>pipe-markov-chain</artifactId>
76-
<version>1.0.2-SNAPSHOT</version>
76+
<version>1.0.1</version>
7777
</dependency>
7878

7979
<dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>uk.ac.imperial</groupId>
55
<artifactId>PIPE</artifactId>
66
<packaging>pom</packaging>
7-
<version>5.0.1-SNAPSHOT</version>
7+
<version>5.0.1</version>
88
<name>PIPE Parent Project</name>
99

1010
<properties>

0 commit comments

Comments
 (0)