-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish Developer Snapshots on MavenCentral #369
Comments
Just pushed a new version of BootsFaces 0.9.0-SNAPSHOT on Maven Central. |
Just uploaded another snapshot of BootsFaces 0.9.0. It contains a lot of improvements to the dataTable. |
Just uploaded a 0.9.1-SNAPSHOT to Maven Central. Basically, it's a hotfix addressing the Java 6 and 7 incompatibility. More details at https://github.com/TheCoder4eu/BootsFaces-OSP/milestone/14?closed=1 |
Hi Team, Tried to use the snapshot for one of the issue for datatable resolved but facing issues. Failed to execute goal on project MavenConfTest: Could not resolve dependencies for project com.mycompany:MavenConfTest:war:1.0-SNAPSHOT: Failure to find net.bootsfaces:bootsfaces:jar:1.0.0-SNAPSHOT in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> Please help to get the snap shot |
Sorry, the fault is on my side. For some reason, I confused the version numbers. The correct version number of the snapshot is 0.9.2. |
Just published another snapshot. Anyone who's following this ticket: please test the new version. We're planning to release the new version of BootsFaces by the end of the month, but we're unusually short of resources at the moment, so we appreciate every help we can get. Thanks in advance! |
I haven't investigated it much, but I found today that many of my Edit: Yep, I just tried using the version I have from my latest commit (c17e9aa) and everything works fine. The latest snapshot on the repo has broken the navLink and navCommandLink's javascript outputs, UNLESS ajax is set to true. When ajax is set to true, the |
Every once in a while, I upload an untested developer snapshot of BootsFaces to the Sonatype repository, so you can test bug fixes and new features early.
Important: Do not use these snapshots in production!
However, version 2.0.0 is due to be published any day now, so it's the exception to the rule. Please test it!
https://oss.sonatype.org/content/repositories/snapshots/net/bootsfaces/bootsfaces/2.0.0-SNAPSHOT/
You can access this in your pom.xml after adding a new repository:
The download coordinates of the 2.0.0 snapshot version are:
The text was updated successfully, but these errors were encountered: