Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed release of 1.2.6

...

Version

Java version

Code status

Apache status

Maven

Download

Subversion

1.2.56

>= 1.4

Stable

n/a

maven

sourceforge

releases/wicket-1.2.56

1.2.x

>= 1.4

Stable

n/a

snapshot

n/a

branches/wicket-1.2.x

1.3

>= 1.4

Beta

incubating

snapshot

n/a

trunk

>1.3

>= 1.5

n/a

incubating

n/a

n/a

n/a

...

Here's a small description of the different Wicket releases. Our current stable release is Wicket 1.2.56, which is released outside the Apache Software Foundation. Development within the Apache Software Foundation is ongoing on Wicket 1.3. We are currently stabilizing Wicket 1.3. This will be the last JDK 1.4 compatible release. The next version will require JDK 1.5.

Anchor
wicket_1_2_56
wicket_1_2_56

Wicket 1.2.

...

6

Wicket 1.2.5 6 is our stable release and is available from SourceForge.net and through the Maven central repository. It is the release version of the maintenance branch wicket-1.2.x. This is often referred to as wicket-1.2.x

...

The Wicket 1.2.x releases are not endorsed by, approved by, nor affiliated with the Apache Software Foundation in any way.

Information on Wicket 1.2.

...

6 / 1.2.x

...

Add the following snippet to your Maven project descriptor (pom.xml) to use Wicket 1.2.56.

Code Block
xml
xml
<dependency>
    <groupId>wicket</groupId>
    <artifactId>wicket</artifactId>
    <version>1.2.5<6</version>
</dependency>

Add the following snippet to your Maven project descriptor (pom.xml) to use the latest development version from the Wicket 1.2.x branch (stable).

...