Skip to content

Commit 46c632f

Browse files
author
Sarah Tattersall
committed
[maven-release-plugin] prepare release PIPE-5.0.0
1 parent 2395b21 commit 46c632f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

pipe-gui/pom.xml

+4-4
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.0-beta-4-SNAPSHOT</version>
7+
<version>5.0.0</version>
88
</parent>
99

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

158158
<dependency>
159159
<groupId>uk.ac.imperial</groupId>
160160
<artifactId>pipe-core</artifactId>
161-
<version>1.0.2-SNAPSHOT</version>
161+
<version>1.0.1</version>
162162
</dependency>
163163

164164

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

+4-4
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.0-beta-4-SNAPSHOT</version>
6+
<version>5.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -65,20 +65,20 @@
6565
<dependency>
6666
<groupId>uk.ac.imperial</groupId>
6767
<artifactId>pipe-core</artifactId>
68-
<version>1.0.2-SNAPSHOT</version>
68+
<version>1.0.1</version>
6969
</dependency>
7070

7171

7272
<dependency>
7373
<groupId>uk.ac.imperial</groupId>
7474
<artifactId>pipe-analysis</artifactId>
75-
<version>1.0.2-SNAPSHOT</version>
75+
<version>1.0.1</version>
7676
</dependency>
7777

7878
<dependency>
7979
<groupId>uk.ac.imperial</groupId>
8080
<artifactId>pipe-markov-chain</artifactId>
81-
<version>1.0.2-SNAPSHOT</version>
81+
<version>1.0.1</version>
8282
</dependency>
8383

8484
<dependency>

pom.xml

+2-2
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.0-beta-4-SNAPSHOT</version>
7+
<version>5.0.0</version>
88
<name>PIPE Parent Project</name>
99

1010
<properties>
@@ -14,7 +14,7 @@
1414

1515
<scm>
1616
<developerConnection>scm:git:git@github.com:sarahtattersall/PIPE.git</developerConnection>
17-
<tag>HEAD</tag>
17+
<tag>PIPE-5.0.0</tag>
1818
</scm>
1919

2020
<modules>

0 commit comments

Comments
 (0)