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.16</version> |
5 | <version>0.17-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 | <properties> |
10 | <properties> |
… | |
… | |
31 | <module>core</module> |
31 | <module>core</module> |
32 | <module>examples</module> |
32 | <module>examples</module> |
33 | </modules> |
33 | </modules> |
34 | |
34 | |
35 | <scm> |
35 | <scm> |
36 | <connection>scm:svn:http://svn.onehippo.org/repos/hippo/experimental/forks/wicket-extjs/tags/wicket-extjs-parent-0.16</connection> |
36 | <connection>scm:svn:http://svn.onehippo.org/repos/hippo/experimental/forks/wicket-extjs/trunk</connection> |
37 | <developerConnection>scm:svn:https://svn.onehippo.org/repos/hippo/experimental/forks/wicket-extjs/tags/wicket-extjs-parent-0.16</developerConnection> |
37 | <developerConnection>scm:svn:https://svn.onehippo.org/repos/hippo/experimental/forks/wicket-extjs/trunk</developerConnection> |
38 | <url>http://svn.onehippo.org/repos/hippo/experimental/forks/wicket-extjs/tags/wicket-extjs-parent-0.16</url> |
38 | <url>http://svn.onehippo.org/repos/hippo/experimental/forks/wicket-extjs/trunk</url> |
39 | </scm> |
39 | </scm> |
40 | |
40 | |
41 | <build> |
41 | <build> |
42 | <extensions> |
42 | <extensions> |
43 | <!-- Enabling the use of FTP --> |
43 | <!-- Enabling the use of FTP --> |