Author: brett
Date: Tue Aug 23 14:53:16 2011
New Revision: 1160724
URL: http://svn.apache.org/viewvc?rev=1160724&view=rev
Log:
match framework version of compiler and pre-compiler plugins
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0012VBWebAppTest/pom.xml
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0012VBWebAppTest/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0012VBWebAppTest/pom.xml?rev=1160724&r1=1160723&r2=1160724&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0012VBWebAppTest/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0012VBWebAppTest/pom.xml
Tue Aug 23 14:53:16 2011
@@ -78,6 +78,13 @@ under the License.
</plugin>
<plugin>
<groupId>org.apache.npanday.plugins</groupId>
+ <artifactId>maven-aspx-plugin</artifactId>
+ <configuration>
+ <frameworkVersion>3.0</frameworkVersion>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.npanday.plugins</groupId>
<artifactId>maven-resgen-plugin</artifactId>
<extensions>true</extensions>
<configuration>
@@ -91,4 +98,4 @@ under the License.
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>