Skip to content

Commit

Permalink
[artifactory-release] Release version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-mygrid committed Apr 15, 2015
1 parent 027d63c commit 15ea0aa
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>query.expander.bundle</artifactId>
<packaging>pom</packaging>
<name>IMS SPARQL Query Expander</name>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>

<properties>
<ims.version>2.0.1</ims.version>
Expand Down
2 changes: 1 addition & 1 deletion query.expander.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
<artifactId>query.expander.bundle</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
</parent>

<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
Expand Down
4 changes: 2 additions & 2 deletions query.expander.implementation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
<artifactId>query.expander.bundle</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
</parent>

<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
<artifactId>query.expander.api</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions query.expander.ws.client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
<artifactId>query.expander.bundle</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
</parent>

<build>
Expand All @@ -37,18 +37,18 @@
<dependency>
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
<artifactId>query.expander.api</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
<artifactId>query.expander.implementation</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
<artifactId>query.expander.implementation</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions query.expander.ws.server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
<artifactId>query.expander.bundle</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
</parent>

<build>
Expand All @@ -28,12 +28,12 @@
<dependency>
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
<artifactId>query.expander.implementation</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
<artifactId>query.expander.implementation</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 15ea0aa

Please sign in to comment.