Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cpedrinaci committed Oct 19, 2015
1 parent c5cd962 commit d0335db
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 16 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.1-SNAPSHOT</version>
<version>2.0.1</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.1-SNAPSHOT</version>
<version>2.0.1</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.1-SNAPSHOT</version>
<version>2.0.1</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.1-SNAPSHOT</version>
<version>2.0.1</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.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>iserve-rest</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion iserve-sal-core/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.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<artifactId>iserve-sal-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iserve-semantic-discovery/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.1-SNAPSHOT</version>
<version>2.0.1</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.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>uk.ac.open.kmi.iserve</groupId>
<artifactId>iserve-service-type-filtering</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<name>iServe Service Type Filtering Plug-in</name>
<description>
This module provides the implementation of filters to select specific service types.
Expand Down
2 changes: 1 addition & 1 deletion iserve-sparql-text-search/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.1-SNAPSHOT</version>
<version>2.0.1</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.1-SNAPSHOT</version>
<version>2.0.1</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.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
~ 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/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.open.kmi.iserve</groupId>
<artifactId>iserve-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<packaging>pom</packaging>

<name>iServe</name>
Expand Down Expand Up @@ -52,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.1</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit d0335db

Please sign in to comment.