|
4 | 4 | <modelVersion>4.0.0</modelVersion>
|
5 | 5 | <groupId>io.github.arun0009</groupId>
|
6 | 6 | <artifactId>idempotent</artifactId>
|
7 |
| - <version>1.0.2-SNAPSHOT</version> |
| 7 | + <version>1.0.2</version> |
8 | 8 | <packaging>pom</packaging>
|
9 | 9 | <name>Idempotent</name>
|
10 | 10 | <description>Make your APIs Idempotent</description>
|
|
48 | 48 |
|
49 | 49 | <properties>
|
50 | 50 | <central-publishing-maven-plugin.version>0.4.0</central-publishing-maven-plugin.version>
|
51 |
| - <idempotent.version>1.0.2-SNAPSHOT</idempotent.version> |
| 51 | + <idempotent.version>1.0.2</idempotent.version> |
52 | 52 | <java.version>17</java.version>
|
53 | 53 | <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
|
54 | 54 | <maven-gpg-plugin.version>3.2.4</maven-gpg-plugin.version>
|
55 | 55 | <maven-jar-plugin.version>3.4.1</maven-jar-plugin.version>
|
56 |
| - <maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version> |
| 56 | + <maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version> |
57 | 57 | <maven-source-plugin.version>3.3.1</maven-source-plugin.version>
|
58 | 58 | <maven.compiler.release>17</maven.compiler.release>
|
59 | 59 | <spotless.version>2.43.0</spotless.version>
|
60 |
| - <spring-boot.version>3.3.0</spring-boot.version> |
| 60 | + <spring-boot.version>3.4.0</spring-boot.version> |
61 | 61 | </properties>
|
62 | 62 |
|
63 | 63 | <dependencyManagement>
|
|
253 | 253 | </goals>
|
254 | 254 | <phase>verify</phase>
|
255 | 255 | <configuration>
|
256 |
| - <keyname>0x2AFBBA33</keyname> |
257 |
| - <passphraseServerId>0x2AFBBA33</passphraseServerId> |
| 256 | + <keyname>0xC9BAF909</keyname> |
| 257 | + <passphraseServerId>0xC9BAF909</passphraseServerId> |
258 | 258 | <gpgArguments>
|
259 | 259 | <arg>--pinentry-mode</arg>
|
260 | 260 | <arg>loopback</arg>
|
|
0 commit comments