File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ buildscript {
66 // This sucks down a lot of stuff that 'normal' users wouldn't
77 // have and won't need anyway.
88 if ( project. hasProperty(' releaseUser' ) ) {
9- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6 '
9+ classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.+ '
1010 }
1111 }
1212}
1313
1414apply plugin : ' java'
1515apply plugin : ' maven'
1616
17- version= ' 1.2.0-SNAPSHOT '
17+ version= ' 1.2.0'
1818group= ' com.simsilica'
1919
2020ext. jmeVersion = " 3.2.1-stable"
@@ -60,8 +60,8 @@ dependencies {
6060
6161 compile " com.simsilica:lemur:1.6.1"
6262
63- compile " com.simsilica:zay-es:1.3.0-SNAPSHOT "
64- compile " com.simsilica:zay-es-net:1.3.0-SNAPSHOT "
63+ compile " com.simsilica:zay-es:1.3.0"
64+ compile " com.simsilica:zay-es-net:1.3.0"
6565
6666 compile ' org.codehaus.groovy:groovy-all:2.4.5'
6767
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies {
4848 compile " com.simsilica:lemur-proto:1.8.1"
4949 runtime ' org.codehaus.groovy:groovy-all:2.4.5'
5050
51- compile " com.simsilica:sim-math:1.2.0-SNAPSHOT "
51+ compile " com.simsilica:sim-math:1.2.0"
5252
5353 compile ' org.slf4j:slf4j-api:1.7.13'
5454 // Actual implementation behind slf4j
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
4545 compile " com.simsilica:lemur-proto:1.8.1"
4646 runtime ' org.codehaus.groovy:groovy-all:2.4.5'
4747
48- compile " com.simsilica:sim-math:1.2.0-SNAPSHOT "
48+ compile " com.simsilica:sim-math:1.2.0"
4949
5050 compile ' org.slf4j:slf4j-api:1.7.13'
5151 // Actual implementation behind slf4j
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ dependencies {
2323 compile ' org.jmonkeyengine:jme3-bullet:3.2.1-stable'
2424 // compile "org.jmonkeyengine:jme3-jbullet:$jmeVersion"
2525
26- compile " com.simsilica:zay-es:1.3.0-SNAPSHOT "
27- compile " com.simsilica:sim-math:1.2.0-SNAPSHOT "
26+ compile " com.simsilica:zay-es:1.3.0"
27+ compile " com.simsilica:sim-math:1.2.0"
2828
2929 compile ' com.google.guava:guava:19.0'
3030 compile ' org.slf4j:slf4j-api:1.7.13'
Original file line number Diff line number Diff line change 11
2- Version 1.2.0 (unreleased )
2+ Version 1.2.0 (latest )
33--------------
44* Fixed a SimTime initialization problem where the first tpf would be
55 huge.
You can’t perform that action at this time.
0 commit comments