[maven-release-plugin] prepare release v1.12
[cql-java-moved-to-github.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8687876..3efe867 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</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>
@@ -56,6 +63,7 @@
     </plugins>
   </reporting>
   <build>
+    <finalName>cql-java</finalName>
     <extensions>
       <extension>
         <groupId>org.apache.maven.wagon</groupId>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>4.10</version>
       <scope>test</scope>
     </dependency>
   </dependencies>