Skip to content

Commit

Permalink
remove preview hint from prompt and readme
Browse files Browse the repository at this point in the history
updated jhipster#189
  • Loading branch information
atomfrede committed Nov 10, 2020
1 parent 1f4c741 commit 1eb73cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
> ## 🛠 Blueprint In Active Development
> This project is a *PREVIEW* of a [Micronaut](https://micronaut.io) blueprint for [JHipster](https://jhipster.tech).
> This project is a [Micronaut](https://micronaut.io) blueprint for [JHipster](https://jhipster.tech).
> While we are working to create a complete experience, there are likely some gaps.
> Please [let us know](https://github.com/jhipster/generator-jhipster-micronaut/issues) if you encounter issues.
>
Expand Down Expand Up @@ -66,6 +66,7 @@ docker run -it --rm -v $PWD:/home/jhipster/app jhipster-generator-micronaut /bin

## Currently supported options
* Monolith projects
* Microservice projects
* JWT or OAuth 2.0 Authentication
* SQL Database Support
* MySQL
Expand Down
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = class extends AppGenerator {
this.log(chalk.green(' _______________________________________________________________________________________________________________\n'));
this.log(
chalk.white(
` ${chalk.yellow('::')} This project is a ${chalk.yellow.bold('PREVIEW')} of a ${chalk.blue.bold('Micronaut')} blueprint for ${chalk.green.bold('JHipster')}`
` ${chalk.yellow('::')} This project is a ${chalk.blue.bold('Micronaut')} blueprint for ${chalk.green.bold('JHipster')}`
)
);
this.log(chalk.white(` ${chalk.yellow('::')} Please let us know if you encounter issues`));
Expand Down
2 changes: 1 addition & 1 deletion generators/common/templates/README.md.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let DOCUMENTATION_ARCHIVE_URL = `${DOCUMENTATION_URL + DOCUMENTATION_ARCHIVE_PAT
_%>

> ## 🛠 Blueprint In Active Development
> This project was generated by a *PREVIEW* of a [Micronaut](https://micronaut.io) blueprint for [JHipster](https://jhipster.tech).
> This project was generated by the [Micronaut](https://micronaut.io) blueprint for [JHipster](https://jhipster.tech).
> While we are working to create a complete experience, there are likely some gaps.
> Please [let us know](https://github.com/jhipster/generator-jhipster-micronaut/issues) if you encounter issues.
>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"didyoumean": "1.2.1",
"ejs": "3.1.5",
"faker": "5.1.0",
"generator-jhipster": "6.10.4",
"generator-jhipster": "6.10.5",
"jhipster-core": "7.3.4",
"glob": "7.1.6",
"insight": "0.10.3",
Expand Down

0 comments on commit 1eb73cd

Please sign in to comment.