Skip to content

Commit 2395b21

Browse files
author
Sarah Tattersall
committed
Bump PIPECore, PIPEAnalysis, PIPEMarkov chain from 1.0.1-SNAPSHOT to 1.0.2-SNAPSHOT
1 parent 95ff7e1 commit 2395b21

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

pipe-gui/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,14 @@
158158
<dependency>
159159
<groupId>uk.ac.imperial</groupId>
160160
<artifactId>pipe-core</artifactId>
161-
<version>1.0.1-SNAPSHOT</version>
161+
<version>1.0.2-SNAPSHOT</version>
162162
</dependency>
163163

164164

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

171171
<dependency>

pipe-module-gui/pom.xml

+3-12
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@
1010
<artifactId>pipe-module-gui</artifactId>
1111

1212
<repositories>
13-
<!--<repository>-->
14-
<!--<id>LocalLibs</id>-->
15-
<!--<name>Imperial</name>-->
16-
<!--<url>file://${project.basedir}/src/local-libs</url>-->
17-
<!--</repository>-->
18-
<!--<repository>-->
19-
<!--<id>repo</id>-->
20-
<!--<url>file://${project.basedir}/src/local-libs</url>-->
21-
<!--</repository>-->
2213
<repository>
2314
<id>JPowergraph</id>
2415
<url>https://raw.github.com/sarahtattersall/JPowerGraph/master/releases/</url>
@@ -74,20 +65,20 @@
7465
<dependency>
7566
<groupId>uk.ac.imperial</groupId>
7667
<artifactId>pipe-core</artifactId>
77-
<version>1.0.1-SNAPSHOT</version>
68+
<version>1.0.2-SNAPSHOT</version>
7869
</dependency>
7970

8071

8172
<dependency>
8273
<groupId>uk.ac.imperial</groupId>
8374
<artifactId>pipe-analysis</artifactId>
84-
<version>1.0.1-SNAPSHOT</version>
75+
<version>1.0.2-SNAPSHOT</version>
8576
</dependency>
8677

8778
<dependency>
8879
<groupId>uk.ac.imperial</groupId>
8980
<artifactId>pipe-markov-chain</artifactId>
90-
<version>1.0.1-SNAPSHOT</version>
81+
<version>1.0.2-SNAPSHOT</version>
9182
</dependency>
9283

9384
<dependency>

0 commit comments

Comments
 (0)