Commit 4a42d48 Sarah Tattersall
committed
1 parent 0b9abda commit 4a42d48 Copy full SHA for 4a42d48
File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
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 >
5
6
<parent >
6
7
<artifactId >PIPE</artifactId >
7
8
<groupId >uk.ac.imperial</groupId >
8
- <version >1.0-SNAPSHOT </version >
9
+ <version >5.0.0-beta-1 </version >
9
10
</parent >
10
- <modelVersion >4.0.0</modelVersion >
11
11
12
12
<artifactId >pipe-core</artifactId >
13
+
14
+
13
15
<dependencies >
14
16
<dependency >
15
17
<groupId >commons-logging</groupId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >uk.ac.imperial</groupId >
8
8
<artifactId >PIPE</artifactId >
9
- <version >1.0-SNAPSHOT </version >
9
+ <version >5.0.0-beta-1 </version >
10
10
</parent >
11
11
12
12
<artifactId >PIPE-gui</artifactId >
13
- <version >4.3.2-SNAPSHOT</version >
14
13
<packaging >jar</packaging >
15
14
16
15
<properties >
72
71
<dependency >
73
72
<groupId >uk.ac.imperial</groupId >
74
73
<artifactId >pipe-core</artifactId >
75
- <version >1.0 </version >
74
+ <version >${project.version} </version >
76
75
</dependency >
77
76
78
77
<dependency >
Original file line number Diff line number Diff line change 8
8
<artifactId >PIPE</artifactId >
9
9
10
10
<packaging >pom</packaging >
11
- <version >1.0-SNAPSHOT </version >
11
+ <version >5.0.0-beta-1 </version >
12
12
<name >PIPE Parent Project</name >
13
13
14
14
<properties >
You can’t perform that action at this time.
0 commit comments