File tree Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,3 @@ git ls-files --modified | grep 'pom\.xml$' | xargs git add
2828git commit -m " [INTERNAL] Update development version to $development_version "
2929
3030echo " Please commit and push the change with 'git push origin' and update release notes in GitHub!"
31- echo " Please update version on README.md!"
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments