Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: JiBX 1.2.4
-
Component/s: maven plugin
-
Labels:None
-
Number of attachments :
Description
Affects Version: 1.2.4 - I can't set this in Jira because this version number hasn't been setup by an administrator.
The snapshot dependencies can be seen within the deployed pom:
http://search.maven.org/remotecontent?filepath=org/jibx/maven-jibx-plugin/1.2.4/maven-jibx-plugin-1.2.4.pom
<dependency>
<groupId>$
<artifactId>jibx-tools</artifactId>
<version>1.2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}
</groupId>
<artifactId>jibx-bind</artifactId>
<version>1.2.4-SNAPSHOT</version>
</dependency>
Oh man, I can't believe this got through.
That's really strange!
I wonder why maven changed the other dependencies on release, but not these two.
Didn't catch this in my testing, since there is a valid 1.2.4-SNAPSHOT in the maven snapshot repo.
Give me about a week to see if there are any other issues and I'll do another release.
Thanks!
Don