From 5f5e66d4bcd5de41abec3dea5f7905dbea96287d Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Thu, 3 Dec 2015 07:08:58 +0100 Subject: [PATCH] extract property for maven exec plugin version --- easyrules-samples/pom.xml | 10 +++++----- pom.xml | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/easyrules-samples/pom.xml b/easyrules-samples/pom.xml index 6c83040..be2a306 100644 --- a/easyrules-samples/pom.xml +++ b/easyrules-samples/pom.xml @@ -87,7 +87,7 @@ org.codehaus.mojo exec-maven-plugin - 1.3 + ${maven-exec-plugin.version} org.easyrules.samples.helloworld.Launcher @@ -109,7 +109,7 @@ org.codehaus.mojo exec-maven-plugin - 1.3 + ${maven-exec-plugin.version} org.easyrules.samples.rulePriority.Launcher @@ -131,7 +131,7 @@ org.codehaus.mojo exec-maven-plugin - 1.3 + ${maven-exec-plugin.version} org.easyrules.samples.order.Launcher @@ -153,7 +153,7 @@ org.codehaus.mojo exec-maven-plugin - 1.3 + ${maven-exec-plugin.version} org.easyrules.samples.scheduling.Launcher @@ -175,7 +175,7 @@ org.codehaus.mojo exec-maven-plugin - 1.3 + ${maven-exec-plugin.version} org.easyrules.samples.spring.Launcher diff --git a/pom.xml b/pom.xml index d8b996d..496b9a5 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,7 @@ 3.3 2.19 2.10.3 + 1.4.0