Revision: 820
          http://jwebunit.svn.sourceforge.net/jwebunit/?rev=820&view=rev
Author:   henryju
Date:     2010-02-10 09:29:00 +0000 (Wed, 10 Feb 2010)

Log Message:
-----------
Fixed warnings with Maven 3 and updated to Selenium RC 1.0.1

Modified Paths:
--------------
    trunk/jwebunit-commons-tests/pom.xml
    trunk/jwebunit-core/pom.xml
    trunk/jwebunit-htmlunit-plugin/pom.xml
    trunk/jwebunit-selenium-plugin/pom.xml
    trunk/jwebunit-webtestcase-generator/pom.xml
    trunk/pom.xml
    trunk/src/changes/changes.xml

Modified: trunk/jwebunit-commons-tests/pom.xml
===================================================================
--- trunk/jwebunit-commons-tests/pom.xml        2010-02-09 22:11:05 UTC (rev 
819)
+++ trunk/jwebunit-commons-tests/pom.xml        2010-02-10 09:29:00 UTC (rev 
820)
@@ -3,7 +3,7 @@
         <artifactId>jwebunit</artifactId>
         <groupId>net.sourceforge.jwebunit</groupId>
         <version>3.0-SNAPSHOT</version>
-        <relativePath>../</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>jwebunit-commons-tests</artifactId>
@@ -25,7 +25,7 @@
         <dependency>
             <groupId>net.sourceforge.jwebunit</groupId>
             <artifactId>jwebunit-core</artifactId>
-            <version>${pom.version}</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>commons-fileupload</groupId>
@@ -39,4 +39,4 @@
     <properties>
         <topDirectoryLocation>..</topDirectoryLocation>
     </properties>
-</project>
\ No newline at end of file
+</project>

Modified: trunk/jwebunit-core/pom.xml
===================================================================
--- trunk/jwebunit-core/pom.xml 2010-02-09 22:11:05 UTC (rev 819)
+++ trunk/jwebunit-core/pom.xml 2010-02-10 09:29:00 UTC (rev 820)
@@ -3,7 +3,7 @@
                <artifactId>jwebunit</artifactId>
                <groupId>net.sourceforge.jwebunit</groupId>
                <version>3.0-SNAPSHOT</version>
-               <relativePath>../</relativePath>
+               <relativePath>../pom.xml</relativePath>
        </parent>
        <modelVersion>4.0.0</modelVersion>
        <artifactId>jwebunit-core</artifactId>
@@ -75,10 +75,10 @@
                                                <artifactId>
                                                        
jwebunit-webtestcase-generator
                                                </artifactId>
-                                               
<version>${pom.version}</version>
+                                               
<version>${project.version}</version>
                                        </dependency>
                                </dependencies>
                        </plugin>
                </plugins>
        </build>
-</project>
\ No newline at end of file
+</project>

Modified: trunk/jwebunit-htmlunit-plugin/pom.xml
===================================================================
--- trunk/jwebunit-htmlunit-plugin/pom.xml      2010-02-09 22:11:05 UTC (rev 
819)
+++ trunk/jwebunit-htmlunit-plugin/pom.xml      2010-02-10 09:29:00 UTC (rev 
820)
@@ -3,7 +3,7 @@
         <artifactId>jwebunit</artifactId>
         <groupId>net.sourceforge.jwebunit</groupId>
         <version>3.0-SNAPSHOT</version>
-        <relativePath>../</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>jwebunit-htmlunit-plugin</artifactId>
@@ -45,12 +45,12 @@
         <dependency>
             <groupId>net.sourceforge.jwebunit</groupId>
             <artifactId>jwebunit-core</artifactId>
-            <version>${pom.version}</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>net.sourceforge.jwebunit</groupId>
             <artifactId>jwebunit-commons-tests</artifactId>
-            <version>${pom.version}</version>
+            <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: trunk/jwebunit-selenium-plugin/pom.xml
===================================================================
--- trunk/jwebunit-selenium-plugin/pom.xml      2010-02-09 22:11:05 UTC (rev 
819)
+++ trunk/jwebunit-selenium-plugin/pom.xml      2010-02-10 09:29:00 UTC (rev 
820)
@@ -3,7 +3,7 @@
         <artifactId>jwebunit</artifactId>
         <groupId>net.sourceforge.jwebunit</groupId>
         <version>3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>jwebunit-selenium-plugin</artifactId>
@@ -66,12 +66,12 @@
         <dependency>
             <groupId>net.sourceforge.jwebunit</groupId>
             <artifactId>jwebunit-core</artifactId>
