added developer information to Maven POM for Maven Central publishing

This commit is contained in:
Karl Tauber
2019-10-13 21:37:49 +02:00
parent 2cfcd0facf
commit 873e8604ce
3 changed files with 14 additions and 1 deletions

View File

@@ -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)

View File

@@ -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 )

View File

@@ -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" )
}