Skip to content

Commit b119863

Browse files
committed
Reset version to 1.0.0-SNAPSHOT
- Clean slate after fixing release workflow issues - Reset pom.xml versions to 1.0.0-SNAPSHOT - Update README.md to show v1.0.0 dependency - All previous releases and tags have been cleaned up
1 parent 9732c08 commit b119863

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.23</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.0.24-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.0.24-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)