Skip to content

Commit a5c03e7

Browse files
[artifactory-release] Release version 2.0.3
1 parent 0b61e13 commit a5c03e7

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>query.expander.bundle</artifactId>
77
<packaging>pom</packaging>
88
<name>IMS SPARQL Query Expander</name>
9-
<version>2.0.3-SNAPSHOT</version>
9+
<version>2.0.3</version>
1010

1111
<properties>
1212
<ims.version>2.0.2</ims.version>

query.expander.api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
66
<artifactId>query.expander.bundle</artifactId>
7-
<version>2.0.3-SNAPSHOT</version>
7+
<version>2.0.3</version>
88
</parent>
99

1010
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>

query.expander.implementation/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
66
<artifactId>query.expander.bundle</artifactId>
7-
<version>2.0.3-SNAPSHOT</version>
7+
<version>2.0.3</version>
88
</parent>
99

1010
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
1919
<artifactId>query.expander.api</artifactId>
20-
<version>2.0.3-SNAPSHOT</version>
20+
<version>2.0.3</version>
2121
<scope>compile</scope>
2222
</dependency>
2323
<dependency>

query.expander.ws.client/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
1212
<artifactId>query.expander.bundle</artifactId>
13-
<version>2.0.3-SNAPSHOT</version>
13+
<version>2.0.3</version>
1414
</parent>
1515

1616
<build>
@@ -37,18 +37,18 @@
3737
<dependency>
3838
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
3939
<artifactId>query.expander.api</artifactId>
40-
<version>2.0.3-SNAPSHOT</version>
40+
<version>2.0.3</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
4444
<artifactId>query.expander.implementation</artifactId>
45-
<version>2.0.3-SNAPSHOT</version>
45+
<version>2.0.3</version>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>
4949
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
5050
<artifactId>query.expander.implementation</artifactId>
51-
<version>2.0.3-SNAPSHOT</version>
51+
<version>2.0.3</version>
5252
<type>test-jar</type>
5353
<scope>test</scope>
5454
</dependency>

query.expander.ws.server/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
1212
<artifactId>query.expander.bundle</artifactId>
13-
<version>2.0.3-SNAPSHOT</version>
13+
<version>2.0.3</version>
1414
</parent>
1515

1616
<build>
@@ -28,12 +28,12 @@
2828
<dependency>
2929
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
3030
<artifactId>query.expander.implementation</artifactId>
31-
<version>2.0.3-SNAPSHOT</version>
31+
<version>2.0.3</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>uk.ac.manchester.cs.openphacts.queryexpander</groupId>
3535
<artifactId>query.expander.implementation</artifactId>
36-
<version>2.0.3-SNAPSHOT</version>
36+
<version>2.0.3</version>
3737
<type>test-jar</type>
3838
<scope>test</scope>
3939
</dependency>

0 commit comments

Comments
 (0)