[EMAIL PROTECTED] wrote:
Author: djencks
Date: Fri Jun 24 09:24:35 2005
New Revision: 201640
URL: http://svn.apache.org/viewcvs?rev=201640&view=rev
Log:
remove extraneous backtick. Might let g. compile w/maven 1.1. see MAVEN-1634
Modified:
geronimo/trunk/modules/assembly/project.xml
Modified: geronimo/trunk/modules/assembly/project.xml
URL:
http://svn.apache.org/viewcvs/geronimo/trunk/modules/assembly/project.xml?rev=201640&r1=201639&r2=201640&view=diff
==============================================================================
--- geronimo/trunk/modules/assembly/project.xml (original)
+++ geronimo/trunk/modules/assembly/project.xml Fri Jun 24 09:24:35 2005
@@ -818,7 +818,7 @@
<dependency>
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>
- <version>${antlr_version}</version>
`
+ <version>${antlr_version}</version>
I don't see what you changed here, hence I wonder how it could help.
Where was the extraneous backtick?
Jacek