Skip to content

Commit 508a48c

Browse files
committed
in README, show the current version (2.5.1) instead of the future version (2.5.2)
1 parent fd9e228 commit 508a48c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@ In the pom.xml, add the following fragment to the `dependencies` section:
2929
<dependency>
3030
<groupId>net.datafaker</groupId>
3131
<artifactId>datafaker</artifactId>
32-
<version>2.5.2</version>
32+
<version>2.5.1</version>
3333
</dependency>
3434
```
3535

3636
For Gradle users, add the following to your build.gradle file.
3737

3838
```groovy
3939
dependencies {
40-
implementation 'net.datafaker:datafaker:2.5.2'
40+
implementation 'net.datafaker:datafaker:2.5.1'
4141
}
4242
4343
```
4444

4545
You can also use the snapshot version (`2.5.2-SNAPSHOT`), which automatically gets published
4646
after every push to the main branch of this repository. Binary repository URL for snapshots download is
47-
`https://s01.oss.sonatype.org/content/repositories/snapshots/`.
47+
`https://central.sonatype.com/repository/maven-snapshots/`.
4848

4949
### Get started
5050

@@ -81,7 +81,7 @@ jshell --class-path $(ls -d target/*.jar | tr '\n' ':')
8181
or JShell w/[JBang](https://www.jbang.dev/)
8282
```
8383
# can be run anywhere, no project root/download needed.
84-
jbang -i net.datafaker:datafaker:2.5.2
84+
jbang -i net.datafaker:datafaker:2.5.1
8585
```
8686

8787
```

0 commit comments

Comments
 (0)