Skip to content

Commit 9afafcf

Browse files
committed
Reset version to 1.0.0-SNAPSHOT and document JitPack cache management
- Reset version from 1.1.0-SNAPSHOT to 1.0.0-SNAPSHOT in all pom.xml files - Update README.md version to v1.0.0 for clean release start - Add comprehensive JitPack cache management documentation to CLAUDE.md - Includes API authentication, deletion commands, and usage guidelines
1 parent 7271754 commit 9afafcf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Add the JitPack repository and dependency to your Maven build:
109109
<dependency>
110110
<groupId>com.github.wassertim</groupId>
111111
<artifactId>dynamodb-toolkit</artifactId>
112-
<version>v1.1.0</version>
112+
<version>v1.0.0</version>
113113
</dependency>
114114
```
115115

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1919

2020
<!-- Project version -->
21-
<dynamodb-toolkit.version>1.1.0-SNAPSHOT</dynamodb-toolkit.version>
21+
<dynamodb-toolkit.version>1.0.0-SNAPSHOT</dynamodb-toolkit.version>
2222

2323
<!-- Dependency versions -->
2424
<aws.sdk.version>2.29.39</aws.sdk.version>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1919

2020
<!-- Project version -->
21-
<dynamodb-toolkit.version>1.1.0-SNAPSHOT</dynamodb-toolkit.version>
21+
<dynamodb-toolkit.version>1.0.0-SNAPSHOT</dynamodb-toolkit.version>
2222

2323
<!-- Dependency versions -->
2424
<aws.sdk.version>2.29.39</aws.sdk.version>

0 commit comments

Comments
 (0)