Add tests for failures
[cql-java-moved-to-github.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8687876..9883807 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,9 +3,16 @@
   <groupId>org.z3950.zing</groupId>
   <artifactId>cql-java</artifactId>
   <packaging>jar</packaging>
-  <version>1.11-SNAPSHOT</version>
+  <version>1.12-SNAPSHOT</version>
   <name>cql-java</name>
   <url>http://www.indexdata.com/cql-java</url>
+  <licenses>
+    <license>
+      <name>LGPL</name>
+      <url>http://www.indexdata.com/licences/lgpl</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
   <inceptionYear>2008</inceptionYear>
   <organization>
     <name>Index Data</name>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>4.10</version>
       <scope>test</scope>
     </dependency>
   </dependencies>