From f419209f64249c4441920503582e194ba01e7195 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 3 Jun 2012 12:17:24 +0200 Subject: initial import --- pom.xml | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..2ce7f48 --- /dev/null +++ b/pom.xml @@ -0,0 +1,68 @@ + + 4.0.0 + nu.xss + xss-jpa + 0.0.1-SNAPSHOT + + + UTF-8 + 4.1.4.Final + + + + + org.hibernate + hibernate-core + ${hibernate.version} + + + org.hibernate + hibernate-entitymanager + ${hibernate.version} + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5 + + 1.7 + 1.7 + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8.1 + + ${basedir}/src/main/javadoc/stylesheet.css + public + + + + + + + + nexus-deploy + Nexus Staging Repo + http://localhost:8081/nexus/content/repositories/snapshots/ + + + + \ No newline at end of file -- cgit v1.2.3-55-g7522