Skip to content

Commit

Permalink
Rename more things for example-jvm-maven
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block committed Nov 18, 2024
1 parent bd8c1c8 commit bd0e00b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion projects-dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add your project to the `src/content/projects` directory.

TODO: add description of each field in the config file. For now use one of the existing projects as an example:

- [example-java-kotlin-maven-multimodule](./src/content/project/block-open-source_example-java-kotlin-maven-multimodule.md)
- [example-jvm-maven](./src/content/project/block_example-jvm-maven.md)
- [tbdex-rs](./src/content/project/TBD54566975_tbdex-rust.md)
- [web5-js](./src/content/project/TBD54566975_web5-js.md)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@ contributing:
value: "https://groups.google.com/g/tbd"

packages:
- packageName: "java-kotlin-maven-example-api"
- packageName: "example-jvm-maven-api"
repoPath: "api"
language: "java"
artifacts:
- type: "maven"
value: "xyz.block/java-kotlin-maven-example-api"
- packageName: "java-kotlin-maven-example-impl"
value: "xyz.block/example-jvm-maven-api"
- packageName: "example-jvm-maven-impl"
repoPath: "impl"
language: "java"
artifacts:
- type: "maven"
value: "xyz.block/java-kotlin-maven-example-impl"
- packageName: "java-kotlin-maven-example-parent"
value: "xyz.block/example-jvm-maven-impl"
- packageName: "example-jvm-maven-parent"
language: "java"
artifacts:
- type: "maven"
value: "xyz.block/java-kotlin-maven-example-parent"
value: "xyz.block/example-jvm-maven-parent"
---

0 comments on commit bd0e00b

Please sign in to comment.