Skip to content

Commit

Permalink
[INTERNAL][DOC] Replace installation instructions to link ti GitHub P…
Browse files Browse the repository at this point in the history
…ackages
  • Loading branch information
bosob committed Oct 6, 2020
1 parent e049d25 commit aa697ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
1 change: 0 additions & 1 deletion .scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ git ls-files --modified | grep 'pom\.xml$' | xargs git add
git commit -m "[INTERNAL] Update development version to $development_version"

echo "Please commit and push the change with 'git push origin' and update release notes in GitHub!"
echo "Please update version on README.md!"
20 changes: 1 addition & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,4 @@ void generateSizableListFrom(@ForAll @From("integersMin3") final List<Integer> l

## Installation

### Maven

```xml
<repositories>
<repository>
<id>github-jqwik-vavr</id>
<name>jqwik Vavr Packages</name>
<url>https://maven.pkg.github.com/Befrish/jqwik-vavr</url>
</repository>
</repositories>
```

```xml
<dependency>
<groupId>de.befrish.jqwik</groupId>
<artifactId>jqwik-vavr</artifactId>
<version>0.0.8</version>
</dependency>
```
see [GitHub Packages](https://github.com/users/Befrish/packages?repo_name=jqwik-vavr)

0 comments on commit aa697ea

Please sign in to comment.