Upgrade to regexp 1.3

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115824 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2004-07-15 00:27:45 +00:00
parent 038f874270
commit cc56501f68
3 changed files with 3 additions and 3 deletions

View File

@ -146,7 +146,7 @@
<dependency>
<groupId>regexp</groupId>
<artifactId>regexp</artifactId>
<version>1.2</version>
<version>1.3</version>
</dependency>
<!-- Required because of the Developer class -->

View File

@ -90,7 +90,7 @@
<dependency>
<groupId>regexp</groupId>
<artifactId>regexp</artifactId>
<version>1.2</version>
<version>1.3</version>
<url>http://jakarta.apache.org/regexp/</url>
</dependency>
<dependency>

View File

@ -91,7 +91,7 @@
<dependency>
<groupId>regexp</groupId>
<artifactId>regexp</artifactId>
<version>1.2</version>
<version>1.3</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>