Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioG70 authored and hmiguim committed Aug 3, 2023
1 parent 810ff69 commit a04704b
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,23 +168,16 @@ The report generated by the validator is in **JSON** format and has the followin

1. Add the following repository

```xml

<repository>
<id>KEEPS-Artifacts</id>
<name>KEEP Artifacts-releases</name>
<url>https://artifactory.keep.pt/artifactory/keep</url>
</repository>
```
- [Configure Maven to use your GitHub account for GitHub Packages](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry#authenticating-with-a-personal-access-token)

1. Add the following dependency
2. Add the following dependency

```xml

<dependency>
<groupId>org.roda-project</groupId>
<artifactId>commons-ip2</artifactId>
<version>2.0.0-alpha1</version>
<groupId>org.roda-project</groupId>
<artifactId>commons-ip2</artifactId>
<version>2.3.3</version>
</dependency>
```

Expand Down

0 comments on commit a04704b

Please sign in to comment.