Skip to content

Commit d6184f7

Browse files
committed
small updates.
1 parent 8a04599 commit d6184f7

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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'
1313
apply plugin: 'org.junit.platform.gradle.plugin'
1414

1515
group = 'com.spaceshift'
16-
version = '1.2.0'
16+
version = '1.3.0'
1717

1818
sourceCompatibility = 1.8
1919
targetCompatibility = 1.8
@@ -27,8 +27,8 @@ compileTestJava {
2727
ext.jmeVersion = "3.2_branch-SNAPSHOT"
2828
ext.jme3_xbuf_version = '0.9.1'
2929
ext.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"
3232
ext.log4jVersion = '2.6.2'
3333

3434
junitPlatform {

src/main/java/com/ss/editor/ui/dialog/about/AboutDialog.java

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

src/main/resources/credits/libraries.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
44
imageio-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

0 commit comments

Comments
 (0)