From f940218efdb9b73bcfd844d4f53db0781d3255d8 Mon Sep 17 00:00:00 2001
From: Mateusz Kopeć <m.kopec@ipipan.waw.pl>
Date: Sat, 8 Oct 2016 19:50:05 +0200
Subject: [PATCH] add zil repo

---
 pom.xml | 24 +++++++++++++++++++++---
 1 file changed, 21 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4af7327..8dd469f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
         <dependency>
             <groupId>pl.waw.ipipan.zil.multiservice</groupId>
             <artifactId>utils</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
@@ -73,13 +73,12 @@
         </dependency>
     </dependencies>
 
-
     <build>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.1</version>
+                <version>3.5.1</version>
                 <configuration>
                     <source>${java.version.build}</source>
                     <target>${java.version.build}</target>
@@ -88,6 +87,24 @@
         </plugins>
     </build>
 
+    <repositories>
+        <repository>
+            <id>zil-maven-snapshot-repo</id>
+            <name>ZIL maven snapshot repository</name>
+            <url>http://maven.nlp.ipipan.waw.pl/content/repositories/snapshots/</url>
+        </repository>
+        <repository>
+            <id>zil-maven-release-repo</id>
+            <name>ZIL maven release repository</name>
+            <url>http://maven.nlp.ipipan.waw.pl/content/repositories/releases/</url>
+        </repository>
+        <repository>
+            <id>zil-maven-repo-3rdparty</id>
+            <name>ZIL maven repository 3rdparty</name>
+            <url>http://maven.nlp.ipipan.waw.pl/content/repositories/thirdparty/</url>
+        </repository>
+    </repositories>
+
     <distributionManagement>
         <repository>
             <id>deployment</id>
@@ -98,4 +115,5 @@
             <url>http://maven.nlp.ipipan.waw.pl/content/repositories/snapshots/</url>
         </snapshotRepository>
     </distributionManagement>
+
 </project>
\ No newline at end of file
--
libgit2 0.22.2