File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
java/com/ss/editor/ui/dialog/about Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 mavenCentral()
44 }
55 dependencies {
6- classpath ' org.junit.platform:junit-platform-gradle-plugin:1.0.0-RC2 '
6+ classpath ' org.junit.platform:junit-platform-gradle-plugin:1.0.0'
77 }
88}
99
@@ -13,7 +13,7 @@ apply plugin: 'idea'
1313apply plugin : ' org.junit.platform.gradle.plugin'
1414
1515group = ' com.spaceshift'
16- version = ' 1.2 .0'
16+ version = ' 1.3 .0'
1717
1818sourceCompatibility = 1.8
1919targetCompatibility = 1.8
@@ -27,8 +27,8 @@ compileTestJava {
2727ext. jmeVersion = " 3.2_branch-SNAPSHOT"
2828ext. jme3_xbuf_version = ' 0.9.1'
2929ext. lwjglVersion = " 3.1.2"
30- ext. junitPlatformVersion = " 1.0.0-M5 "
31- ext. junitJupiterVersion = " 5.0.0-M5 "
30+ ext. junitPlatformVersion = " 1.0.0"
31+ ext. junitJupiterVersion = " 5.0.0"
3232ext. log4jVersion = ' 2.6.2'
3333
3434junitPlatform {
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class AboutDialog extends AbstractSimpleEditorDialog {
3434 private static final String PROJECT_HOME = "https://bitbucket.org/JavaSabr/jmonkeybuilder" ;
3535
3636 @ NotNull
37- private static final String FORUM_THREAD = "https://hub.jmonkeyengine.org/t/jmonkeybuilder/35179 " ;
37+ private static final String FORUM_THREAD = "https://hub.jmonkeyengine.org/t/editor- jmonkeybuilder" ;
3838
3939 @ NotNull
4040 private static final Point DIALOG_SIZE = new Point (600 , -1 );
Original file line number Diff line number Diff line change 11## base
22
3- rlib-fx-4.1.2 richtextfx-0.7-M5 jme-jfx-1.5.2 common-image-3.3.2 common-io-3.3.2 commons-lang3-3.4
3+ rlib-fx-4.1.3 richtextfx-0.7-M5 jme-jfx-1.5.2 common-image-3.3.2 common-io-3.3.2 commons-lang3-3.4
44imageio-tiff-3.3.2 imageio-metadata-3.3.2 imageio-hdr-3.3.2 common-lang-3.3.2 gson-2.6.2
5- imageio-core-3.3.2 imageio-batik-3.3.2 rlib-6.3.4
5+ imageio-core-3.3.2 imageio-batik-3.3.2 rlib-6.4.1 controlsfx-8.40.13
66
77## supporting SVG
88
@@ -25,7 +25,7 @@ commons-codec-1.9 commons-logging-1.2 httpclient-4.5.2 httpcore-4.4.4
2525
2626## extensions
2727
28- jme3-spaceshift-extension-1.5.2 groovy-all-2.5.0-alpha -1 annotations-15.0
28+ jme3-spaceshift-extension-1.8.0 groovy-all-2.5.0-beta -1 annotations-15.0
2929
3030## extensions ## xbuf
3131
@@ -34,7 +34,7 @@ jme3_xbuf_rt-0.9.1 protobuf-java-3.0.0 protobuf-java-util-3.0.0
3434
3535## extensions ## t0neg0d
3636
37- toneg0d.emitter-2.3.4
37+ toneg0d.emitter-2.4.0
3838
3939## extensions ## simsilica
4040
You can’t perform that action at this time.
0 commit comments