WebWork 2.1.5 has incorrect groupId for com.servlets
----------------------------------------------------
Key: MEV-244
URL: http://jira.codehaus.org/browse/MEV-244
Project: Maven Evangelism
Type: Bug
Components: Invalid POM
Reporter: Matt Raible
Currently has:
<dependency>
<groupId>servlets.com</groupId>
<artifactId>cos</artifactId>
<version>09May2002</version>
</dependency>
Should be:
<dependency>
<groupId>com.servlets</groupId>
<artifactId>cos</artifactId>
<version>09May2002</version>
</dependency>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]