Skip to content

Commit

Permalink
added developer information to Maven POM for Maven Central publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly committed Oct 13, 2019
1 parent 2cfcd0f commit 873e860
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
FlatLaf Change Log
==================

## 0.13

- Added developer information to Maven POM for Maven Central publishing.


## 0.12

- Support Linux. (issue #2)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

version = "0.12"
version = "0.13"

// check required Java version
if( JavaVersion.current() < JavaVersion.VERSION_1_8 )
Expand Down
8 changes: 8 additions & 0 deletions flatlaf-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@ publishing {
}
}

developers {
developer {
name.set( "Karl Tauber" )
organization.set( "FormDev Software GmbH" )
organizationUrl.set( "https://www.formdev.com/" )
}
}

scm {
url.set( "https://github.com/JFormDesigner/FlatLaf" )
}
Expand Down

0 comments on commit 873e860

Please sign in to comment.