Skip to content

Commit

Permalink
[artifactory-release] Release version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-mygrid committed Apr 15, 2015
1 parent c43950e commit 11f458e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
7 changes: 3 additions & 4 deletions loader/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>uk.ac.manchester.cs.openphacts.ims</groupId>
<artifactId>ims-bundle</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>loader</artifactId>
<name>OpenPhacts IMS loader</name>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +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/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.manchester.cs.openphacts.ims</groupId>
<artifactId>ims-bundle</artifactId>
<packaging>pom</packaging>
<name>OpenPhacts IMS bundle</name>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>

<properties>
<bridgedb.version>2.0.1.openphacts</bridgedb.version>
Expand Down
11 changes: 5 additions & 6 deletions ws.server/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +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">
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>ws.server</artifactId>
<packaging>jar</packaging>
<name>OpenPhacts IMS Webserver Server</name>
<parent>
<groupId>uk.ac.manchester.cs.openphacts.ims</groupId>
<artifactId>ims-bundle</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<build>
Expand Down Expand Up @@ -63,7 +62,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand All @@ -83,7 +82,7 @@
<dependency>
<groupId>uk.ac.manchester.cs.openphacts.ims</groupId>
<artifactId>loader</artifactId>
<version>${project.version}</version>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>uk.ac.manchester.cs.datadesc.validator</groupId>
Expand Down

0 comments on commit 11f458e

Please sign in to comment.