Commit 0994bdf021b95eb45383d82ca7bb7587861d8dfe
1 parent
883647ac
change repository id
Showing
1 changed file
with
3 additions
and
17 deletions
pom.xml
@@ -88,20 +88,6 @@ | @@ -88,20 +88,6 @@ | ||
88 | </executions> | 88 | </executions> |
89 | </plugin> | 89 | </plugin> |
90 | <plugin> | 90 | <plugin> |
91 | - <!-- explicitly define maven-deploy-plugin after other to force exec order --> | ||
92 | - <artifactId>maven-deploy-plugin</artifactId> | ||
93 | - <version>2.8.2</version> | ||
94 | - <executions> | ||
95 | - <execution> | ||
96 | - <id>deploy</id> | ||
97 | - <phase>deploy</phase> | ||
98 | - <goals> | ||
99 | - <goal>deploy</goal> | ||
100 | - </goals> | ||
101 | - </execution> | ||
102 | - </executions> | ||
103 | - </plugin> | ||
104 | - <plugin> | ||
105 | <artifactId>maven-assembly-plugin</artifactId> | 91 | <artifactId>maven-assembly-plugin</artifactId> |
106 | <version>2.6</version> | 92 | <version>2.6</version> |
107 | </plugin> | 93 | </plugin> |
@@ -197,12 +183,12 @@ | @@ -197,12 +183,12 @@ | ||
197 | 183 | ||
198 | <distributionManagement> | 184 | <distributionManagement> |
199 | <repository> | 185 | <repository> |
200 | - <id>deployment</id> | 186 | + <id>zil-maven-release-repo</id> |
201 | <url>http://maven.nlp.ipipan.waw.pl/content/repositories/releases/</url> | 187 | <url>http://maven.nlp.ipipan.waw.pl/content/repositories/releases/</url> |
202 | </repository> | 188 | </repository> |
203 | <snapshotRepository> | 189 | <snapshotRepository> |
204 | - <id>deployment</id> | 190 | + <id>zil-maven-snapshot-repo</id> |
205 | <url>http://maven.nlp.ipipan.waw.pl/content/repositories/snapshots/</url> | 191 | <url>http://maven.nlp.ipipan.waw.pl/content/repositories/snapshots/</url> |
206 | </snapshotRepository> | 192 | </snapshotRepository> |
207 | </distributionManagement> | 193 | </distributionManagement> |
208 | -</project> | ||
209 | \ No newline at end of file | 194 | \ No newline at end of file |
195 | +</project> |