Skip to content

Commit 5daf3f6

Browse files
committed
Update version in dependency snippets in README
1 parent b25168a commit 5daf3f6

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ Maven:
2525
<dependency>
2626
<groupId>com.yubico</groupId>
2727
<artifactId>webauthn-server-core</artifactId>
28-
<version>1.6.1</version>
28+
<version>1.7.0</version>
2929
<scope>compile</scope>
3030
</dependency>
3131
----------
3232

3333
Gradle:
3434

3535
----------
36-
compile 'com.yubico:webauthn-server-core:1.6.1'
36+
compile 'com.yubico:webauthn-server-core:1.7.0'
3737
----------
3838

3939

doc/releasing.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,46 +85,48 @@ Release versions
8585
8686
4. Remove the "(unreleased)" tag from `NEWS`.
8787
88-
5. Amend this change into the merge commit:
88+
5. Update the version in the dependency snippets in the README.
89+
90+
6. Amend these changes into the merge commit:
8991
9092
```
9193
$ git add NEWS
9294
$ git commit --amend --reset-author
9395
```
9496
95-
6. Run the tests one more time:
97+
7. Run the tests one more time:
9698
9799
```
98100
$ ./gradlew clean check
99101
```
100102
101-
7. Tag the merge commit with an `X.Y.Z` tag:
103+
8. Tag the merge commit with an `X.Y.Z` tag:
102104
103105
```
104106
$ git tag -a -s 1.4.0 -m "Release 1.4.0"
105107
```
106108
107109
No tag body needed since that's included in the commit.
108110
109-
8. Publish to Sonatype Nexus:
111+
9. Publish to Sonatype Nexus:
110112
111113
```
112114
$ ./gradlew publish closeAndReleaseRepository
113115
```
114116
115-
9. Wait for the artifacts to become downloadable at
117+
10. Wait for the artifacts to become downloadable at
116118
https://repo1.maven.org/maven2/com/yubico/webauthn-server-core/1.4.0/ . This
117119
is needed for one of the GitHub Actions release workflows and usually takes
118120
less than 30 minutes (long before the artifacts become searchable on the
119121
main Maven Central website).
120122
121-
10. Push to GitHub:
123+
11. Push to GitHub:
122124
123125
```
124126
$ git push origin master 1.4.0
125127
```
126128
127-
11. Make GitHub release.
129+
12. Make GitHub release.
128130
129131
- Use the new tag as the release tag
130132
- Copy the release notes from `NEWS` into the GitHub release notes; reformat

0 commit comments

Comments
 (0)