You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by pl...@apache.org on 2006/04/02 05:13:58 UTC

svn commit: r390773 - /incubator/webwork2/pom.xml

Author: plightbo
Date: Sat Apr  1 19:13:56 2006
New Revision: 390773

URL: http://svn.apache.org/viewcvs?rev=390773&view=rev
Log:
renamed maven. the build now sort of works, except you have to run with -Dmaven.test.skip=true because some tests broke (grr)

Modified:
    incubator/webwork2/pom.xml

Modified: incubator/webwork2/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/webwork2/pom.xml?rev=390773&r1=390772&r2=390773&view=diff
==============================================================================
--- incubator/webwork2/pom.xml (original)
+++ incubator/webwork2/pom.xml Sat Apr  1 19:13:56 2006
@@ -2,10 +2,10 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
-    <groupId>opensymphony</groupId>
-    <artifactId>webwork</artifactId>
-    <version>2.3-SNAPSHOT</version>
-    <name>WebWork</name>
+    <groupId>org.apache.struts.action2</groupId>
+    <artifactId>struts-action</artifactId>
+    <version>2.0-SNAPSHOT</version>
+    <name>Struts Action Framework 2.0</name>
     <description>
         WebWork is a Java web-application development framework.
         It is built specifically with developer productivity and
@@ -76,6 +76,36 @@
             </dependencies>
         </profile>
     </profiles>
+    <repositories>
+        <repository>
+            <id>opensymphony</id>
+            <name>opensymphony</name>
+            <layout>legacy</layout>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>always</updatePolicy>
+                <checksumPolicy>ignore</checksumPolicy>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <url>http://maven.opensymphony.com</url>
+        </repository>
+        <repository>
+            <id>apache</id>
+            <name>apache</name>
+            <layout>legacy</layout>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>always</updatePolicy>
+                <checksumPolicy>ignore</checksumPolicy>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <url>http://cvs.apache.org/repository</url>
+        </repository>
+    </repositories>
     <build>
         <sourceDirectory>src/java</sourceDirectory>
         <testSourceDirectory>src/test</testSourceDirectory>
@@ -343,35 +373,35 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-beans</artifactId>
-            <version>1.2</version>
+            <version>1.2.6</version>
             <optional>true</optional>
         </dependency>
 
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-core</artifactId>
-            <version>1.2</version>
+            <version>1.2.6</version>
             <optional>true</optional>
         </dependency>
 
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-context</artifactId>
-            <version>1.2</version>
+            <version>1.2.6</version>
             <optional>true</optional>
         </dependency>
 
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-web</artifactId>
-            <version>1.2</version>
+            <version>1.2.6</version>
             <optional>true</optional>
         </dependency>
 
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-mock</artifactId>
-            <version>1.2</version>
+            <version>1.2.6</version>
             <scope>test</scope>
         </dependency>
 



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


Re: svn commit: r390773 - /incubator/webwork2/pom.xml

Posted by Patrick Lightbody <pl...@gmail.com>.
None other than the fact I wasn't aware the other repo was there.  
I'll fix shortly.

Patrick Lightbody
Founder
Autoriginate, Inc.
http://www.autoriginate.com
503-488-5402
patrick@autoriginate.com

"Intelligent testing made convenient"


On Apr 1, 2006, at 7:30 PM, Wendy Smoak wrote:

> On 4/1/06, plightbo@apache.org <pl...@apache.org> wrote:
>> Author: plightbo
>> Date: Sat Apr  1 19:13:56 2006
>> New Revision: 390773
>
>> +        <repository>
>> +            <id>apache</id>
>> +            <name>apache</name>
>> +            <layout>legacy</layout>
> ...
>> +            <url>http://cvs.apache.org/repository</url>
>
> Is there a reason we're using this one instead of
> http://cvs.apache.org/maven-snapshot-repository, which is the Maven 2
> repo?
>
> Thanks,
> --
> Wendy


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


Re: svn commit: r390773 - /incubator/webwork2/pom.xml

Posted by Wendy Smoak <ws...@gmail.com>.
On 4/1/06, plightbo@apache.org <pl...@apache.org> wrote:
> Author: plightbo
> Date: Sat Apr  1 19:13:56 2006
> New Revision: 390773

> +        <repository>
> +            <id>apache</id>
> +            <name>apache</name>
> +            <layout>legacy</layout>
...
> +            <url>http://cvs.apache.org/repository</url>

Is there a reason we're using this one instead of
http://cvs.apache.org/maven-snapshot-repository, which is the Maven 2
repo?

Thanks,
--
Wendy

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