Skip to content

Commit

Permalink
new groupId, bump ver: sky-0.9.25for33, ui-0.8.1for33, and x-0.2.18for33
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 4, 2020
1 parent 105c22b commit 5c81a03
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 8 deletions.
7 changes: 6 additions & 1 deletion SkyControl/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# release notes for the SkyControl library and related tests

## Version 0.9.25for33 released on TBD

Notable changes:
+ base on version 5.0.0for33 of the heart library

## Version 0.9.24for33 released on 4 January 2020

Notable changes:
+ base on version 4.3.0for33 of the heart library
+ base on version 4.3.0for33 of the heart library
and target the NEW JME 3.3.0-beta1

## Version 0.9.23for33 released on 8 December 2019
Expand Down
2 changes: 1 addition & 1 deletion SkyControl/src/main/java/jme3utilities/sky/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ private Constants() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.9.24for33+1";
return "master 0.9.25for33";
}
}
8 changes: 4 additions & 4 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

apply plugin: 'java'

group = 'jme3utilities'
group = 'com.github.stephengold'

sourceCompatibility = '1.7'
targetCompatibility = '1.7'
Expand Down Expand Up @@ -33,10 +33,10 @@ ext {
jcommanderVersion = '1.74'
heartVersion = '5.0.0for33'
jme3utilitiesniftyVersion = '0.9.12for33'
jme3utilitiesuiVersion = '0.8.0for33'
jme3utilitiesxVersion = '0.2.17for33'
jme3utilitiesuiVersion = '0.8.1for33'
jme3utilitiesxVersion = '0.2.18for33'
jmonkeyengineVersion = '3.3.0-beta1'
skycontrolVersion = '0.9.24for33'
skycontrolVersion = '0.9.25for33'
}

repositories {
Expand Down
4 changes: 4 additions & 0 deletions ui/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# release notes for the jme3-utilities-ui library and related tests

## Version 0.8.1for33 released on TBD

Based on version 5.0 of the Heart Library.

## Version 0.8.0for33 released on 24 January 2020

+ Moved the `PropertiesLoader` class to the jme3-utilities-heart
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.8.0for33+1";
return "master 0.8.1for33";
}
}
4 changes: 4 additions & 0 deletions x/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# release notes for the jme3-utilities-x library and related tests

## Version 0.2.18for33 released on TBD

Based on version 5.0.0for33 of the Heart Library.

## Version 0.2.17for33 released on 4 January 2020

+ Targeted the NEW version 3.3.0-beta1 of jMonkeyEngine.
Expand Down
2 changes: 1 addition & 1 deletion x/src/main/java/jme3utilities/x/XVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ private XVersion() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.2.17for33+1";
return "master 0.2.18for33";
}
}

0 comments on commit 5c81a03

Please sign in to comment.