From 0fdc49f0a7e9d71481f58aa22292250cfa0b79d8 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Mon, 12 Nov 2012 09:41:59 +0100 Subject: [PATCH] added min-version condition to plugin archetype --- .../src/main/resources/META-INF/scm/plugin.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/maven/scm-plugin-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/scm/plugin.xml b/maven/scm-plugin-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/scm/plugin.xml index d97df183a1..e9adeab416 100644 --- a/maven/scm-plugin-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/scm/plugin.xml +++ b/maven/scm-plugin-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/scm/plugin.xml @@ -46,6 +46,10 @@ --> + + ${dollar}{project.parent.version} + + ${package}