We need some help testing some of the changes that we have made to the JiBX
build before we do the code changes for the next version.

Right now, most of the JiBX code is the same as version 1.2.3, but we have
updated all our dependencies.

We appreciate you trying out your projects to make sure they still work
with the new versions of these 3rd party libraries. If you have a current
bug report, chances are you'll still see the bug. That's our next task.

Our new code has been deployed to the maven snapshot server. It's pretty
easy to change your project to use our new snapshot code.

Step 1 - Change all your jibx versions (jibx-run, jibx-maven-plugin, etc.)
from:
<version>1.2.3</version>
to
<version>1.2.4-SNAPSHOT</version>

Step 2 - Add a these repository sections to your pom:
 <pluginRepositories>
<pluginRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<repositories>
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

If you see any (new) bugs, please file a bug report. If everything still
works for you, post here.

Thanks!
Don
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to