resourceeditor: use frontend-maven-plugin 0.23.0 for Maven 3.3.1
compatibility

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1669593 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 0e263de..870c68a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
 			<plugin>
 		        <groupId>com.github.eirslett</groupId>
 		        <artifactId>frontend-maven-plugin</artifactId>
-		        <version>0.0.22</version>
+		        <version>0.0.23</version>
 		        <configuration>
 			        <workingDirectory>frontend</workingDirectory>
 			    </configuration>