Skip to content

Commit

Permalink
post-release fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 2, 2018
1 parent 4e17bf9 commit 8418871
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions debug/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,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
2 changes: 1 addition & 1 deletion debug/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release notes for the jme3-utilities-debug library and related tests

## Version 0.8.7 released on TBD
## Version 0.8.7 released on 2 February 2018

+ Based on heart library v2.2

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.7";
return "master 0.8.7+1";
}
}
4 changes: 2 additions & 2 deletions ui/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-heart:$jme3utilitiesheartVersion"
//compile project(':heart')
//compile "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
compile project(':heart')
}

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

## Version 0.6.2 released on TBD
## Version 0.6.2 released on 2 February 2018

+ Based on heart library v2.2

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.6.2";
return "master 0.6.2+1";
}
}
4 changes: 2 additions & 2 deletions wes/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-heart:$jme3utilitiesheartVersion"
//compile project(':heart')
//compile "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
compile project(':heart')
}

task pom {
Expand Down
2 changes: 1 addition & 1 deletion wes/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# release notes for the Wes library and related tests

## Version 0.3.3 released on TBD
## Version 0.3.3 released on 2 February 2018

+ Add a simplify() method to the TrackEdit class.
+ Relax a validation constraint in TweenRotations.lerp() .
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.3.3";
return "master 0.3.3+1";
}
}

0 comments on commit 8418871

Please sign in to comment.