spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
56.14k stars 37.95k forks source link

project.xml needs to be updated for velocity-tools (generic and view) [SPR-562] #5291

Closed spring-projects-issues closed 19 years ago

spring-projects-issues commented 19 years ago

David Castro opened SPR-562 and commented

Seems the groupId needs to be changed from velocity to velocity tools...maybe they recently moved where these tools are in the repository? I was running the 'maven jar:jar' goal. Diff below fixed my problem.

--- project.xml.old 2004-12-16 14:02:07.632003312 -0800 +++ project.xml 2004-12-16 14:01:35.832837520 -0800 @@ -426,12 +426,12 @@ \1.4\ \ \


<groupId>velocity</groupId>

Affects: 1.1.3

spring-projects-issues commented 19 years ago

Juergen Hoeller commented

Thanks for spotting this - fixed!

Juergen