Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Update README (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi authored Sep 30, 2024
1 parent f90a241 commit c30e1c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ name: CI/CD

jobs:
yml-md-style-and-link-checks:
uses: QubitPi/hashicorp-aws/.github/workflows/yml-md-style-and-link-checks.yml@master
uses: QubitPi/hashistack/.github/workflows/yml-md-style-and-link-checks.yml@master

tests:
name: Testing install
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: QubitPi/hashicorp-aws/.github/actions/jdk-setup@master
uses: QubitPi/hashistack/.github/actions/jdk-setup@master
- name: Test
run: mvn -B clean install

Expand All @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: QubitPi/hashicorp-aws/.github/actions/jdk-setup@master
uses: QubitPi/hashistack/.github/actions/jdk-setup@master
- name: Build doc
run: mvn -B clean install
- name: Load CNAME
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,14 @@ by specifying a semantic version
</dependency>
```

More information about the model can be found in [Javadoc page][Javadoc URL] <img src="https://github.com/QubitPi/QubitPi/blob/master/img/please-read-the-doc.png?raw=true" width="70px" />
More information about the model can be found in [Javadoc page][Javadoc URL]

License
-------

The use and distribution terms for [jersey-webservice-template-jpa-data-models] are covered by the
[Apache License, Version 2.0].

<div align="center">
<a href="https://opensource.org/licenses">
<img align="center" width="50%" alt="License Illustration" src="https://github.com/QubitPi/QubitPi/blob/master/img/apache-2.png?raw=true">
</a>
</div>

[Apache License Badge]: https://img.shields.io/badge/Apache%202.0-F25910.svg?style=for-the-badge&logo=Apache&logoColor=white
[Apache License, Version 2.0]: https://www.apache.org/licenses/LICENSE-2.0

Expand Down

0 comments on commit c30e1c6

Please sign in to comment.