Skip to content

Commit aa697ea

Browse files
author
bosob
committed
[INTERNAL][DOC] Replace installation instructions to link ti GitHub Packages
1 parent e049d25 commit aa697ea

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

.scripts/release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ git ls-files --modified | grep 'pom\.xml$' | xargs git add
2828
git commit -m "[INTERNAL] Update development version to $development_version"
2929

3030
echo "Please commit and push the change with 'git push origin' and update release notes in GitHub!"
31-
echo "Please update version on README.md!"

README.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,4 @@ void generateSizableListFrom(@ForAll @From("integersMin3") final List<Integer> l
4141

4242
## Installation
4343

44-
### Maven
45-
46-
```xml
47-
<repositories>
48-
<repository>
49-
<id>github-jqwik-vavr</id>
50-
<name>jqwik Vavr Packages</name>
51-
<url>https://maven.pkg.github.com/Befrish/jqwik-vavr</url>
52-
</repository>
53-
</repositories>
54-
```
55-
56-
```xml
57-
<dependency>
58-
<groupId>de.befrish.jqwik</groupId>
59-
<artifactId>jqwik-vavr</artifactId>
60-
<version>0.0.8</version>
61-
</dependency>
62-
```
44+
see [GitHub Packages](https://github.com/users/Befrish/packages?repo_name=jqwik-vavr)

0 commit comments

Comments
 (0)