From 8f0cf22ff0fb8d70ac7302dd3875655bf825e427 Mon Sep 17 00:00:00 2001 From: Drem Darios Date: Thu, 19 Feb 2015 22:54:03 -0800 Subject: [PATCH] Updated poms with version 1.3.0-SNAPSHOT --- easyrules-core/pom.xml | 2 +- easyrules-jmx/pom.xml | 131 ++++++++++++++++++++++++++++++++++++++ easyrules-samples/pom.xml | 10 ++- pom.xml | 8 ++- 4 files changed, 145 insertions(+), 6 deletions(-) create mode 100644 easyrules-jmx/pom.xml diff --git a/easyrules-core/pom.xml b/easyrules-core/pom.xml index 4d9a08a..5a6f29f 100644 --- a/easyrules-core/pom.xml +++ b/easyrules-core/pom.xml @@ -4,7 +4,7 @@ org.easyrules easyrules - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT easyrules-core diff --git a/easyrules-jmx/pom.xml b/easyrules-jmx/pom.xml new file mode 100644 index 0000000..1ca721f --- /dev/null +++ b/easyrules-jmx/pom.xml @@ -0,0 +1,131 @@ + + 4.0.0 + + + org.easyrules + easyrules + 1.3.0-SNAPSHOT + + + easyrules-jmx + jar + + Easy Rules JMX module + + + git@github.com:benas/easy-rules.git + scm:git:git@github.com:benas/easy-rules.git + scm:git:git@github.com:benas/easy-rules.git + HEAD + + + + + benas + Mahmoud Ben Hassine + http://www.mahmoudbenhassine.com + md.benhassine@gmail.com + + Project founder + + + + + + + MIT License + http://opensource.org/licenses/mit-license.php + + + + + + org.easyrules + easyrules-core + 1.3.0-SNAPSHOT + + + junit + junit + 4.11 + test + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + true + 1.6 + 1.6 + true + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.17 + + + **/*Test*.java + + html + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + + javadoc + + install + + + + + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.12 + + + + checkstyle + + + + + + org.apache.maven.plugins + maven-pmd-plugin + 3.1 + + true + ${project.build.sourceEncoding} + 100 + 1.5 + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.5.3 + + + + + diff --git a/easyrules-samples/pom.xml b/easyrules-samples/pom.xml index 1373e58..9b591c1 100644 --- a/easyrules-samples/pom.xml +++ b/easyrules-samples/pom.xml @@ -4,7 +4,7 @@ org.easyrules easyrules - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT easyrules-samples @@ -42,7 +42,13 @@ org.easyrules easyrules-core - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT + + + + org.easyrules + easyrules-jmx + 1.3.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index ad2e46f..2b4f0b9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,4 @@ + 4.0.0 @@ -9,12 +10,13 @@ org.easyrules easyrules - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT easyrules-core easyrules-samples - + easyrules-jmx + pom @@ -62,4 +64,4 @@ - + \ No newline at end of file