We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4d9fd commit fd7fb21Copy full SHA for fd7fb21
change-notes.html
@@ -1,5 +1,5 @@
1
<html>
2
-<h2>0.1.0</h2>
+<h2>1.0.0</h2>
3
<ul>
4
<li>Initial version</li>
5
<li>Code completion for <code>target</code> and <code>source</code> in <code>@Mapping</code> and <code>@ValueMapping</code></li>
gradle.properties
@@ -10,7 +10,7 @@ runGenerators = true
10
11
pluginGroup = org.mapstruct
12
pluginName = mapstruct-intellij
13
-pluginVersion = 0.0.1-SNAPSHOT
+pluginVersion = 1.0.0-SNAPSHOT
14
15
publishPluginId =
16
publishUsername =
0 commit comments