From 9bd3a68115203e6241d997539c59aa800bfa1473 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Tue, 20 Apr 2021 21:01:55 +0200 Subject: [PATCH] update miglayout-swing from 5.3-SNAPSHOT to 5.3 --- flatlaf-demo/build.gradle.kts | 9 +-------- flatlaf-testing/build.gradle.kts | 9 +-------- flatlaf-theme-editor/build.gradle.kts | 9 +-------- 3 files changed, 3 insertions(+), 24 deletions(-) diff --git a/flatlaf-demo/build.gradle.kts b/flatlaf-demo/build.gradle.kts index fd7b511f..5d9c0d65 100644 --- a/flatlaf-demo/build.gradle.kts +++ b/flatlaf-demo/build.gradle.kts @@ -18,18 +18,11 @@ plugins { `java-library` } -repositories { - maven { - // for using MigLayout snapshot - url = uri( "https://oss.sonatype.org/content/repositories/snapshots/" ) - } -} - dependencies { implementation( project( ":flatlaf-core" ) ) implementation( project( ":flatlaf-extras" ) ) implementation( project( ":flatlaf-intellij-themes" ) ) - implementation( "com.miglayout:miglayout-swing:5.3-SNAPSHOT" ) + implementation( "com.miglayout:miglayout-swing:5.3" ) implementation( "com.jgoodies:jgoodies-forms:1.9.0" ) // implementation( project( ":flatlaf-natives-jna" ) ) } diff --git a/flatlaf-testing/build.gradle.kts b/flatlaf-testing/build.gradle.kts index 673b98db..953491c8 100644 --- a/flatlaf-testing/build.gradle.kts +++ b/flatlaf-testing/build.gradle.kts @@ -20,13 +20,6 @@ plugins { `java-library` } -repositories { - maven { - // for using MigLayout snapshot - url = uri( "https://oss.sonatype.org/content/repositories/snapshots/" ) - } -} - dependencies { implementation( project( ":flatlaf-core" ) ) implementation( project( ":flatlaf-extras" ) ) @@ -36,7 +29,7 @@ dependencies { implementation( project( ":flatlaf-demo" ) ) // implementation( project( ":flatlaf-natives-jna" ) ) - implementation( "com.miglayout:miglayout-swing:5.3-SNAPSHOT" ) + implementation( "com.miglayout:miglayout-swing:5.3" ) implementation( "com.jgoodies:jgoodies-forms:1.9.0" ) implementation( "org.swinglabs.swingx:swingx-all:1.6.5-1" ) implementation( "org.swinglabs.swingx:swingx-beaninfo:1.6.5-1" ) diff --git a/flatlaf-theme-editor/build.gradle.kts b/flatlaf-theme-editor/build.gradle.kts index 31a6fc02..8841a49f 100644 --- a/flatlaf-theme-editor/build.gradle.kts +++ b/flatlaf-theme-editor/build.gradle.kts @@ -18,18 +18,11 @@ plugins { `java-library` } -repositories { - maven { - // for using MigLayout snapshot - url = uri( "https://oss.sonatype.org/content/repositories/snapshots/" ) - } -} - dependencies { implementation( project( ":flatlaf-core" ) ) implementation( project( ":flatlaf-extras" ) ) - implementation( "com.miglayout:miglayout-swing:5.3-SNAPSHOT" ) + implementation( "com.miglayout:miglayout-swing:5.3" ) implementation( "com.fifesoft:rsyntaxtextarea:3.1.2" ) implementation( "com.fifesoft:autocomplete:3.1.1" ) implementation( "com.fifesoft:rstaui:3.1.1" )