Skip to content

Commit e6b4de3

Browse files
committed
Update to version 1.0.0
Signed-off-by: ikolomi <ikolomin@amazon.com>
1 parent 93a67fc commit e6b4de3

20 files changed

Lines changed: 20 additions & 20 deletions

File tree

examples/boot-iam-auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.valkey.springframework</groupId>
99
<artifactId>spring-data-valkey-examples</artifactId>
10-
<version>0.2.0</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

1313
<artifactId>spring-data-valkey-example-boot-iam-auth</artifactId>

examples/boot-telemetry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.valkey.springframework</groupId>
99
<artifactId>spring-data-valkey-examples</artifactId>
10-
<version>0.2.0</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

1313
<artifactId>spring-data-valkey-example-boot-telemetry</artifactId>

examples/cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.valkey.springframework</groupId>
99
<artifactId>spring-data-valkey-examples</artifactId>
10-
<version>0.2.0</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

1313
<artifactId>spring-data-valkey-example-cache</artifactId>

examples/cluster/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.valkey.springframework</groupId>
99
<artifactId>spring-data-valkey-examples</artifactId>
10-
<version>0.2.0</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

1313
<artifactId>spring-data-valkey-example-cluster</artifactId>

examples/collections/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.valkey.springframework</groupId>
99
<artifactId>spring-data-valkey-examples</artifactId>
10-
<version>0.2.0</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

1313
<artifactId>spring-data-valkey-example-collections</artifactId>

examples/operations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.valkey.springframework</groupId>
99
<artifactId>spring-data-valkey-examples</artifactId>
10-
<version>0.2.0</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

1313
<artifactId>spring-data-valkey-example-operations</artifactId>

examples/pipeline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.valkey.springframework</groupId>
99
<artifactId>spring-data-valkey-examples</artifactId>
10-
<version>0.2.0</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

1313
<artifactId>spring-data-valkey-example-pipeline</artifactId>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.valkey.springframework</groupId>
99
<artifactId>spring-data-valkey-parent</artifactId>
10-
<version>0.2.0</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

1313
<groupId>io.valkey.springframework</groupId>

examples/quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.valkey.springframework</groupId>
99
<artifactId>spring-data-valkey-examples</artifactId>
10-
<version>0.2.0</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

1313
<artifactId>spring-data-valkey-example-quickstart</artifactId>

examples/repositories/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.valkey.springframework</groupId>
99
<artifactId>spring-data-valkey-examples</artifactId>
10-
<version>0.2.0</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

1313
<artifactId>spring-data-valkey-example-repositories</artifactId>

0 commit comments

Comments
 (0)