Author: rombert
Date: Fri Mar 27 14:14:56 2015
New Revision: 1669593
URL: http://svn.apache.org/r1669593
Log:
resourceeditor: use frontend-maven-plugin 0.23.0 for Maven 3.3.1
compatibility
Modified:
sling/trunk/contrib/explorers/resourceeditor/pom.xml
Modified: sling/trunk/contrib/explorers/resourceeditor/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/explorers/resourceeditor/pom.xml?rev=1669593&r1=1669592&r2=1669593&view=diff
==============================================================================
--- sling/trunk/contrib/explorers/resourceeditor/pom.xml (original)
+++ sling/trunk/contrib/explorers/resourceeditor/pom.xml Fri Mar 27 14:14:56
2015
@@ -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>