Author: nilsga
Date: Mon Dec  1 10:33:20 2008
New Revision: 722162

URL: http://svn.apache.org/viewvc?rev=722162&view=rev
Log:
Updated version and added test dep

Modified:
    struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml

Modified: struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml?rev=722162&r1=722161&r2=722162&view=diff
==============================================================================
--- struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml (original)
+++ struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml Mon Dec  1 10:33:20 
2008
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts2-plugins</artifactId>
-        <version>2.1.1-SNAPSHOT</version>
+        <version>2.1.3-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.struts</groupId>
     <artifactId>struts2-portlet2-plugin</artifactId>
@@ -144,6 +144,12 @@
                        <version>1.1.1</version>
       <scope>test</scope>
         </dependency>
+               <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>struts2-junit-plugin</artifactId>
+            <version>${pom.version}</version>
+            <scope>test</scope>
+        </dependency>
    </dependencies>
    <repositories>
        <repository>


Reply via email to