Author: dashorst
Date: Sun Jun 22 06:19:55 2008
New Revision: 670355

URL: http://svn.apache.org/viewvc?rev=670355&view=rev
Log:
Preparing for 1.3.4

Modified:
    wicket/releases/wicket-1.3.4/CHANGELOG-1.3
    wicket/releases/wicket-1.3.4/NOTICE
    wicket/releases/wicket-1.3.4/archetypes/quickstart/pom.xml
    
wicket/releases/wicket-1.3.4/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
    wicket/releases/wicket-1.3.4/jdk-1.4/pom.xml
    wicket/releases/wicket-1.3.4/jdk-1.4/wicket-datetime/pom.xml
    wicket/releases/wicket-1.3.4/jdk-1.4/wicket-extensions/pom.xml
    wicket/releases/wicket-1.3.4/jdk-1.4/wicket-ioc/pom.xml
    wicket/releases/wicket-1.3.4/jdk-1.4/wicket-quickstart/pom.xml
    wicket/releases/wicket-1.3.4/jdk-1.4/wicket-spring/pom.xml
    wicket/releases/wicket-1.3.4/jdk-1.4/wicket-velocity/pom.xml
    wicket/releases/wicket-1.3.4/jdk-1.4/wicket/pom.xml
    wicket/releases/wicket-1.3.4/jdk-1.5/pom.xml
    wicket/releases/wicket-1.3.4/jdk-1.5/wicket-auth-roles/pom.xml
    wicket/releases/wicket-1.3.4/jdk-1.5/wicket-examples/pom.xml
    wicket/releases/wicket-1.3.4/jdk-1.5/wicket-guice/pom.xml
    wicket/releases/wicket-1.3.4/jdk-1.5/wicket-jmx/pom.xml
    wicket/releases/wicket-1.3.4/jdk-1.5/wicket-objectssizeof-agent/pom.xml
    wicket/releases/wicket-1.3.4/jdk-1.5/wicket-spring-annot/pom.xml
    wicket/releases/wicket-1.3.4/pom.xml
    wicket/releases/wicket-1.3.4/testing/wicket-threadtest/pom.xml

