changed Maven groupId to com.formdev and artifactId to flatlaf

This commit is contained in:
Karl Tauber
2019-10-08 13:25:59 +02:00
parent 57c9ffc2ba
commit 230bc28ddd
3 changed files with 11 additions and 6 deletions

View File

@@ -1,6 +1,11 @@
FlatLaf Change Log FlatLaf Change Log
================== ==================
## 0.11
- Changed Maven groupId to `com.formdev` and artifactId to `flatlaf`.
## 0.10 ## 0.10
- Use new chevron arrows in "Flat Light" and "Flat Dark" themes, but keep - Use new chevron arrows in "Flat Light" and "Flat Dark" themes, but keep

View File

@@ -28,13 +28,13 @@ Java 8 or newer.
Download Download
-------- --------
[ ![Download](https://api.bintray.com/packages/jformdesigner/flatlaf/flatlaf-core/images/download.svg) ](https://bintray.com/jformdesigner/flatlaf/flatlaf-core/_latestVersion) [ ![Download](https://api.bintray.com/packages/jformdesigner/flatlaf/flatlaf/images/download.svg) ](https://bintray.com/jformdesigner/flatlaf/flatlaf/_latestVersion)
For Maven or Gradle use: For Maven or Gradle use:
Repository: jcenter (https://jcenter.bintray.com/) Repository: jcenter (https://jcenter.bintray.com/)
Group Id: com.formdev.flatlaf Group Id: com.formdev
Artifact Id: flatlaf-core Artifact Id: flatlaf
Version: 0.10 Version: 0.10

View File

@@ -97,8 +97,8 @@ tasks {
publishing { publishing {
publications { publications {
create<MavenPublication>( "maven" ) { create<MavenPublication>( "maven" ) {
artifactId = "flatlaf-core" artifactId = "flatlaf"
groupId = "com.formdev.flatlaf" groupId = "com.formdev"
from( components["java"] ) from( components["java"] )
@@ -133,7 +133,7 @@ bintray {
with( pkg ) { with( pkg ) {
repo = "flatlaf" repo = "flatlaf"
name = "flatlaf-core" name = "flatlaf"
setLicenses( "Apache-2.0" ) setLicenses( "Apache-2.0" )
vcsUrl = "https://github.com/JFormDesigner/FlatLaf" vcsUrl = "https://github.com/JFormDesigner/FlatLaf"