Details
-
Task
-
Status: Resolved
-
Blocker
-
Resolution: Won't Fix
-
6.0
-
None
-
None
-
None
Description
A major release (which 6.0 is) requires renaming the package and the maven coordinates to prevent class clashes with prior, non-compatible versions.
Using commons lang as a template, I suggest:
package
org.apache.bcel -> org.apache.commons.bcel6
Maven
groupId: org.apache.bcel -> org.apache.commons
artifactId: bcel -> commons-bcel6