aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authoryzhou <yzhou@krr-linux.cs.ox.ac.uk>2015-04-22 10:37:58 +0100
committeryzhou <yzhou@krr-linux.cs.ox.ac.uk>2015-04-22 10:37:58 +0100
commit1818d6deb118a3496205c3a49267f9b08fa926df (patch)
tree856341b2eed1dd5d66fc2077b43ab0f961f9f452 /pom.xml
parentc0f5bdcdb29608532656c71c219680eccd4aad09 (diff)
downloadACQuA-1818d6deb118a3496205c3a49267f9b08fa926df.tar.gz
ACQuA-1818d6deb118a3496205c3a49267f9b08fa926df.zip
added two interfaces in QueryReasoner for SemFacet
removed answer files in the *.conf
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 9ee2be1..391e3e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,8 +13,8 @@
13 <artifactId>maven-compiler-plugin</artifactId> 13 <artifactId>maven-compiler-plugin</artifactId>
14 <version>3.1</version> 14 <version>3.1</version>
15 <configuration> 15 <configuration>
16 <source>1.7</source> 16 <source>1.8</source>
17 <target>1.7</target> 17 <target>1.8</target>
18 </configuration> 18 </configuration>
19 </plugin> 19 </plugin>
20 <plugin> 20 <plugin>