Skip to content

Commit

Permalink
Merge pull request #59 from IndustrialDataSpace/bugfix/repoUrlUpdate
Browse files Browse the repository at this point in the history
update artifactory url
  • Loading branch information
Jaroslav Pullmann authored Mar 11, 2019
2 parents 7625200 + e4dca50 commit 2530434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ Additional resources are provided for the members of the International Data Spac
- Java representation of the Information Model, a mapping to a POJO domain model with no reference to graph or ontology constructs.
Instances of the Information Model might such conveniently by created, validated and (de)serialized in a strongly-typed way using
any common development environment without requiring in-depth knowledge of RDF and related Semantic Web standards.
The Java Information Model is provided as a single JAR library via the [Maven Repository](https://maven.iais.fraunhofer.de/artifactory/eis-ids-snapshot/)
The Java Information Model is provided as a single JAR library via the [Maven Repository](https://maven.iais.fraunhofer.de/artifactory/eis-ids-public/)
operated by Fraunhofer [IAIS](https://www.iais.fraunhofer.de/):

```xml
<repositories>
<repository>
<id>snapshots</id>
<name>maven-snapshots</name>
<url>http://maven.iais.fraunhofer.de/artifactory/eis-ids-snapshot</url>
<url>http://maven.iais.fraunhofer.de/artifactory/eis-ids-public</url>
</repository>
</repositories>
```
Expand Down

0 comments on commit 2530434

Please sign in to comment.