Modified: wicket/releases/wicket-1.3.4/CHANGELOG-1.3
URL: 
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.4/CHANGELOG-1.3?rev=670355&r1=670354&r2=670355&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.4/CHANGELOG-1.3 (original)
+++ wicket/releases/wicket-1.3.4/CHANGELOG-1.3 Sun Jun 22 06:19:55 2008
@@ -1,4 +1,79 @@
-This file contains the changes done to the 1.3.x releases sinse 1.3-final.
+This file contains the changes done to the 1.3.x releases since 1.3-final.
+
+Release Notes - Wicket - Version 1.3.4
+
+** Bug
+    * [WICKET-613] - Prototype scoped Spring beans
+    * [WICKET-1152] - MetaDataRoleAuthorizationStrategy.unauthorize() doesn't 
work
+    * [WICKET-1292] - WicketTester continueToOriginalDestination() uses 
application home page instead of original redictor
+    * [WICKET-1366] - "ava.lang.IllegalStateException: No Page found for 
component" when collapsing nodes in a LinkTree
+    * [WICKET-1418] - org.apache.wicket.MarkupContainer swallows AbortException
+    * [WICKET-1453] - WicketServlet does not set content type on fallback()
+    * [WICKET-1473] - BaseWicketTester.isComponentOnAjaxResponse() test is too 
strong
+    * [WICKET-1476] - Referencing Page may cause StackOverflowError
+    * [WICKET-1499] - AjaxEditableMultiLineLabel + race condition / 
+    * [WICKET-1501] - MarkupCache.putIntoCache doesn't behave correctly!!
+    * [WICKET-1504] - AutoCompleteTextField - javascript error "type mismatch" 
in line 227 in IE
+    * [WICKET-1507] - MarkupCache style/variation/locale support broken
+    * [WICKET-1510] - FormDispatcherRequest creates invalid parameter map
+    * [WICKET-1521] - ClassCastException in MixedUrlCodingStrategy
+    * [WICKET-1527] - WicketTester can not deal with null values in page 
parameters
+    * [WICKET-1536] - Enclosure permanently hides direct children after it has 
been itself hidden once
+    * [WICKET-1537] - SelectOption generates non xhtml compliant markup
+    * [WICKET-1541] - PopupSettings' windowName fixes for IE
+    * [WICKET-1544] - Update Javadoc for AbstractValidator
+    * [WICKET-1547] - Add getterfor IPageable to PagingNavigation
+    * [WICKET-1548] - PagingNavigator calls factory methods from constructor
+    * [WICKET-1549] - Memory leak with PropertyResolver (in running test 
suites)
+    * [WICKET-1551] - javascript status variable hides the window.status 
variable because it is not declared as a far in wicket-ajax.js
+    * [WICKET-1556] - Non-existant package resources lazily added to pool
+    * [WICKET-1558] - WicketTester.startPage(page) throws "No requestCycle is 
currently set"
+    * [WICKET-1560] - MarkupFragmentFinder fails on transparent resolvers 
within Repeaters
+    * [WICKET-1569] - AjaxButton break form data when 
IRequestSettings.#getResponseRequestEncoding is not UTF-8.
+    * [WICKET-1570] - We should mark session dirty when at least one page is 
touched
+    * [WICKET-1575] - AjaxEventBehavior does not check for 
component.isEnableAllowed before adding the ajax event to the tag
+    * [WICKET-1598] - Typos in JavaDoc of IMarkupResourceStreamProvider.java
+    * [WICKET-1607] - addDomReadyEvent unreliable for Safari
+    * [WICKET-1626] - Typo in 
src/main/java/org/apache/wicket/protocol/http/WebApplication.java
+    * [WICKET-1632] - IE bug causes wicket problems when id auto generation is 
active
+    * [WICKET-1635] - Stripping javascript comments and whitespace breaks 
application when using prototype library
+
+    * [WICKET-1645] - Syntactic errors in the manifest OSGi headers
+    * [WICKET-1646] - AjaxFormComponentUpdatingBehavior not working correctly 
when using IE 7
+    * [WICKET-1649] - Manifests use incorrect Dynamic-ImportPackage header
+    * [WICKET-1658] - WicketTester#clickLink doesn't update lastRenderedPage
+    * [WICKET-1659] - Prolem with 'mouseactive' in wicket-autocomplete.js when 
AutoCompleteBehaviour is added (twice) during Ajax roundtrip
+    * [WICKET-1667] - Memory leak in Localizer
+    * [WICKET-1669] - TimeFrame.equals(Object)  does not work as expected
+    * [WICKET-1670] - Time.valueOf() does not clear miliseconds
+    * [WICKET-1682] - HtmlHandler can't handle tags not requiring closed tags 
if the tag names are uppercase
+    * [WICKET-1697] - Bad caching in <wicket:message> tag for the same key in 
same markup structure
+    * [WICKET-1701] - 
org.apache.wicket.markup.html.CompressedPackageResource$CompressingResourceStream.cache
 needs to avoid being serialized
