Skip to content

Commit

Permalink
[maven-release-plugin] prepare release PIPE-5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Tattersall committed Jun 22, 2014
1 parent 2395b21 commit 46c632f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions pipe-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>uk.ac.imperial</groupId>
<artifactId>PIPE</artifactId>
<version>5.0.0-beta-4-SNAPSHOT</version>
<version>5.0.0</version>
</parent>

<artifactId>PIPE-gui</artifactId>
Expand Down Expand Up @@ -152,20 +152,20 @@
<dependency>
<groupId>uk.ac.imperial</groupId>
<artifactId>pipe-module-gui</artifactId>
<version>5.0.0-beta-4-SNAPSHOT</version>
<version>5.0.0</version>
</dependency>

<dependency>
<groupId>uk.ac.imperial</groupId>
<artifactId>pipe-core</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>


<dependency>
<groupId>uk.ac.imperial</groupId>
<artifactId>pipe-markov-chain</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pipe-module-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>PIPE</artifactId>
<groupId>uk.ac.imperial</groupId>
<version>5.0.0-beta-4-SNAPSHOT</version>
<version>5.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -65,20 +65,20 @@
<dependency>
<groupId>uk.ac.imperial</groupId>
<artifactId>pipe-core</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>


<dependency>
<groupId>uk.ac.imperial</groupId>
<artifactId>pipe-analysis</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>

<dependency>
<groupId>uk.ac.imperial</groupId>
<artifactId>pipe-markov-chain</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>uk.ac.imperial</groupId>
<artifactId>PIPE</artifactId>
<packaging>pom</packaging>
<version>5.0.0-beta-4-SNAPSHOT</version>
<version>5.0.0</version>
<name>PIPE Parent Project</name>

<properties>
Expand All @@ -14,7 +14,7 @@

<scm>
<developerConnection>scm:git:[email protected]:sarahtattersall/PIPE.git</developerConnection>
<tag>HEAD</tag>
<tag>PIPE-5.0.0</tag>
</scm>

<modules>
Expand Down

0 comments on commit 46c632f

Please sign in to comment.