Skip to content

Commit

Permalink
bump lib versions: debug->0.8.2 ui->0.6.0 wes->0.3.0 x->0.2.2 sky->0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Dec 6, 2017
1 parent 61edccd commit c2b84ba
Show file tree
Hide file tree
Showing 16 changed files with 53 additions and 25 deletions.
4 changes: 2 additions & 2 deletions SkyControl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ dependencies {
compile "org.jmonkeyengine:jme3-effects:$jmonkeyengineVersion"
compile "org.jmonkeyengine:jme3-terrain:$jmonkeyengineVersion"

//compile "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
compile project(':heart')
compile "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
//compile project(':heart')
}

task pom {
Expand Down
8 changes: 7 additions & 1 deletion SkyControl/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# release notes for the SkyControl library and related tests

## Version 0.9.6 released 19 September 2017
## Version 0.9.7for32 released on TBD

+ 1st release to target JME 3.2
+ Utilize contrast-adjustment filter in GlobeRenderer
+ rename private fields

## Version 0.9.6 released on 19 September 2017

+ use the DomeMesh class from the heart library
+ move wireframe material to heart library
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 getVersionShort() {
return "master 0.9.6+1";
return "master 0.9.7for32";
}
}
10 changes: 5 additions & 5 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ gradle.projectsEvaluated {
ext {
// current versions of the libraries
jcommanderVersion = '1.72'
jme3utilitiesdebugVersion = '0.8.1'
jme3utilitiesdebugVersion = '0.8.2for32'
jme3utilitiesheartVersion = '1.0.0for32'
jme3utilitiesniftyVersion = '0.7.2'
jme3utilitiesuiVersion = '0.5.9'
jme3utilitieswesVersion = '0.2.4'
jme3utilitiesxVersion = '0.2.1'
jme3utilitiesuiVersion = '0.6.0for32'
jme3utilitieswesVersion = '0.3.0for32'
jme3utilitiesxVersion = '0.2.2for32'
jmonkeyengineVersion = '3.2.0-alpha2'
skycontrolVersion = '0.9.6'
skycontrolVersion = '0.9.7for32'
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions debug/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ sourcesJar { baseName "${project.ext.baseName}" }
dependencies {
compile "org.jmonkeyengine:jme3-core:$jmonkeyengineVersion"

//compile "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
compile project(':heart')
compile "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
//compile project(':heart')
}

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

## Version 0.8.2for32 released on TBD

+ 1st release to target JME 3.2
+ Describe cone collision shapes

## Version 0.8.1 released on 21 November 2017

+ Modified API of AxesVisualizer to specify arrow lengths in world units
Expand Down
2 changes: 1 addition & 1 deletion debug/src/main/java/jme3utilities/debug/DebugVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ private DebugVersion() {
* @return branch and revision (not null, not empty)
*/
public static String getVersionShort() {
return "master 0.8.1+1";
return "master 0.8.2for32";
}
}
4 changes: 2 additions & 2 deletions ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ sourcesJar { baseName "${project.ext.baseName}" }
dependencies {
compile "org.jmonkeyengine:jme3-core:$jmonkeyengineVersion"

//compile "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
compile project(':heart')
compile "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
//compile project(':heart')
}

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

## Version 0.6.0for32 released on TBD

+ 1st release to target JME 3.2
+ Replace PropertiesKey with UncachedKey.
+ Simplify InputMode by removing the unused "stream" variable.

## Version 0.5.9 released on 13 September 2017

+ Changed semantics of the Locators.register(List) method.
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 getVersionShort() {
return "master 0.5.9+1";
return "master 0.6.0for32";
}
}
4 changes: 2 additions & 2 deletions wes/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ sourcesJar { baseName "${project.ext.baseName}" }
dependencies {
compile "org.jmonkeyengine:jme3-core:$jmonkeyengineVersion"

//compile "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
compile project(':heart')
compile "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
//compile project(':heart')
}

task pom {
Expand Down
10 changes: 7 additions & 3 deletions wes/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# release notes for the Wes library and related tests

## Version 0.2.4 released 12 November 2017
## Version 0.3.0for32 released on TBD

+ 1st release to target JME 3.2

## Version 0.2.4 released on 12 November 2017

+ Add an "endWeight" argument to the TrackEdit.wrap() method: an API change.
+ Handle null skeleton in Pose.rootBoneIndices().

## Version 0.2.3 released 8 September 2017
## Version 0.2.3 released on 8 September 2017

+ Add fallback transforms to the interpolate() and transform() methods in
TweenTransforms, for tracks that don't include all 3 transform components.
These are API changes.

## Version 0.2.2 released 7 September 2017
## Version 0.2.2 released on 7 September 2017

+ Generalized BoneTrack methods to also work for SpatialTracks. (This involved
some API changes.)
Expand Down
2 changes: 1 addition & 1 deletion wes/src/main/java/jme3utilities/wes/WesVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ private WesVersion() {
* @return branch and revision (not null, not empty)
*/
public static String getVersionShort() {
return "master 0.2.4+1";
return "master 0.3.0for32";
}
}
6 changes: 3 additions & 3 deletions x/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = 'experimental library for jMonkeyEngine'
ext {
artifact = 'jme3-utilities-x'
version = "$jme3utilitiesxVersion"
baseName = "${artifact}-${version}"
baseName = "$artifact-$version"
}

build { dependsOn 'pom' }
Expand All @@ -17,8 +17,8 @@ sourcesJar { baseName "${project.ext.baseName}" }
dependencies {
compile "org.jmonkeyengine:jme3-core:$jmonkeyengineVersion"

//compile "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
compile project(':heart')
compile "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
//compile project(':heart')
}

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

## Version 0.2.2for32 released on TBD

+ 1st release to target JME 3.2
+ Moved the LoopMesh class to the jme3-utilities-heart library.
+ Accommodate other changes in the jme3-utilities-heart library.
+ Rename private field in NavDebug class.

## Version 0.2.1 released on 20 May 2017

Moved jme3utilities.math.noise package to the new jme3-utilities-heart library.
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 @@ -59,6 +59,6 @@ private XVersion() {
* @return branch and revision (not null, not empty)
*/
public static String getVersionShort() {
return "master 0.2.1+1";
return "master 0.2.2for32";
}
}

0 comments on commit c2b84ba

Please sign in to comment.