From b1e15c6adb19df803935b31b3349c0c91030049c Mon Sep 17 00:00:00 2001 From: "xueli.xue" Date: Sat, 28 Nov 2015 21:04:47 +0800 Subject: [PATCH] init --- pom.xml | 27 +++++++++++++++++++++++++++ xxl-job-core/pom.xml | 11 +++++++++++ 2 files changed, 38 insertions(+) create mode 100644 pom.xml create mode 100644 xxl-job-core/pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..c9478d42 --- /dev/null +++ b/pom.xml @@ -0,0 +1,27 @@ + + 4.0.0 + com.xxl + xxl-job + 0.0.1-SNAPSHOT + pom + + xxl-job-core + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.6 + 1.6 + UTF8 + + + + + + \ No newline at end of file diff --git a/xxl-job-core/pom.xml b/xxl-job-core/pom.xml new file mode 100644 index 00000000..5f0fad5b --- /dev/null +++ b/xxl-job-core/pom.xml @@ -0,0 +1,11 @@ + + 4.0.0 + + com.xxl + xxl-job + 0.0.1-SNAPSHOT + + xxl-job-core + 0.0.1-SNAPSHOT + \ No newline at end of file -- GitLab