OSDN Git Service

Release v0.9.3 v0.9.3
authorHiroshi Miura <miurahr@linux.com>
Sat, 20 Mar 2021 08:51:41 +0000 (17:51 +0900)
committerHiroshi Miura <miurahr@linux.com>
Sat, 20 Mar 2021 08:59:18 +0000 (17:59 +0900)
- Publish to sonatype/OSSRH

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
CHANGELOG.md
build.gradle

index d5ffe06..99cb1ce 100644 (file)
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
 
 ## [Unreleased]
 
+## [0.9.3] - 2021-03-20
+
+### Changed
+- Publish to sonatype/OSSRH
+- Fix POM package name
+
 ## [0.9.2] - 2021-03-13
 
 ### Changed
@@ -135,7 +141,9 @@ All notable changes to this project will be documented in this file.
 ### Added
 - Start project.
 
-[Unreleased]: https://github.com/dictzip/dictzip-java/compare/v0.9.1...HEAD
+[Unreleased]: https://github.com/dictzip/dictzip-java/compare/v0.9.3...HEAD
+[0.9.3]: https://github.com/dictzip/dictzip-java/compare/v0.9.2...v0.9.3
+[0.9.2]: https://github.com/dictzip/dictzip-java/compare/v0.9.1...v0.9.2
 [0.9.1]: https://github.com/dictzip/dictzip-java/compare/v0.9.0...v0.9.1
 [0.9.0]: https://github.com/dictzip/dictzip-java/compare/v0.8.2...v0.9.0
 [0.8.2]: https://github.com/dictzip/dictzip-java/compare/v0.8.1...v0.8.2
index 8ca25b0..ccf01d2 100644 (file)
@@ -84,7 +84,7 @@ project(':dictzip-lib') {
     install {
         repositories.mavenInstaller {
             pom.project {
-                name = project.name
+                name = 'dictzip'
                 packaging = 'jar'
                 description = projectDesc
                 url = projectUrl