Skip to content

Commit

Permalink
chore: version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wglanzer committed Nov 24, 2020
1 parent dd323aa commit b70916d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

project.group = "io.conceptive.quarkus.plugin"
project.version = "1.1.1"
project.version = "1.1.2"

repositories {
mavenCentral()
Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
and attaches a debugger if you want to. Debug your quarkus applications without effort!
</description>
<change-notes><![CDATA[ <ul>
<li>Gradle intergration should run 'assemble' instead of 'build', because triggering unit tests is not necessary for quarkusDev</li>
<li>chore: renamed to "Quarkus Run Config"</li>
<li>chore: changed plugin coordinates and icon</li>
<li>chore: build with JDK11</li>
</ul> ]]></change-notes>

<extensions defaultExtensionNs="com.intellij">
Expand Down

0 comments on commit b70916d

Please sign in to comment.