Skip to content

Commit

Permalink
Chore: rename repository to consulting (#127)
Browse files Browse the repository at this point in the history
* chore: rename repository to consulting

* chore: rename repository to consulting
  • Loading branch information
lmoesle authored Aug 2, 2024
1 parent 4336570 commit c8cb831
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 13 deletions.
48 changes: 45 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# miranum-consulting
This repository holds examples which are used and maintained by the consulting team for miranum.
<!-- PROJECT SHIELDS -->
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
<!-- END OF PROJECT SHIELDS -->

<!-- PROJECT LOGO -->
<br />
<div align="center">
<img src="images/miragon-logo.svg" alt="Miragon">
<h3><a href="https://miragon.io/">Consulting</a></h3>
</div>

## About The Project

This repository holds examples which are used and maintained by the miragon consulting team for.
The following ones are contained in this repository:
* [Pizza-order Showcase](./pizza-order-showcase)
* [Schema Client example](./schema-client-example)
Expand All @@ -9,4 +25,30 @@ The following ones are contained in this repository:
* [Miranum IDE Showcase](./miranum-ide-showcase)
* [Miranum Stack Showcase](./miranum-stack-showcase)

More information can be found in [our documentation](https://miranum.com).
## License

Distributed under the MIT License. See `LICENSE` file for more information.

<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->

[contributors-shield]: https://img.shields.io/github/contributors/Miragon/consulting.svg?style=for-the-badge

[contributors-url]: https://github.com/Miragon/consulting/graphs/contributors

[forks-shield]: https://img.shields.io/github/forks/Miragon/consulting.svg?style=for-the-badge

[forks-url]: https://github.com/Miragon/consulting/network/members

[stars-shield]: https://img.shields.io/github/stars/Miragon/consulting.svg?style=for-the-badge

[stars-url]: https://github.com/Miragon/consulting/stargazers

[issues-shield]: https://img.shields.io/github/issues/Miragon/consulting.svg?style=for-the-badge

[issues-url]: https://github.com/Miragon/consulting/issues

[license-shield]: https://img.shields.io/github/license/Miragon/miranum.svg?style=for-the-badge

[license-url]: https://github.com/Miragon/miranum/blob/main/LICENSE

6 changes: 0 additions & 6 deletions futue-proof-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
<groupId>io.miragon.miranum.consulting</groupId>
<version>1.0.0</version>

<parent>
<groupId>io.miragon.miranum.consulting</groupId>
<artifactId>miranum-consulting</artifactId>
<version>1.0.0</version>
</parent>

<properties>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
1 change: 1 addition & 0 deletions images/miragon-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.miragon.miranum.consulting</groupId>
<artifactId>miranum-consulting</artifactId>
<groupId>io.miragon.consulting</groupId>
<artifactId>miragon-consulting</artifactId>
<version>1.0.0</version>
<name>Miranum Consulting</name>
<name>Miragon Consulting</name>
<packaging>pom</packaging>
<description>Miranum-Consulting</description>
<description>Miragon-Consulting</description>

<modules>
<module>pizza-order-showcase</module>
Expand Down

0 comments on commit c8cb831

Please sign in to comment.