Commit 3682bbf29c9488aaec94c685fa6d02714b96face

Authored by Mateusz Kopeć
1 parent bd7f5abb

change repository id

Showing 1 changed file with 2 additions and 16 deletions
@@ -89,20 +89,6 @@ @@ -89,20 +89,6 @@
89 </executions> 89 </executions>
90 </plugin> 90 </plugin>
91 <plugin> 91 <plugin>
92 - <!-- explicitly define maven-deploy-plugin after other to force exec order -->  
93 - <artifactId>maven-deploy-plugin</artifactId>  
94 - <version>2.8.2</version>  
95 - <executions>  
96 - <execution>  
97 - <id>deploy</id>  
98 - <phase>deploy</phase>  
99 - <goals>  
100 - <goal>deploy</goal>  
101 - </goals>  
102 - </execution>  
103 - </executions>  
104 - </plugin>  
105 - <plugin>  
106 <artifactId>maven-assembly-plugin</artifactId> 92 <artifactId>maven-assembly-plugin</artifactId>
107 <version>2.6</version> 93 <version>2.6</version>
108 </plugin> 94 </plugin>
@@ -198,11 +184,11 @@ @@ -198,11 +184,11 @@
198 184
199 <distributionManagement> 185 <distributionManagement>
200 <repository> 186 <repository>
201 - <id>deployment</id> 187 + <id>zil-maven-release-repo</id>
202 <url>http://maven.nlp.ipipan.waw.pl/content/repositories/releases/</url> 188 <url>http://maven.nlp.ipipan.waw.pl/content/repositories/releases/</url>
203 </repository> 189 </repository>
204 <snapshotRepository> 190 <snapshotRepository>
205 - <id>deployment</id> 191 + <id>zil-maven-snapshot-repo</id>
206 <url>http://maven.nlp.ipipan.waw.pl/content/repositories/snapshots/</url> 192 <url>http://maven.nlp.ipipan.waw.pl/content/repositories/snapshots/</url>
207 </snapshotRepository> 193 </snapshotRepository>
208 </distributionManagement> 194 </distributionManagement>