Skip to content

Commit 4a42d48

Browse files
author
Sarah Tattersall
committed
Release 5.0.0-beta.1
1 parent 0b9abda commit 4a42d48

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

pipe-core/pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
56
<parent>
67
<artifactId>PIPE</artifactId>
78
<groupId>uk.ac.imperial</groupId>
8-
<version>1.0-SNAPSHOT</version>
9+
<version>5.0.0-beta-1</version>
910
</parent>
10-
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>pipe-core</artifactId>
13+
14+
1315
<dependencies>
1416
<dependency>
1517
<groupId>commons-logging</groupId>

pipe-gui/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
<parent>
77
<groupId>uk.ac.imperial</groupId>
88
<artifactId>PIPE</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>5.0.0-beta-1</version>
1010
</parent>
1111

1212
<artifactId>PIPE-gui</artifactId>
13-
<version>4.3.2-SNAPSHOT</version>
1413
<packaging>jar</packaging>
1514

1615
<properties>
@@ -72,7 +71,7 @@
7271
<dependency>
7372
<groupId>uk.ac.imperial</groupId>
7473
<artifactId>pipe-core</artifactId>
75-
<version>1.0</version>
74+
<version>${project.version}</version>
7675
</dependency>
7776

7877
<dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>PIPE</artifactId>
99

1010
<packaging>pom</packaging>
11-
<version>1.0-SNAPSHOT</version>
11+
<version>5.0.0-beta-1</version>
1212
<name>PIPE Parent Project</name>
1313

1414
<properties>

0 commit comments

Comments
 (0)