Skip to content

Commit

Permalink
nifty library: bump version to 0.9.13for32 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 4, 2020
1 parent 8aa17d3 commit acecfeb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ext {
// current versions of various libraries
jcommanderVersion = '1.74'
heartVersion = '5.0.0for32'
jme3utilitiesniftyVersion = '0.9.12for32'
jme3utilitiesniftyVersion = '0.9.13for32'
jme3utilitiesuiVersion = '0.8.1for32'
jme3utilitiesxVersion = '0.2.18for32'
jmonkeyengineVersion = '3.2.4-stable'
Expand All @@ -41,7 +41,7 @@ ext {

repositories {
//mavenLocal()
maven { url 'https://dl.bintray.com/stephengold/jme3utilities' }
maven { url 'https://dl.bintray.com/stephengold/com.github.stephengold' }
maven { url 'https://dl.bintray.com/stephengold/org.jmonkeyengine' } // for jme3-testdata
jcenter()
maven { url 'https://nifty-gui.sourceforge.net/nifty-maven-repo' }
Expand Down
4 changes: 2 additions & 2 deletions nifty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ dependencies {
api 'com.github.nifty-gui:nifty:1.4.3'
api 'com.github.nifty-gui:nifty-default-controls:1.4.3'

//api "jme3utilities:jme3-utilities-ui:$jme3utilitiesuiVersion"
api project(':ui')
api 'com.github.stephengold:jme3-utilities-ui:' + jme3utilitiesuiVersion
//api project(':ui')
}

build.dependsOn('pom')
Expand Down
7 changes: 6 additions & 1 deletion nifty/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# release notes for the jme3-utilities-nifty library and related tests

## Version 0.9.13for32 released on TBD

+ Change the Maven groupId from "jme3utilities" to "com.github.stephengold"
+ Base on version 5.0 of the Heart Library

## Version 0.9.12for32 released on 4 January 2020

Base on version 4.3 of the jme3-utilities-heart library
Expand Down Expand Up @@ -263,4 +268,4 @@ Fixed assertion error when activating BindScreen from a popup.

## Version 0.5.0 released on 9 April 2017

This was the initial baseline release.
This was the initial baseline release.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ private LibraryVersion() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "for_jME3.2 0.9.12for32+1";
return "for_jME3.2 0.9.13for32";
}
}

0 comments on commit acecfeb

Please sign in to comment.