r112194 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112193‎ | r112194 | r112195 >
Date:09:45, 23 February 2012
Author:oren
Status:deferred
Tags:
Comment:
version changes to pom
Modified paths:
  • /trunk/lucene-search-3/pom.xml (modified) (history)

Diff [purge]

Index: trunk/lucene-search-3/pom.xml
@@ -3,7 +3,7 @@
44 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
66 <modelVersion>4.0.0</modelVersion>
7 - <groupId>bazzar</groupId>
 7+ <groupId>org.wikimedia</groupId>
88 <artifactId>bazzar</artifactId>
99 <version>0.0.1-SNAPSHOT</version>
1010 <packaging>jar</packaging>
@@ -78,7 +78,7 @@
7979 <plugin>
8080 <groupId>org.apache.maven.plugins</groupId>
8181 <artifactId>maven-surefire-plugin</artifactId>
82 - <version>2.11</version>
 82+ <version>2.12</version>
8383 <configuration>
8484 <testFailureIgnore>true</testFailureIgnore>
8585 </configuration>
@@ -263,9 +263,9 @@
264264 <dependency>
265265 <groupId>MWdumper</groupId>
266266 <artifactId>MWdumper</artifactId>
267 - <version>0.9.2</version>
 267+ <version>1.16</version>
268268 <scope>system</scope>
269 - <systemPath>${project.basedir}/lib/mwdumper.jar</systemPath>
 269+ <systemPath>${project.basedir}/lib/mwdumper-1.16.jar</systemPath>
270270 </dependency>
271271
272272 <!-- We need to have the ANTLR runtime jar when running and compiling. -->

Status & tagging log