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 d712ba2 commit 5a53dd3Copy full SHA for 5a53dd3
src/main/resources/docs/Extension_Development
@@ -108,7 +108,7 @@ Please include the following snippet under the <code><build><plugins>
108
<plugin>
109
<groupId>org.bsc.maven</groupId>
110
<artifactId>maven-processor-plugin</artifactId>
111
- <version>5.0-jdk8-rc1</version>
+ <version>5.0</version>
112
<executions>
113
<execution>
114
<id>process</id>
@@ -130,7 +130,7 @@ Please include the following snippet under the <code><build><plugins>
130
131
<groupId>org.codehaus.mojo</groupId>
132
<artifactId>exec-maven-plugin</artifactId>
133
- <version>3.0.0</version>
+ <version>3.2.0</version>
134
135
136
<id>cache-annotations</id>
0 commit comments