Skip to content

Commit 7271754

Browse files
committed
Bump to version 1.1.0-SNAPSHOT to avoid JitPack cache conflicts
- Package refactoring from io.github.wassertim to com.github.wassertim warrants a minor version bump - Avoids JitPack cached v1.0.0 with old package structure - First release will be v1.1.0 with correct com.github.wassertim packages
1 parent 18ed716 commit 7271754

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.0.0</version>
112+
<version>v1.1.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.0.1-SNAPSHOT</dynamodb-toolkit.version>
21+
<dynamodb-toolkit.version>1.1.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.0.1-SNAPSHOT</dynamodb-toolkit.version>
21+
<dynamodb-toolkit.version>1.1.0-SNAPSHOT</dynamodb-toolkit.version>
2222

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

0 commit comments

Comments
 (0)