File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ buildscript {
1414apply plugin : ' java'
1515apply plugin : ' maven'
1616
17- version= ' 1.0.3-SNAPSHOT '
17+ version= ' 1.0.3'
1818group= ' com.simsilica'
1919
20- ext. jmeVersion = " [ 3.1,) "
20+ ext. jmeVersion = " 3.1.0-alpha4 "
2121
2222// Version meta-data
2323ext {
@@ -55,10 +55,10 @@ dependencies {
5555 compile " org.jmonkeyengine:jme3-core:$jmeVersion "
5656 compile " org.jmonkeyengine:jme3-networking:$jmeVersion "
5757
58- compile " com.simsilica:lemur:[ 1.6,) "
58+ compile " com.simsilica:lemur:1.6.1 "
5959
60- compile " com.simsilica:zay-es:[ 1.2,) "
61- compile " com.simsilica:zay-es-net:[ 1.2,) "
60+ compile " com.simsilica:zay-es:1.2.1 "
61+ compile " com.simsilica:zay-es-net:1.2.1 "
6262
6363 compile ' org.codehaus.groovy:groovy-all:2.4.5'
6464
Original file line number Diff line number Diff line change 11
2- Version 1.0.3
2+ Version 1.0.3
33--------------
44* Flipped the GameLoop's update loop to sleep when idle instead of
55 only after an actual update was run.
@@ -8,7 +8,10 @@ Version 1.0.3
88* Modified GameSystemManager to log its update errors before sending
99 them to the event bus as a fatal error.
1010* Modified the EventBus to log.debug() any events that are undelivered.
11-
11+ * Modified the build.gradle to replace the JME version with a specific
12+ version instead of letting it float. I think alpha4 is generally
13+ the minimum accepted 3.1 version at this point.
14+ Did the same for all of the floating version references.
1215
1316Version 1.0.2
1417--------------
You can’t perform that action at this time.
0 commit comments