Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of 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 accbd66 commit 8403ea6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
10 changes: 6 additions & 4 deletions pipe-gui/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<?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-3</version>
<version>5.0.0-beta-2-SNAPSHOT</version>
</parent>

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

<dependency>
Expand Down
12 changes: 7 additions & 5 deletions pipe-module-gui/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?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: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">
<parent>
<artifactId>PIPE</artifactId>
<groupId>uk.ac.imperial</groupId>
<version>5.0.0-beta-3</version>
<version>5.0.0-beta-2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

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

<dependency>
Expand Down
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<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-3</version>
<version>5.0.0-beta-2-SNAPSHOT</version>
<name>PIPE Parent Project</name>

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

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

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

0 comments on commit 8403ea6

Please sign in to comment.