Skip to content

Commit

Permalink
Updated Version
Browse files Browse the repository at this point in the history
  • Loading branch information
BXYMartin committed Apr 28, 2019
1 parent 0d58f96 commit 67a22ad
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 20 deletions.
Binary file modified .gradle/5.4/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/5.4/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/5.4/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/5.4/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion .idea/modules/de.fhluebeck.openjmlplugin.openjmlplugin.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 5 additions & 14 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'de.fhluebeck.openjmlplugin'
version '1.0.2'
version '1.0.3'

apply plugin: 'java'

Expand All @@ -26,6 +26,7 @@ intellij {

patchPluginXml {
changeNotes """
Version 1.0.3 : Add Classpath and Sourcepath Support<br>
Version 1.0.2 : Set IntelliJ Version to 2018.3<br>
Version 1.0.1 : Set IntelliJ Version to 2018.2<br>
Version 1.0.0 : Initial release of this Plugin.<br>
Expand Down
Binary file added build/distributions/openjmlplugin-1.0.3.zip
Binary file not shown.
Binary file not shown.
Binary file added build/libs/openjmlplugin-1.0.3.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion build/patchedPluginXmlFiles/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<idea-plugin>
<version>1.0.2</version>
<version>1.0.3</version>
<change-notes>
Version 1.0.3 : Add Classpath and Sourcepath Support&lt;br&gt;
Version 1.0.2 : Set IntelliJ Version to 2018.3&lt;br&gt;
Version 1.0.1 : Set IntelliJ Version to 2018.2&lt;br&gt;
Version 1.0.0 : Initial release of this Plugin.&lt;br&gt;
Expand Down
3 changes: 2 additions & 1 deletion build/resources/main/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<idea-plugin>
<version>1.0.2</version>
<version>1.0.3</version>
<change-notes>
Version 1.0.3 : Add Classpath and Sourcepath Support&lt;br&gt;
Version 1.0.2 : Set IntelliJ Version to 2018.3&lt;br&gt;
Version 1.0.1 : Set IntelliJ Version to 2018.2&lt;br&gt;
Version 1.0.0 : Initial release of this Plugin.&lt;br&gt;
Expand Down

0 comments on commit 67a22ad

Please # to comment.