1 | <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"> |
1 | <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"> |
2 | <modelVersion>4.0.0</modelVersion> |
2 | <modelVersion>4.0.0</modelVersion> |
3 | <groupId>org.wicketstuff</groupId> |
3 | <groupId>org.wicketstuff</groupId> |
4 | <artifactId>wicket-extjs-parent</artifactId> |
4 | <artifactId>wicket-extjs-parent</artifactId> |
5 | <version>0.13-alpha</version> |
5 | <version>0.14-SNAPSHOT</version> |
6 | <name>Wicket ExtJS Integration - parent</name> |
6 | <name>Wicket ExtJS Integration - parent</name> |
7 | <description /> |
7 | <description /> |
8 | <packaging>pom</packaging> |
8 | <packaging>pom</packaging> |
9 | |
9 | |
10 | <!-- |
10 | <!-- |
… | |
… | |
24 | <module>core</module> |
24 | <module>core</module> |
25 | <module>examples</module> |
25 | <module>examples</module> |
26 | </modules> |
26 | </modules> |
27 | |
27 | |
28 | <scm> |
28 | <scm> |
29 | <connection>scm:svn:http://svn.onehippo.org/repos/hippo/experimental/forks/wicket-extjs/tags/wicket-extjs-parent-0.13-alpha</connection> |
29 | <connection>scm:svn:http://svn.onehippo.org/repos/hippo/experimental/forks/wicket-extjs/trunk</connection> |
30 | <developerConnection>scm:svn:https://svn.onehippo.org/repos/hippo/experimental/forks/wicket-extjs/tags/wicket-extjs-parent-0.13-alpha</developerConnection> |
30 | <developerConnection>scm:svn:https://svn.onehippo.org/repos/hippo/experimental/forks/wicket-extjs/trunk</developerConnection> |
31 | <url>http://svn.onehippo.org/repos/hippo/experimental/forks/wicket-extjs/tags/wicket-extjs-parent-0.13-alpha</url> |
31 | <url>http://svn.onehippo.org/repos/hippo/experimental/forks/wicket-extjs/trunk</url> |
32 | </scm> |
32 | </scm> |
33 | |
33 | |
34 | <build> |
34 | <build> |
35 | <extensions> |
35 | <extensions> |
36 | <!-- Enabling the use of FTP --> |
36 | <!-- Enabling the use of FTP --> |