From 01e71316cb3077999235617ec0b96dc96e5957e7 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 21 Dec 2015 20:19:11 +0100 Subject: [PATCH] Created project de.juplo:jpa-converters --- .gitignore | 2 + pom.xml | 184 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 186 insertions(+) create mode 100644 .gitignore create mode 100755 pom.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d233471 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.gitignore +target diff --git a/pom.xml b/pom.xml new file mode 100755 index 0000000..9705b25 --- /dev/null +++ b/pom.xml @@ -0,0 +1,184 @@ + + + 4.0.0 + + + org.sonatype.oss + oss-parent + 9 + + + + de.juplo + jpa-converters + Juplo - JPA converters + Collection of usefull converters for JPA + 1.0-SNAPSHOT + jar + http://www.juplo.de/jpa-converters + + + + 2.0.6 + + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + + + scm:git:http://juplo.de/git/jpa-converters + scm:git:ssh://juplo.de:/var/lib/git/juplo/jpa-converters + http://juplo.de/gitweb/?p=jpa-converters;a=summary + + + + + + kai + Kai Moritz + kai@juplo.de + + + + + + + + + + + UTF-8 + + + 1.0.0.Final + 4.12 + 1.7.13 + + + + + + + + + org.hibernate.javax.persistence + hibernate-jpa-2.1-api + ${hibernate-jpa-2.1-api.version} + + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + runtime + + + + + junit + junit + ${junit.version} + test + + + + + + + + www.juplo.de + scp://juplo.de/var/www/juplo/facebook-utils-${project.version} + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.3 + + 1.8 + 1.8 + utf8 + true + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + verify + + jar + + + + + + + + + + + + org.apache.maven.plugins + maven-changes-plugin + 2.11 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + + org.apache.maven.plugins + maven-jxr-plugin + 2.5 + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.18.1 + + + org.apache.maven.plugins + maven-scm-plugin + 1.9.4 + + install + + + + org.apache.maven.plugins + maven-pmd-plugin + 3.5 + + true + 1.5 + + + + + + -- 2.20.1