Skip to content

Commit 60d2f95

Browse files
kingthorinasolntsev
authored andcommitted
Adjust docs etc for next release being 2.6.0
Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
1 parent 0014fc5 commit 60d2f95

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
4343
```
4444

45-
You can also use the snapshot version (`2.5.4-SNAPSHOT`), which automatically gets published
45+
You can also use the snapshot version (`2.6.0-SNAPSHOT`), which automatically gets published
4646
after every push to the main branch of this repository. Binary repository URL for snapshots download is
4747
`https://central.sonatype.com/repository/maven-snapshots/`.
4848

File renamed without changes.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ nav:
111111
# - Changes: changelog/index.md
112112
# - How to upgrade: upgrade.md
113113
- Releases:
114-
- 2.5.4-SNAPSHOT: releases/2.5.4-SNAPSHOT.md
114+
- 2.6.0-SNAPSHOT: releases/2.6.0-SNAPSHOT.md
115115
- 2.5.3: releases/2.5.3.md
116116
- 2.5.2: releases/2.5.2.md
117117
- 2.5.1: releases/2.5.1.md

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>net.datafaker</groupId>
55
<artifactId>datafaker</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.5.4-SNAPSHOT</version>
7+
<version>2.6.0-SNAPSHOT</version>
88
<name>Datafaker</name>
99
<description>
1010
This library is an improved fork of JavaFaker (as well as Ruby's stympy/faker gem and Perl's Data::Faker

0 commit comments

Comments
 (0)