From 3682bbf29c9488aaec94c685fa6d02714b96face Mon Sep 17 00:00:00 2001 From: Mateusz Kopeć <m.kopec@ipipan.waw.pl> Date: Thu, 13 Oct 2016 21:58:04 +0200 Subject: [PATCH] change repository id --- pom.xml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 9099e0d..f8c4fb8 100644 --- a/pom.xml +++ b/pom.xml @@ -89,20 +89,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> @@ -198,11 +184,11 @@ <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> -- libgit2 0.22.2