-
Type:
Task
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Won't Fix
-
Affects Version/s: 6.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
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