Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JiBX 1.1
-
Fix Version/s: None
-
Component/s: maven plugin
-
Labels:None
-
Environment:Mac OS X, Maven 2, JDK 1.5
-
Number of attachments :
Description
Maven2 jibx plugin still depends on the RC1 release of JiBX, though downloads and invokes the RC1 compiler. There are some bugs in RC1, that are fixed in 1.1, though we need to ensure that it gets the right dependencies.
Here is the diff to fix...
73c73
< <version>1.0-RC1</version>
—
> <version>1.1</version>
78c78
< <version>1.0-RC1</version>
—
> <version>1.1</version>
I'll update this for the 1.1.2 release.