Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 2530434

Browse files
author
Jaroslav Pullmann
authored
Merge pull request #59 from IndustrialDataSpace/bugfix/repoUrlUpdate
update artifactory url
2 parents 7625200 + e4dca50 commit 2530434

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ Additional resources are provided for the members of the International Data Spac
4040
- Java representation of the Information Model, a mapping to a POJO domain model with no reference to graph or ontology constructs.
4141
Instances of the Information Model might such conveniently by created, validated and (de)serialized in a strongly-typed way using
4242
any common development environment without requiring in-depth knowledge of RDF and related Semantic Web standards.
43-
The Java Information Model is provided as a single JAR library via the [Maven Repository](https://maven.iais.fraunhofer.de/artifactory/eis-ids-snapshot/)
43+
The Java Information Model is provided as a single JAR library via the [Maven Repository](https://maven.iais.fraunhofer.de/artifactory/eis-ids-public/)
4444
operated by Fraunhofer [IAIS](https://www.iais.fraunhofer.de/):
4545

4646
```xml
4747
<repositories>
4848
<repository>
4949
<id>snapshots</id>
5050
<name>maven-snapshots</name>
51-
<url>http://maven.iais.fraunhofer.de/artifactory/eis-ids-snapshot</url>
51+
<url>http://maven.iais.fraunhofer.de/artifactory/eis-ids-public</url>
5252
</repository>
5353
</repositories>
5454
```

0 commit comments

Comments
 (0)