You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by hu...@apache.org on 2008/01/23 11:56:49 UTC

svn commit: r614488 - in /struts/struts2/trunk: core/pom.xml plugins/dojo/pom.xml

Author: husted
Date: Wed Jan 23 02:56:48 2008
New Revision: 614488

URL: http://svn.apache.org/viewvc?rev=614488&view=rev
Log:
WW-2451 "Updated poms to use struts annotations 1.0.3-SNAPSHOT to fix dependency issue" Apply patch suggested by Al Sutton, but leave issue open pending a 1.0.3 release of Struts-Annotations. 

Modified:
    struts/struts2/trunk/core/pom.xml
    struts/struts2/trunk/plugins/dojo/pom.xml

Modified: struts/struts2/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=614488&r1=614487&r2=614488&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Wed Jan 23 02:56:48 2008
@@ -422,7 +422,7 @@
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts-annotations</artifactId>
-            <version>1.0.2</version>
+            <version>1.0.3-SNAPSHOT</version>
             <optional>true</optional>
         </dependency>
 

Modified: struts/struts2/trunk/plugins/dojo/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/pom.xml?rev=614488&r1=614487&r2=614488&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/dojo/pom.xml (original)
+++ struts/struts2/trunk/plugins/dojo/pom.xml Wed Jan 23 02:56:48 2008
@@ -258,7 +258,7 @@
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts-annotations</artifactId>
-            <version>1.0.2</version>
+            <version>1.0.3-SNAPSHOT</version>
             <optional>true</optional>
         </dependency>
     </dependencies>



Re: svn commit: r614488 - in /struts/struts2/trunk: core/pom.xml plugins/dojo/pom.xml

Posted by Don Brown <mr...@twdata.org>.
Don't forget to deploy the snapshot before updating the pom.  Also,
when I deployed the struts-annotations snapshot, I noticed it had a
unique snapshot version, so I changed the poms to use it, and kicked
off the build again, which just passed.

Don

On 1/23/08, husted@apache.org <hu...@apache.org> wrote:
> Author: husted
> Date: Wed Jan 23 02:56:48 2008
> New Revision: 614488
>
> URL: http://svn.apache.org/viewvc?rev=614488&view=rev
> Log:
> WW-2451 "Updated poms to use struts annotations 1.0.3-SNAPSHOT to fix dependency issue" Apply patch suggested by Al Sutton, but leave issue open pending a 1.0.3 release of Struts-Annotations.
>
> Modified:
>     struts/struts2/trunk/core/pom.xml
>     struts/struts2/trunk/plugins/dojo/pom.xml

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org