The 1.2.3 release is still not in maven central.
I'm waiting on a trouble ticket... which will probably say I messed
something up :-).
In the meantime, if you want to start using the 1.2.3 release, just use our
remote repository by adding these lines to your pom file:

  <repositories>
      <repository>
          <id>jibx.sf.net</id>
          <name>JiBX repository</name>
          <url>http://jibx.sf.net/maven2</url>
          <snapshots>
              <enabled>false</enabled>
          </snapshots>
      </repository>
  </repositories>

...and of course, change your jibx versions to 1.2.3. You can remove these
lines once we are synced to maven central.

Thanks,
Don
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to