Skip to content

Commit

Permalink
revert quarkus to 1.0.1.Final for node dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
willr3 committed Jan 22, 2020
1 parent 86aca70 commit 4452b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>1.1.1.Final</quarkus.version>
<quarkus.version>1.0.1.Final</quarkus.version>
<surefire-plugin.version>2.22.0</surefire-plugin.version>
<vertx.version>3.8.3</vertx.version>
<yaup.version>0.3</yaup.version>
Expand Down

1 comment on commit 4452b2c

@johnaohara
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to understand why this isn't working, and opne an issue in quarkus if there is a problem with latest release

Please sign in to comment.