Skip to content

Commit

Permalink
Release 5.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Tattersall committed Feb 21, 2014
1 parent 0b9abda commit 4a42d48
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 4 additions & 2 deletions pipe-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>PIPE</artifactId>
<groupId>uk.ac.imperial</groupId>
<version>1.0-SNAPSHOT</version>
<version>5.0.0-beta-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>pipe-core</artifactId>


<dependencies>
<dependency>
<groupId>commons-logging</groupId>
Expand Down
5 changes: 2 additions & 3 deletions pipe-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
<parent>
<groupId>uk.ac.imperial</groupId>
<artifactId>PIPE</artifactId>
<version>1.0-SNAPSHOT</version>
<version>5.0.0-beta-1</version>
</parent>

<artifactId>PIPE-gui</artifactId>
<version>4.3.2-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -72,7 +71,7 @@
<dependency>
<groupId>uk.ac.imperial</groupId>
<artifactId>pipe-core</artifactId>
<version>1.0</version>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>PIPE</artifactId>

<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<version>5.0.0-beta-1</version>
<name>PIPE Parent Project</name>

<properties>
Expand Down

0 comments on commit 4a42d48

Please sign in to comment.