+    * [WICKET-1704] - ResourceStreamRequestTarget.configure set wrong 
ContentLength for non-ascii characters
+    * [WICKET-1705] - GuiceComponentInjector mishandles static fields
+    * [WICKET-1706] - org.apache.wicket.util.lang.Objects.convertValue returns 
null if it cannot convert the value
+
+** Improvement
+    * [WICKET-1492] - Allow form to specify prefix for formcomponent names
+    * [WICKET-1524] - Disable javadoc plugin in regular build to make it faster
+    * [WICKET-1590] - AjaxEditableChoiceLabel ignores ChoiceRenderer in 
newLabel(...)
+    * [WICKET-1592] - html.form.Form object should have method to obtain all 
FormValidator objects associated with
+    * [WICKET-1595] - AutoCompleteTextField: Scrolling down the Choice Menu 
Only When the Bottom of the Menu Is Reached
+    * [WICKET-1608] - make AutoCompleteBehavior's configuration more flexible
+    * [WICKET-1618] - Localizer API should be enhanced so that the cache 
implementation can be overwritten
+    * [WICKET-1668] - Application_es.properties (added translations)
+    * [WICKET-1708] - Allow the module init parameter to contain multiple 
class names
+    * [WICKET-1709] - Allow configuration of the guice Stage for 
GuiceWebApplicationFactory
+    * [WICKET-1711] - Improve Locale fallback in BundleStringResourceLoader
+
+** New Feature
+    * [WICKET-1322] - NormalUrlCodingStrategy: It does not append / to the end 
of the url before the parameters
+    * [WICKET-1428] - AutoLinkResolver and Parent-Relative (../) Links
+    * [WICKET-1609] - add RedirectToExternalException
+    * [WICKET-1641] - provide OSGi metadata
+
+** Wish
+    * [WICKET-1562] - Autocomplete should display the selection list even if 
the input field is empty
 
 Release Notes - Wicket - Version 1.3.3
 

Modified: wicket/releases/wicket-1.3.4/NOTICE
URL: 
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.4/NOTICE?rev=670355&r1=670354&r2=670355&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.4/NOTICE (original)
+++ wicket/releases/wicket-1.3.4/NOTICE Sun Jun 22 06:19:55 2008
@@ -1,5 +1,5 @@
 Apache Wicket
-Copyright 2006 The Apache Software Foundation
+Copyright 2007 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: wicket/releases/wicket-1.3.4/archetypes/quickstart/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.4/archetypes/quickstart/pom.xml?rev=670355&r1=670354&r2=670355&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.4/archetypes/quickstart/pom.xml (original)
+++ wicket/releases/wicket-1.3.4/archetypes/quickstart/pom.xml Sun Jun 22 
06:19:55 2008
@@ -3,7 +3,7 @@
   <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-jdk14</artifactId>
-               <version>1.3-SNAPSHOT</version>
+               <version>1.3.4</version>
                <relativePath>../../pom.xml</relativePath>
   </parent>
   
@@ -23,4 +23,4 @@
                </resources>
        </build>
        
-</project>
\ No newline at end of file
+</project>

Modified: 
wicket/releases/wicket-1.3.4/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.4/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=670355&r1=670354&r2=670355&view=diff
==============================================================================
--- 
wicket/releases/wicket-1.3.4/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
wicket/releases/wicket-1.3.4/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
 Sun Jun 22 06:19:55 2008
@@ -131,7 +131,7 @@
        </build>
 
        <properties>
-               <wicket.version>1.3-SNAPSHOT</wicket.version>
+               <wicket.version>1.3.4</wicket.version>
                <jetty.version>6.1.4</jetty.version>
        </properties>
 

Modified: wicket/releases/wicket-1.3.4/jdk-1.4/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.4/jdk-1.4/pom.xml?rev=670355&r1=670354&r2=670355&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.4/jdk-1.4/pom.xml (original)
+++ wicket/releases/wicket-1.3.4/jdk-1.4/pom.xml Sun Jun 22 06:19:55 2008
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.3-SNAPSHOT</version>
+               <version>1.3.4</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/releases/wicket-1.3.4/jdk-1.4/wicket-datetime/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.4/jdk-1.4/wicket-datetime/pom.xml?rev=670355&r1=670354&r2=670355&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.4/jdk-1.4/wicket-datetime/pom.xml (original)
+++ wicket/releases/wicket-1.3.4/jdk-1.4/wicket-datetime/pom.xml Sun Jun 22 
06:19:55 2008
@@ -21,7 +21,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-jdk14</artifactId>
-               <version>1.3-SNAPSHOT</version>
+               <version>1.3.4</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-datetime</artifactId>
@@ -63,4 +63,4 @@
                        </plugin>
                </plugins>
        </build>
-</project>
\ No newline at end of file
+</project>

