Skip to content

Commit 5a53dd3

Browse files
committed
Update plugin versions in extension development docs
1 parent d712ba2 commit 5a53dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/docs/Extension_Development

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Please include the following snippet under the <code>&lt;build&gt;&lt;plugins&gt
108108
<plugin>
109109
<groupId>org.bsc.maven</groupId>
110110
<artifactId>maven-processor-plugin</artifactId>
111-
<version>5.0-jdk8-rc1</version>
111+
<version>5.0</version>
112112
<executions>
113113
<execution>
114114
<id>process</id>
@@ -130,7 +130,7 @@ Please include the following snippet under the <code>&lt;build&gt;&lt;plugins&gt
130130
<plugin>
131131
<groupId>org.codehaus.mojo</groupId>
132132
<artifactId>exec-maven-plugin</artifactId>
133-
<version>3.0.0</version>
133+
<version>3.2.0</version>
134134
<executions>
135135
<execution>
136136
<id>cache-annotations</id>

0 commit comments

Comments
 (0)