diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77c68458..dd42c9df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
FlatLaf Change Log
==================
+## 0.25.1
+
+Re-release of 0.25 because of problems with Maven Central.
+
+
## 0.25
- Hide menu mnemonics by default and show them only when Alt key is
diff --git a/README.md b/README.md
index 31266ee5..9e2368f0 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ build script:
groupId: com.formdev
artifactId: flatlaf
- version: 0.25
+ version: 0.25.1
Otherwise download `flatlaf-.jar` here:
diff --git a/build.gradle.kts b/build.gradle.kts
index 386bf1c3..7bc57e70 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-version = "0.25"
+version = "0.25.1"
allprojects {
repositories {
diff --git a/flatlaf-core/build.gradle.kts b/flatlaf-core/build.gradle.kts
index 749c21da..b09ec33c 100644
--- a/flatlaf-core/build.gradle.kts
+++ b/flatlaf-core/build.gradle.kts
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -106,7 +106,7 @@ publishing {
licenses {
license {
name.set( "The Apache License, Version 2.0" )
- url.set( "http://www.apache.org/licenses/LICENSE-2.0.txt" )
+ url.set( "https://www.apache.org/licenses/LICENSE-2.0.txt" )
}
}
diff --git a/flatlaf-demo/build.gradle.kts b/flatlaf-demo/build.gradle.kts
index 20308a34..7eb88a8b 100644
--- a/flatlaf-demo/build.gradle.kts
+++ b/flatlaf-demo/build.gradle.kts
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/flatlaf-extras/build.gradle.kts b/flatlaf-extras/build.gradle.kts
index 4e3e4025..ad3cabc1 100644
--- a/flatlaf-extras/build.gradle.kts
+++ b/flatlaf-extras/build.gradle.kts
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/flatlaf-jide-oss/README.md b/flatlaf-jide-oss/README.md
index 762b90f1..04416ec4 100644
--- a/flatlaf-jide-oss/README.md
+++ b/flatlaf-jide-oss/README.md
@@ -26,7 +26,7 @@ build script:
groupId: com.formdev
artifactId: flatlaf-jide-oss
- version: 0.25
+ version: 0.25.1
Otherwise download `flatlaf-jide-oss-.jar` here:
diff --git a/flatlaf-jide-oss/build.gradle.kts b/flatlaf-jide-oss/build.gradle.kts
index 30da1764..c1394ef9 100644
--- a/flatlaf-jide-oss/build.gradle.kts
+++ b/flatlaf-jide-oss/build.gradle.kts
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -80,7 +80,7 @@ publishing {
licenses {
license {
name.set( "The Apache License, Version 2.0" )
- url.set( "http://www.apache.org/licenses/LICENSE-2.0.txt" )
+ url.set( "https://www.apache.org/licenses/LICENSE-2.0.txt" )
}
}
diff --git a/flatlaf-swingx/README.md b/flatlaf-swingx/README.md
index 36acb9c2..871f6068 100644
--- a/flatlaf-swingx/README.md
+++ b/flatlaf-swingx/README.md
@@ -33,7 +33,7 @@ build script:
groupId: com.formdev
artifactId: flatlaf-swingx
- version: 0.25
+ version: 0.25.1
Otherwise download `flatlaf-swingx-.jar` here:
diff --git a/flatlaf-swingx/build.gradle.kts b/flatlaf-swingx/build.gradle.kts
index e91135ed..25d2a07f 100644
--- a/flatlaf-swingx/build.gradle.kts
+++ b/flatlaf-swingx/build.gradle.kts
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -80,7 +80,7 @@ publishing {
licenses {
license {
name.set( "The Apache License, Version 2.0" )
- url.set( "http://www.apache.org/licenses/LICENSE-2.0.txt" )
+ url.set( "https://www.apache.org/licenses/LICENSE-2.0.txt" )
}
}
diff --git a/flatlaf-testing/build.gradle.kts b/flatlaf-testing/build.gradle.kts
index ea68160d..e88cf2bf 100644
--- a/flatlaf-testing/build.gradle.kts
+++ b/flatlaf-testing/build.gradle.kts
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,