Modified: wicket/releases/wicket-1.3.4/jdk-1.4/wicket-extensions/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.4/jdk-1.4/wicket-extensions/pom.xml?rev=670355&r1=670354&r2=670355&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.4/jdk-1.4/wicket-extensions/pom.xml (original)
+++ wicket/releases/wicket-1.3.4/jdk-1.4/wicket-extensions/pom.xml Sun Jun 22 
06:19:55 2008
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-jdk14</artifactId>
-               <version>1.3-SNAPSHOT</version>
+               <version>1.3.4</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/releases/wicket-1.3.4/jdk-1.4/wicket-ioc/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.4/jdk-1.4/wicket-ioc/pom.xml?rev=670355&r1=670354&r2=670355&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.4/jdk-1.4/wicket-ioc/pom.xml (original)
+++ wicket/releases/wicket-1.3.4/jdk-1.4/wicket-ioc/pom.xml Sun Jun 22 06:19:55 
2008
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-jdk14</artifactId>
-               <version>1.3-SNAPSHOT</version>
+               <version>1.3.4</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/releases/wicket-1.3.4/jdk-1.4/wicket-quickstart/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.4/jdk-1.4/wicket-quickstart/pom.xml?rev=670355&r1=670354&r2=670355&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.4/jdk-1.4/wicket-quickstart/pom.xml (original)
+++ wicket/releases/wicket-1.3.4/jdk-1.4/wicket-quickstart/pom.xml Sun Jun 22 
06:19:55 2008
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-jdk14</artifactId>
-               <version>1.3-SNAPSHOT</version>
+               <version>1.3.4</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/releases/wicket-1.3.4/jdk-1.4/wicket-spring/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.4/jdk-1.4/wicket-spring/pom.xml?rev=670355&r1=670354&r2=670355&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.4/jdk-1.4/wicket-spring/pom.xml (original)
+++ wicket/releases/wicket-1.3.4/jdk-1.4/wicket-spring/pom.xml Sun Jun 22 
06:19:55 2008
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-jdk14</artifactId>
-               <version>1.3-SNAPSHOT</version>
+               <version>1.3.4</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/releases/wicket-1.3.4/jdk-1.4/wicket-velocity/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.4/jdk-1.4/wicket-velocity/pom.xml?rev=670355&r1=670354&r2=670355&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.4/jdk-1.4/wicket-velocity/pom.xml (original)
+++ wicket/releases/wicket-1.3.4/jdk-1.4/wicket-velocity/pom.xml Sun Jun 22 
06:19:55 2008
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-jdk14</artifactId>
-               <version>1.3-SNAPSHOT</version>
+               <version>1.3.4</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/releases/wicket-1.3.4/jdk-1.4/wicket/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.4/jdk-1.4/wicket/pom.xml?rev=670355&r1=670354&r2=670355&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.4/jdk-1.4/wicket/pom.xml (original)
+++ wicket/releases/wicket-1.3.4/jdk-1.4/wicket/pom.xml Sun Jun 22 06:19:55 2008
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-jdk14</artifactId>
-               <version>1.3-SNAPSHOT</version>
+               <version>1.3.4</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/releases/wicket-1.3.4/jdk-1.5/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.4/jdk-1.5/pom.xml?rev=670355&r1=670354&r2=670355&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.4/jdk-1.5/pom.xml (original)
+++ wicket/releases/wicket-1.3.4/jdk-1.5/pom.xml Sun Jun 22 06:19:55 2008
@@ -27,7 +27,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.3-SNAPSHOT</version>
+               <version>1.3.4</version>
        </parent>
        <name>Wicket JDK 1.5 modules</name>
        <description>Wicket is a Java-based open source component web 
application framework.</description>

