Advertisement
Guest User

Untitled

a guest
Feb 8th, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.93 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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/xsd/maven-4.0.0.xsd">
  3.     <modelVersion>4.0.0</modelVersion>
  4.     <groupId>lt.eif.viko</groupId>
  5.     <artifactId>wicket-project</artifactId>
  6.     <version>0.0.1-SNAPSHOT</version>
  7.     <packaging>pom</packaging>
  8.     <name>wicket-project</name>
  9.     <modules>
  10.         <module>wicket-ui</module>
  11.         <module>domain</module>
  12.         <module>mavenproject2</module>
  13.     </modules>
  14.     <properties>
  15.         <wicket.version>7.0.0-SNAPSHOT</wicket.version>
  16.         <jetty.version>7.6.13.v20130916</jetty.version>
  17.         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  18.         <!-- allowed values: R7, 1.0, 1.5, 2.0 or none -->
  19.         <wtp.version>none</wtp.version>
  20.     </properties>
  21. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement