Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpedrinaci committed Jun 11, 2015
1 parent 6ec2d1c commit ccf25b9
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 20 deletions.
2 changes: 1 addition & 1 deletion iserve-discovery-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>iserve-parent</artifactId>
<groupId>uk.ac.open.kmi.iserve</groupId>
<version>2.0.0-RC4-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>iserve-discovery-api</artifactId>
<name>iServe Discovery API</name>
Expand Down
2 changes: 1 addition & 1 deletion iserve-elda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>iserve-parent</artifactId>
<groupId>uk.ac.open.kmi.iserve</groupId>
<version>2.0.0-RC4-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion iserve-integrated-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>iserve-parent</artifactId>
<groupId>uk.ac.open.kmi.iserve</groupId>
<version>2.0.0-RC4-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion iserve-popularity-scoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>uk.ac.open.kmi.iserve</groupId>
<artifactId>iserve-parent</artifactId>
<version>2.0.0-RC4-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>iserve-popularity-scoring</artifactId>
<name>iServe Popularity Scorers Plug-in</name>
Expand Down
2 changes: 1 addition & 1 deletion iserve-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>iserve-parent</artifactId>
<groupId>uk.ac.open.kmi.iserve</groupId>
<version>2.0.0-RC4-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>iserve-rest</artifactId>
<packaging>war</packaging>
Expand Down
5 changes: 2 additions & 3 deletions iserve-sal-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
~ limitations under the License.
-->

<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>iserve-parent</artifactId>
<groupId>uk.ac.open.kmi.iserve</groupId>
<version>2.0.0-RC4-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>iserve-sal-core</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions iserve-semantic-discovery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
~ limitations under the License.
-->

<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>iserve-parent</artifactId>
<groupId>uk.ac.open.kmi.iserve</groupId>
<version>2.0.0-RC4-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>iserve-semantic-discovery</artifactId>
<name>iServe Semantic Discovery Plug-in</name>
Expand Down
4 changes: 2 additions & 2 deletions iserve-service-type-filtering/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>iserve-parent</artifactId>
<groupId>uk.ac.open.kmi.iserve</groupId>
<version>2.0.0-RC4-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>uk.ac.open.kmi.iserve</groupId>
<artifactId>iserve-service-type-filtering</artifactId>
<version>2.0.0-RC4-SNAPSHOT</version>
<version>2.0.0</version>
<name>iServe Service Type Filtering Plug-in</name>
<description>
This module provides the implementation of filters to select specific service types.
Expand Down
5 changes: 2 additions & 3 deletions iserve-sparql-text-search/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +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>iserve-parent</artifactId>
<groupId>uk.ac.open.kmi.iserve</groupId>
<version>2.0.0-RC4-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion iserve-swagger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>iserve-parent</artifactId>
<groupId>uk.ac.open.kmi.iserve</groupId>
<version>2.0.0-RC4-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion iserve-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>iserve-parent</artifactId>
<groupId>uk.ac.open.kmi.iserve</groupId>
<version>2.0.0-RC4-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.open.kmi.iserve</groupId>
<artifactId>iserve-parent</artifactId>
<version>2.0.0-RC4-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<name>iServe</name>
Expand Down Expand Up @@ -51,7 +51,7 @@
<url>https://github.com/kmi/iserve</url>
<connection>scm:git:[email protected]:kmi/iserve.git</connection>
<developerConnection>scm:git:[email protected]:kmi/iserve.git</developerConnection>
<tag>HEAD</tag>
<tag>v2.0.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit ccf25b9

Please sign in to comment.