Skip to content

Commit

Permalink
bump library versions: Minie->0.2.2, nifty->0.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jul 25, 2018
1 parent 00fb2aa commit 9d68ba9
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Minie/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ javadocJar { baseName project.ext.baseName }
sourcesJar { baseName project.ext.baseName }

dependencies {
//compile "jme3utilities:jme3-utilities-debug:$jme3utilitiesdebugVersion"
compile project(':debug')
compile "jme3utilities:jme3-utilities-debug:$jme3utilitiesdebugVersion"
//compile project(':debug')
}

task pom {
Expand Down
6 changes: 6 additions & 0 deletions Minie/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# release notes for the Minie library and related tests

## Version 0.2.2 released on TBD

+ Enhanced PhysicsDescriber to describe axes of cone shapes.
+ Based on version 2.5 of the jme3-utilities-heart library.
+ Remove an obsolete TODO comment.

## Version 0.2.1 released on 19 February 2018

+ Changed BulletDebugAppState to accept an array of viewports to add scenes to,
Expand Down
2 changes: 1 addition & 1 deletion Minie/src/main/java/jme3utilities/minie/MinieVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ private MinieVersion() {
* @return branch and revision (not null, not empty)
*/
public static String getVersionShort() {
return "master 0.2.1+1";
return "master 0.2.2";
}
}
4 changes: 2 additions & 2 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ ext {
jcommanderVersion = '1.74'
jme3utilitiesdebugVersion = '0.8.9'
jme3utilitiesheartVersion = '2.5.0'
jme3utilitiesniftyVersion = '0.7.11'
jme3utilitiesniftyVersion = '0.7.12'
jme3utilitiesuiVersion = '0.6.3'
jme3utilitiesxVersion = '0.2.4'
jmonkeyengineVersion = '3.2.1-stable'
minieVersion = '0.2.1'
minieVersion = '0.2.2'
skycontrolVersion = '0.9.13'
wesVersion = '0.3.6'
}
Expand Down
4 changes: 2 additions & 2 deletions nifty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ dependencies {
compile 'com.github.nifty-gui:nifty:1.4.2'
compile 'com.github.nifty-gui:nifty-default-controls:1.4.2'

//compile "jme3utilities:jme3-utilities-ui:$jme3utilitiesuiVersion"
compile project(':ui')
compile "jme3utilities:jme3-utilities-ui:$jme3utilitiesuiVersion"
//compile project(':ui')
}

task pom {
Expand Down
6 changes: 6 additions & 0 deletions nifty/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# release notes for the jme3-utilities-nifty library and related tests

## Version 0.7.12 released on TBD

+ Based on version 2.5 of the jme3-utilities-heart library.
+ Remove an obsolete TODO comment.
+ Correct a typographical error in a comment.

## Version 0.7.11 released on 9 February 2018

+ Dynamically generate layouts for large infoboxes.
Expand Down
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 getVersionShort() {
return "master 0.7.11+1";
return "master 0.7.12";
}
}

0 comments on commit 9d68ba9

Please sign in to comment.