Skip to content

Commit 7a95f13

Browse files
committed
[maven-release-plugin] prepare release PIPE--5.0.2
1 parent a6e4f25 commit 7a95f13

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
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.2-SNAPSHOT</version>
7+
<version>5.0.2</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.2-SNAPSHOT</version>
155+
<version>5.0.2</version>
156156
</dependency>
157157

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

164164

165165
<dependency>
166166
<groupId>uk.ac.imperial</groupId>
167167
<artifactId>pipe-markov-chain</artifactId>
168-
<version>1.0.3-SNAPSHOT</version>
168+
<version>1.0.3</version>
169169
</dependency>
170170

171171
<dependency>

pipe-module-gui/pom.xml

+5-5
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.2-SNAPSHOT</version>
6+
<version>5.0.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -60,20 +60,20 @@
6060
<dependency>
6161
<groupId>uk.ac.imperial</groupId>
6262
<artifactId>pipe-core</artifactId>
63-
<version>1.0.3-SNAPSHOT</version>
63+
<version>1.0.3</version>
6464
</dependency>
6565

6666

6767
<dependency>
6868
<groupId>uk.ac.imperial</groupId>
6969
<artifactId>pipe-analysis</artifactId>
70-
<version>1.0.3-SNAPSHOT</version>
70+
<version>1.0.3</version>
7171
</dependency>
7272

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

7979
<dependency>
@@ -199,7 +199,7 @@
199199
</goals>
200200
</pluginExecutionFilter>
201201
<action>
202-
<ignore></ignore>
202+
<ignore />
203203
</action>
204204
</pluginExecution>
205205
</pluginExecutions>

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

1010
<properties>
@@ -18,7 +18,7 @@
1818
-Dgithub.site.repositoryOwner=sjdayday release:prepare
1919
-->
2020
<developerConnection>scm:git:git@github.com:${github.site.repositoryOwner}/PIPE.git</developerConnection>
21-
<tag>HEAD</tag>
21+
<tag>PIPE--5.0.2</tag>
2222
</scm>
2323

2424

0 commit comments

Comments
 (0)