Skip to content

Commit

Permalink
Update version to 1.2.2, add addtionalJOption parameter to the config…
Browse files Browse the repository at this point in the history
…uration section
  • Loading branch information
gfinocchiaro committed Oct 1, 2020
1 parent 815cd28 commit 627e0ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>cool.mqtt</groupId>
<artifactId>mqtt.cool-hook-java-api</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>

<name>MQTT.Cool Hook Java API</name>
<description>The Java API for developing MQTT.Cool Hooks.</description>
Expand Down Expand Up @@ -108,6 +108,7 @@
<configuration>
<doctitle>${project.name} ${project.version}</doctitle>
<windowtitle>${project.artifactId} ${project.version}</windowtitle>
<additionalJOption>--no-module-directories</additionalJOption>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 627e0ad

Please sign in to comment.