blob: 9c1b938eaadc78630fb688c8287e271b9f491619 [file] [log] [blame]
---
layout: null
---
<?xml version="1.0" encoding="UTF-8" ?>
<archetype-catalog>
<archetypes>
{% for version in site.wicket.versions reversed %}
<archetype>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-archetype-quickstart</artifactId>
<version>{{version}}</version>
<description>Wicket {{version}} Quickstart</description>
</archetype>
{% endfor %}
</archetypes>
</archetype-catalog>