Skip to content

Commit

Permalink
Use updated version of named-regexp lib
Browse files Browse the repository at this point in the history
  • Loading branch information
tony19 committed Jul 15, 2012
1 parent f55a60b commit f2dd924
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Binary file added lib/named-regexp-0.1.5.jar
Binary file not shown.
Binary file removed lib/named-regexp-0.4.jar
Binary file not shown.
7 changes: 4 additions & 3 deletions pom.xml
Expand Up @@ -32,7 +32,8 @@
<lucene.version>3.5.0</lucene.version>
<jackson.version>2.0.0</jackson.version>
<commons.cli.version>1.2</commons.cli.version>

<named.regexp.version>0.1.5</named.regexp.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
Expand Down Expand Up @@ -78,9 +79,9 @@
<dependency>
<groupId>com.google.code.regexp</groupId>
<artifactId>named-regexp</artifactId>
<version>0.4</version>
<version>${named.regexp.version}</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/named-regexp-0.4.jar</systemPath>
<systemPath>${project.basedir}/lib/named-regexp-${named.regexp.version}.jar</systemPath>
</dependency>

</dependencies>
Expand Down

0 comments on commit f2dd924

Please sign in to comment.