Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 601e8cb

Browse files
authored
Update the version (#671)
1 parent 63a7828 commit 601e8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ext.isReleaseVersion = profile == "release"
1717

1818

1919
group = 'com.github.poad'
20-
version = '6.0.8' + (profile == "snapshot" ? "." + java.time.format.DateTimeFormatter
20+
version = '7.0.0' + (profile == "snapshot" ? "." + java.time.format.DateTimeFormatter
2121
.ofPattern("yyyyMMddHHmmss")
2222
.format(ZonedDateTime.now()) + '-SNAPSHOT' : '')
2323
description = 'Amazon Web Services S3 Maven Wagon Support'

0 commit comments

Comments
 (0)