Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit e31c54b

Browse files
Fixes wrong repository reference in docs
1 parent 02455ba commit e31c54b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/articles/building.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ You can download and build the repository by yourself by following these steps:
55
- Clone the GitHub repository:
66

77
```sh
8-
git clone https://github.com/admin-shell-io/aasx-package-explorer
8+
git clone https://github.com/admin-shell-io/java-serializer.git
99
```
1010

1111
- Use [Maven](https://maven.apache.org/) to build the project
@@ -25,4 +25,4 @@ You can download and build the repository by yourself by following these steps:
2525
> <revision>1.1.0</revision>
2626
> <model.version>${revision}</model.version>
2727
> ```
28-
> If you change the version of your local built, the `model.version` is also set to the updated artifact version from the [java-model](https://github.com/admin-shell-io/java-model) project. For the same version number, both artifacts are compatible.
28+
> If you change the version of your local built, the `model.version` is also set to the updated artifact version from the [java-model](https://github.com/admin-shell-io/java-model) project. For the same version number, both artifacts are compatible.

0 commit comments

Comments
 (0)