Depend on jar
[cql-java-moved-to-github.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index fd08049..53a1e90 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   <groupId>org.z3950.zing</groupId>
   <artifactId>cql-java</artifactId>
   <packaging>jar</packaging>
-  <version>1.3</version>
+  <version>1.8</version>
   <name>cql-java</name>
   <url>http://maven.apache.org</url>
     <build>
       <scope>test</scope>
     </dependency>
   </dependencies>
+  <distributionManagement>
+    <repository>
+      <uniqueVersion>false</uniqueVersion>
+      <id>id-maven-repo</id>
+      <name>Index Data Maven Repository</name>
+      <url>scp://maven.indexdata.com/var/www/maven/repository</url>
+    </repository>
+  </distributionManagement>
+  <repositories>
+    <repository>
+      <id>id-maven-repo</id>
+      <url>http://maven.indexdata.com</url>
+    </repository>
+  </repositories>
 </project>