Index: trunk/lucene-search-3/pom.xml |
— | — | @@ -3,7 +3,7 @@ |
4 | 4 | xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
5 | 5 | |
6 | 6 | <modelVersion>4.0.0</modelVersion> |
7 | | - <groupId>bazzar</groupId> |
| 7 | + <groupId>org.wikimedia</groupId> |
8 | 8 | <artifactId>bazzar</artifactId> |
9 | 9 | <version>0.0.1-SNAPSHOT</version> |
10 | 10 | <packaging>jar</packaging> |
— | — | @@ -78,7 +78,7 @@ |
79 | 79 | <plugin> |
80 | 80 | <groupId>org.apache.maven.plugins</groupId> |
81 | 81 | <artifactId>maven-surefire-plugin</artifactId> |
82 | | - <version>2.11</version> |
| 82 | + <version>2.12</version> |
83 | 83 | <configuration> |
84 | 84 | <testFailureIgnore>true</testFailureIgnore> |
85 | 85 | </configuration> |
— | — | @@ -263,9 +263,9 @@ |
264 | 264 | <dependency> |
265 | 265 | <groupId>MWdumper</groupId> |
266 | 266 | <artifactId>MWdumper</artifactId> |
267 | | - <version>0.9.2</version> |
| 267 | + <version>1.16</version> |
268 | 268 | <scope>system</scope> |
269 | | - <systemPath>${project.basedir}/lib/mwdumper.jar</systemPath> |
| 269 | + <systemPath>${project.basedir}/lib/mwdumper-1.16.jar</systemPath> |
270 | 270 | </dependency> |
271 | 271 | |
272 | 272 | <!-- We need to have the ANTLR runtime jar when running and compiling. --> |