From 0994bdf021b95eb45383d82ca7bb7587861d8dfe Mon Sep 17 00:00:00 2001
From: Mateusz Kopeć <m.kopec@ipipan.waw.pl>
Date: Thu, 13 Oct 2016 22:02:47 +0200
Subject: [PATCH] change repository id

---
 pom.xml | 20 +++-----------------
 1 file changed, 3 insertions(+), 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index de28790..22c4139 100755
--- a/pom.xml
+++ b/pom.xml
@@ -88,20 +88,6 @@
                     </executions>
                 </plugin>
                 <plugin>
-                    <!-- explicitly define maven-deploy-plugin after other to force exec order -->
-                    <artifactId>maven-deploy-plugin</artifactId>
-                    <version>2.8.2</version>
-                    <executions>
-                        <execution>
-                            <id>deploy</id>
-                            <phase>deploy</phase>
-                            <goals>
-                                <goal>deploy</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
-                <plugin>
                     <artifactId>maven-assembly-plugin</artifactId>
                     <version>2.6</version>
                 </plugin>
@@ -197,12 +183,12 @@
 
     <distributionManagement>
         <repository>
-            <id>deployment</id>
+            <id>zil-maven-release-repo</id>
             <url>http://maven.nlp.ipipan.waw.pl/content/repositories/releases/</url>
         </repository>
         <snapshotRepository>
-            <id>deployment</id>
+            <id>zil-maven-snapshot-repo</id>
             <url>http://maven.nlp.ipipan.waw.pl/content/repositories/snapshots/</url>
         </snapshotRepository>
     </distributionManagement>
-</project>
\ No newline at end of file
+</project>
--
libgit2 0.22.2