-            <version>${pom.version}</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>net.sourceforge.jwebunit</groupId>
             <artifactId>jwebunit-commons-tests</artifactId>
-            <version>${pom.version}</version>
+            <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: trunk/jwebunit-webtestcase-generator/pom.xml
===================================================================
--- trunk/jwebunit-webtestcase-generator/pom.xml        2010-02-09 22:11:05 UTC 
(rev 819)
+++ trunk/jwebunit-webtestcase-generator/pom.xml        2010-02-10 09:29:00 UTC 
(rev 820)
@@ -3,7 +3,7 @@
         <artifactId>jwebunit</artifactId>
         <groupId>net.sourceforge.jwebunit</groupId>
         <version>3.0-SNAPSHOT</version>
-        <relativePath>../</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>jwebunit-webtestcase-generator</artifactId>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml       2010-02-09 22:11:05 UTC (rev 819)
+++ trunk/pom.xml       2010-02-10 09:29:00 UTC (rev 820)
@@ -228,15 +228,6 @@
                                        <target>1.5</target>
                                </configuration>
                        </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-eclipse-plugin</artifactId>
-                               <version>2.6</version>
-                               <configuration>
-                                       <downloadSources>true</downloadSources>
-                                       <downloadJavadoc>true</downloadJavadoc>
-                               </configuration>
-                       </plugin>
                </plugins>
                <pluginManagement>
                        <plugins>
@@ -300,7 +291,7 @@
                        <dependency>
                                
<groupId>org.seleniumhq.selenium.client-drivers</groupId>
                                
<artifactId>selenium-java-client-driver</artifactId>
-                               <version>1.0</version>
+                               <version>1.0.1</version>
                        </dependency>
                        <dependency>
                                <groupId>regexp</groupId>
@@ -330,6 +321,7 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-checkstyle-plugin</artifactId>
+                               <version>2.4</version>
                                <configuration>
                                        <configLocation>
                                                
${basedir}/${topDirectoryLocation}/src/checkstyle/jwebunit-checkstyle.xml
@@ -343,18 +335,22 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                
<artifactId>maven-surefire-report-plugin</artifactId>
+                               <version>2.4.3</version>
                        </plugin>
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>jdepend-maven-plugin</artifactId>
+                               <version>2.0-beta-2</version>
                        </plugin>
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>taglist-maven-plugin</artifactId>
+                               <version>2.4</version>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-changes-plugin</artifactId>
+                               <version>2.2</version>
                                <inherited>false</inherited>
                                <reportSets>
                                        <reportSet>
@@ -372,13 +368,10 @@
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>findbugs-maven-plugin</artifactId>
+                               <version>2.3</version>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-changelog-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-javadoc-plugin</artifactId>
                                <version>2.5</version>
                                <reportSets>
@@ -431,6 +424,7 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-jxr-plugin</artifactId>
+                               <version>2.1</version>
                                <configuration>
                                        <aggregate>true</aggregate>
                                </configuration>
@@ -438,6 +432,7 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-pmd-plugin</artifactId>
+                               <version>2.4</version>
                                <configuration>
                                        <xrefLocation>
                                                
${project.reporting.outputDirectory}/${topDirectoryLocation}/xref
@@ -447,9 +442,8 @@
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>
-                                       maven-project-info-reports-plugin
-                               </artifactId>
+                               
<artifactId>maven-project-info-reports-plugin</artifactId>
+                               <version>2.1.2</version>
                                <reportSets>
                                        <reportSet>
                                                <reports>

Modified: trunk/src/changes/changes.xml
===================================================================
--- trunk/src/changes/changes.xml       2010-02-09 22:11:05 UTC (rev 819)
+++ trunk/src/changes/changes.xml       2010-02-10 09:29:00 UTC (rev 820)
@@ -9,14 +9,14 @@
     <body>
         <release version="2.3" date="UNKNOW" description="Updated to JUnit 
4.7">
             <action type="update" dev="henryju">
+                Updated to Selenium RC 1.0.1.
+            </action>
+            <action type="update" dev="henryju">
                 Updated to HtmlUnit 2.7.
             </action>
             <action type="update" dev="henryju">
                 Updated to JUnit 4.7.
             </action>
-            <action type="update" dev="henryju">
-                Updated to Selenium RC 1.0.
-            </action>
         </release>
         <release version="2.2" date="May 15, 2009">
             <action type="update" dev="henryju">


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
JWebUnit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to