SwingX 1.6.2 released
As it became almost a tradition we have rolled out next SwingX release just before the SwingLabs BOF at JavaOne last night.
You can get the release from our website, or directly from the java.net or also from the maven central repo. Please note that the artifactID has changed from swingx to swingx-core due to changes in the structure of the project.
Thanks a lot to all who contributed to this release with both the bug reports and the fixes.
Enjoy.
- Login or register to post comments
- Printer-friendly version
- rah003's blog
- 3939 reads






Comments
Maven Central
by albert_kurucz - 2010-09-30 08:40
1.6.2 still not showing on Central. Anybody working on this issue?name change
by albert_kurucz - 2010-09-30 08:52
Opps. After I have noticed the name change (swingx is now swingx-project !), I have found it!correction
by albert_kurucz - 2010-09-30 08:59
swingx poject is now renamed to swingx-core (not swingx-project)Better not link to swinglabs.org ...
by kleopatra - 2010-09-22 06:30
... nearly all content there is outdated and the links are broken. So either cleanup the mess or not push it into the center of interest ;-)
Anyway, cool that you two made the release. And the Bof was a success as well, I assume, having seen Karl's blog and the slides.
Cheers
Jeanette
Bad release
by teilo - 2010-09-21 15:09
It's nice that people use Maven these days, its a shame that it is not used correctly. The parent of this release is a non-release (aka snapshot) version that does not exist in central - so I am amazed this got published to central - as it violates the contract!<parent>
<groupId>org.swinglabs</groupId>
<artifactId>swingx-project</artifactId>
<version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Oops, that is really a
by rah003 - 2010-09-21 22:48
Oops, that is really a problem. I'm also not sure how it could have gone through, but I'll to fix it. Thanks for pointing it out.
Need to update BeanInfo Dependency
by kschaefe - 2010-09-23 11:14
When you released the 1.6.2.-2 beaninfo, that still refered to swingx-core-1.6.2 and not swing-core-1.6.2-2.
Karl