Modified: wicket/releases/wicket-1.3.4/jdk-1.5/wicket-auth-roles/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.4/jdk-1.5/wicket-auth-roles/pom.xml?rev=670355&r1=670354&r2=670355&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.4/jdk-1.5/wicket-auth-roles/pom.xml (original)
+++ wicket/releases/wicket-1.3.4/jdk-1.5/wicket-auth-roles/pom.xml Sun Jun 22 
06:19:55 2008
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-jdk15</artifactId>
-               <version>1.3-SNAPSHOT</version>
+               <version>1.3.4</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/releases/wicket-1.3.4/jdk-1.5/wicket-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.4/jdk-1.5/wicket-examples/pom.xml?rev=670355&r1=670354&r2=670355&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.4/jdk-1.5/wicket-examples/pom.xml (original)
+++ wicket/releases/wicket-1.3.4/jdk-1.5/wicket-examples/pom.xml Sun Jun 22 
06:19:55 2008
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-jdk15</artifactId>
-               <version>1.3-SNAPSHOT</version>
+               <version>1.3.4</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/releases/wicket-1.3.4/jdk-1.5/wicket-guice/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.4/jdk-1.5/wicket-guice/pom.xml?rev=670355&r1=670354&r2=670355&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.4/jdk-1.5/wicket-guice/pom.xml (original)
+++ wicket/releases/wicket-1.3.4/jdk-1.5/wicket-guice/pom.xml Sun Jun 22 
06:19:55 2008
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-jdk15</artifactId>
-               <version>1.3-SNAPSHOT</version>
+               <version>1.3.4</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/releases/wicket-1.3.4/jdk-1.5/wicket-jmx/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.4/jdk-1.5/wicket-jmx/pom.xml?rev=670355&r1=670354&r2=670355&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.4/jdk-1.5/wicket-jmx/pom.xml (original)
+++ wicket/releases/wicket-1.3.4/jdk-1.5/wicket-jmx/pom.xml Sun Jun 22 06:19:55 
2008
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-jdk15</artifactId>
-               <version>1.3-SNAPSHOT</version>
+               <version>1.3.4</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: 
wicket/releases/wicket-1.3.4/jdk-1.5/wicket-objectssizeof-agent/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.4/jdk-1.5/wicket-objectssizeof-agent/pom.xml?rev=670355&r1=670354&r2=670355&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.4/jdk-1.5/wicket-objectssizeof-agent/pom.xml 
(original)
+++ wicket/releases/wicket-1.3.4/jdk-1.5/wicket-objectssizeof-agent/pom.xml Sun 
Jun 22 06:19:55 2008
@@ -21,7 +21,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-jdk15</artifactId>
-               <version>1.3-SNAPSHOT</version>
+               <version>1.3.4</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/releases/wicket-1.3.4/jdk-1.5/wicket-spring-annot/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.4/jdk-1.5/wicket-spring-annot/pom.xml?rev=670355&r1=670354&r2=670355&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.4/jdk-1.5/wicket-spring-annot/pom.xml (original)
+++ wicket/releases/wicket-1.3.4/jdk-1.5/wicket-spring-annot/pom.xml Sun Jun 22 
06:19:55 2008
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-jdk15</artifactId>
-               <version>1.3-SNAPSHOT</version>
+               <version>1.3.4</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/releases/wicket-1.3.4/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.4/pom.xml?rev=670355&r1=670354&r2=670355&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.4/pom.xml (original)
+++ wicket/releases/wicket-1.3.4/pom.xml Sun Jun 22 06:19:55 2008
@@ -23,7 +23,7 @@
 
        <groupId>org.apache.wicket</groupId>
        <artifactId>wicket-parent</artifactId>
-       <version>1.3-SNAPSHOT</version>
+       <version>1.3.4</version>
        <packaging>pom</packaging>
 
        <name>Wicket Parent</name>

Modified: wicket/releases/wicket-1.3.4/testing/wicket-threadtest/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.4/testing/wicket-threadtest/pom.xml?rev=670355&r1=670354&r2=670355&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.4/testing/wicket-threadtest/pom.xml (original)
+++ wicket/releases/wicket-1.3.4/testing/wicket-threadtest/pom.xml Sun Jun 22 
06:19:55 2008
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-jdk15</artifactId>
-               <version>1.3-SNAPSHOT</version>
+               <version>1.3.4</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
 


Reply via email to