-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d329eb2
commit 9440ee6
Showing
4 changed files
with
71 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<groupId>org.springframework.boot</groupId> | ||
<artifactId>spring-boot-starter-parent</artifactId> | ||
<version>3.3.2</version> | ||
<relativePath/> <!-- lookup parent from repository --> | ||
<relativePath/> | ||
</parent> | ||
|
||
<groupId>io.github.hoangtien2k3</groupId> | ||
|
@@ -25,7 +25,7 @@ | |
</licenses> | ||
<developers> | ||
<developer> | ||
<name>Hoàng Anh Tiến</name> | ||
<name>Hoang Anh Tien</name> | ||
<email>[email protected]</email> | ||
<organization>io.hoangtien2k3</organization> | ||
<organizationUrl>https://github.com/hoangtien2k3</organizationUrl> | ||
|
@@ -69,7 +69,7 @@ | |
<maven-surefire-plugin.version>3.4.0</maven-surefire-plugin.version> | ||
<central-publishing-maven-plugin.version>0.5.0</central-publishing-maven-plugin.version> | ||
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version> | ||
<maven-gpg-plugin.version>3.2.5</maven-gpg-plugin.version> | ||
<maven-gpg-plugin.version>1.5</maven-gpg-plugin.version> | ||
<maven-javadoc-plugin.version>3.8.0</maven-javadoc-plugin.version> | ||
<maven-source-plugin.version>3.3.1</maven-source-plugin.version> | ||
</properties> | ||
|
@@ -412,7 +412,6 @@ | |
<extensions>true</extensions> | ||
<configuration> | ||
<publishingServerId>central</publishingServerId> | ||
<tokenAuth>true</tokenAuth> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
|
@@ -462,13 +461,6 @@ | |
<goals> | ||
<goal>sign</goal> | ||
</goals> | ||
<configuration> | ||
<keyname>0x2365862B</keyname> | ||
<gpgArguments> | ||
<arg>--pinentry-mode</arg> | ||
<arg>loopback</arg> | ||
</gpgArguments> | ||
</configuration> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters