Skip to content

Commit 915c2de

Browse files
committed
Prepping for release.
1 parent 5371a08 commit 915c2de

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1414
apply plugin: 'java'
1515
apply plugin: 'maven'
1616

17-
version='1.2.0-SNAPSHOT'
17+
version='1.2.0'
1818
group='com.simsilica'
1919

2020
ext.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

demos/bullet-char/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

demos/bullet/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

extensions/bullet/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.

0 commit comments

Comments
 (0)