Skip to content

Commit

Permalink
[maven-release-plugin] prepare release PIPE-5.0.0-beta-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Tattersall committed May 20, 2014
1 parent 8403ea6 commit 42d97e8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 19 deletions.
10 changes: 4 additions & 6 deletions pipe-gui/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>
<groupId>uk.ac.imperial</groupId>
<artifactId>PIPE</artifactId>
<version>5.0.0-beta-2-SNAPSHOT</version>
<version>5.0.0-beta-3</version>
</parent>

<artifactId>PIPE-gui</artifactId>
Expand Down Expand Up @@ -66,7 +64,7 @@
<executable>java</executable>
<arguments>
<argument>-cp</argument>
<classpath/>
<classpath />
<argument>Pipe</argument>
</arguments>
</configuration>
Expand Down Expand Up @@ -150,7 +148,7 @@
<dependency>
<groupId>uk.ac.imperial</groupId>
<artifactId>pipe-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
Expand Down
12 changes: 5 additions & 7 deletions pipe-module-gui/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<parent>
<artifactId>PIPE</artifactId>
<groupId>uk.ac.imperial</groupId>
<version>5.0.0-beta-2-SNAPSHOT</version>
<version>5.0.0-beta-3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -49,19 +47,19 @@
<dependency>
<groupId>uk.ac.imperial</groupId>
<artifactId>pipe-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>uk.ac.imperial</groupId>
<artifactId>pipe-analysis</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

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

<dependency>
Expand Down
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<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/maven-v4_0_0.xsd">
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>uk.ac.imperial</groupId>
<artifactId>PIPE</artifactId>
<packaging>pom</packaging>
<version>5.0.0-beta-2-SNAPSHOT</version>
<version>5.0.0-beta-3</version>
<name>PIPE Parent Project</name>

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

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

<modules>
<module>pipe-gui</module>
Expand Down

0 comments on commit 42d97e8

Please sign in to comment.