Skip to content

Commit

Permalink
UI library: bump version to 0.8.0for33 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 24, 2020
1 parent 1b7a05c commit 8dd5fea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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'
jme3utilitiesheartVersion = '4.4.0for33'
jme3utilitiesniftyVersion = '0.9.12for33'
jme3utilitiesuiVersion = '0.7.10for33'
jme3utilitiesuiVersion = '0.8.0for33'
jme3utilitiesxVersion = '0.2.17for33'
jmonkeyengineVersion = '3.3.0-beta1'
skycontrolVersion = '0.9.24for33'
Expand Down
4 changes: 2 additions & 2 deletions ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ javadocJar { archiveBaseName = project.ext.baseName }
sourcesJar { archiveBaseName = project.ext.baseName }

dependencies {
//api "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
api project(':heart')
api "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
//api project(':heart')
}

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

## Version 0.8.0for33 released on TBD

+ Moved the `PropertiesLoader` class to the jme3-utilities-heart
library. (API change)
+ Finalized `simpleInitApp()` in the `ActionApplication` class. (API change)
Expand Down
2 changes: 1 addition & 1 deletion ui/src/main/java/jme3utilities/ui/UiVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ private UiVersion() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.7.10for33+1";
return "master 0.8.0for33";
}
}

0 comments on commit 8dd5fea

Please sign in to comment.