Skip to content

Commit 9189df5

Browse files
Arun Gopalpuriarun0009
Arun Gopalpuri
authored andcommitted
release 1.0.2
1 parent 7edde5a commit 9189df5

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

idempotent-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<groupId>io.github.arun0009</groupId>
77
<artifactId>idempotent</artifactId>
8-
<version>1.0.2-SNAPSHOT</version>
8+
<version>1.0.2</version>
99
</parent>
1010
<artifactId>idempotent-core</artifactId>
11-
<version>1.0.2-SNAPSHOT</version>
11+
<version>1.0.2</version>
1212
<packaging>jar</packaging>
1313
<name>idempotent-core</name>
1414
<description>idempotent-core</description>

idempotent-dynamo/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<groupId>io.github.arun0009</groupId>
77
<artifactId>idempotent</artifactId>
8-
<version>1.0.2-SNAPSHOT</version>
8+
<version>1.0.2</version>
99
</parent>
1010
<artifactId>idempotent-dynamo</artifactId>
11-
<version>1.0.2-SNAPSHOT</version>
11+
<version>1.0.2</version>
1212
<packaging>jar</packaging>
1313
<name>idempotent-dynamo</name>
1414
<description>idempotent-dynamo</description>

idempotent-redis/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<groupId>io.github.arun0009</groupId>
77
<artifactId>idempotent</artifactId>
8-
<version>1.0.2-SNAPSHOT</version>
8+
<version>1.0.2</version>
99
</parent>
1010
<artifactId>idempotent-redis</artifactId>
11-
<version>1.0.2-SNAPSHOT</version>
11+
<version>1.0.2</version>
1212
<packaging>jar</packaging>
1313
<name>idempotent-redis</name>
1414
<description>idempotent-redis</description>

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.arun0009</groupId>
66
<artifactId>idempotent</artifactId>
7-
<version>1.0.2-SNAPSHOT</version>
7+
<version>1.0.2</version>
88
<packaging>pom</packaging>
99
<name>Idempotent</name>
1010
<description>Make your APIs Idempotent</description>
@@ -48,16 +48,16 @@
4848

4949
<properties>
5050
<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>
5252
<java.version>17</java.version>
5353
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
5454
<maven-gpg-plugin.version>3.2.4</maven-gpg-plugin.version>
5555
<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>
5757
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
5858
<maven.compiler.release>17</maven.compiler.release>
5959
<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>
6161
</properties>
6262

6363
<dependencyManagement>
@@ -253,8 +253,8 @@
253253
</goals>
254254
<phase>verify</phase>
255255
<configuration>
256-
<keyname>0x2AFBBA33</keyname>
257-
<passphraseServerId>0x2AFBBA33</passphraseServerId>
256+
<keyname>0xC9BAF909</keyname>
257+
<passphraseServerId>0xC9BAF909</passphraseServerId>
258258
<gpgArguments>
259259
<arg>--pinentry-mode</arg>
260260
<arg>loopback</arg>

0 commit comments

Comments
 (0)