From 2b2abb33c4b34db8880baea43c220d752744de69 Mon Sep 17 00:00:00 2001 From: Andrew Dinn Date: Mon, 20 Jul 2020 10:19:23 +0100 Subject: [PATCH] roll over poms for 4.0.12 release --- agent/pom.xml | 2 +- byteman/pom.xml | 2 +- contrib/bmunit/pom.xml | 2 +- contrib/bmunit5/pom.xml | 2 +- contrib/dtest/pom.xml | 2 +- contrib/jboss-modules-system/plugin/pom.xml | 2 +- contrib/jboss-modules-system/pom.xml | 2 +- contrib/jboss-modules-system/tests/pom.xml | 2 +- contrib/rulecheck-maven-plugin/example/pom.xml | 2 +- contrib/rulecheck-maven-plugin/pom.xml | 2 +- docs/asciidoc/pom.xml | 2 +- docs/pom.xml | 2 +- download/pom.xml | 2 +- install/pom.xml | 2 +- jigsaw/pom.xml | 2 +- layer/pom.xml | 2 +- pom.xml | 2 +- sample/pom.xml | 2 +- submit/pom.xml | 2 +- tests/pom.xml | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/agent/pom.xml b/agent/pom.xml index a3265218..79e01e15 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -34,7 +34,7 @@ org.jboss.byteman byteman-root - 4.0.12-SNAPSHOT + 4.0.12 diff --git a/byteman/pom.xml b/byteman/pom.xml index 6a99f015..3aa33ab6 100644 --- a/byteman/pom.xml +++ b/byteman/pom.xml @@ -7,7 +7,7 @@ org.jboss.byteman byteman-root - 4.0.12-SNAPSHOT + 4.0.12 diff --git a/contrib/bmunit/pom.xml b/contrib/bmunit/pom.xml index 34918c6e..7f08eb43 100644 --- a/contrib/bmunit/pom.xml +++ b/contrib/bmunit/pom.xml @@ -32,7 +32,7 @@ org.jboss.byteman byteman-root - 4.0.12-SNAPSHOT + 4.0.12 ../../pom.xml diff --git a/contrib/bmunit5/pom.xml b/contrib/bmunit5/pom.xml index 4c831b95..043b8d44 100644 --- a/contrib/bmunit5/pom.xml +++ b/contrib/bmunit5/pom.xml @@ -32,7 +32,7 @@ org.jboss.byteman byteman-root - 4.0.12-SNAPSHOT + 4.0.12 ../../pom.xml diff --git a/contrib/dtest/pom.xml b/contrib/dtest/pom.xml index d903ce9c..e73e92ed 100644 --- a/contrib/dtest/pom.xml +++ b/contrib/dtest/pom.xml @@ -33,7 +33,7 @@ org.jboss.byteman byteman-root - 4.0.12-SNAPSHOT + 4.0.12 ../../pom.xml diff --git a/contrib/jboss-modules-system/plugin/pom.xml b/contrib/jboss-modules-system/plugin/pom.xml index 7cf3ccbb..004c979d 100644 --- a/contrib/jboss-modules-system/plugin/pom.xml +++ b/contrib/jboss-modules-system/plugin/pom.xml @@ -28,7 +28,7 @@ org.jboss.byteman byteman-jboss-modules - 4.0.12-SNAPSHOT + 4.0.12 ../pom.xml diff --git a/contrib/jboss-modules-system/pom.xml b/contrib/jboss-modules-system/pom.xml index 7975ef3a..4c21317c 100644 --- a/contrib/jboss-modules-system/pom.xml +++ b/contrib/jboss-modules-system/pom.xml @@ -28,7 +28,7 @@ org.jboss.byteman byteman-root - 4.0.12-SNAPSHOT + 4.0.12 ../../pom.xml diff --git a/contrib/jboss-modules-system/tests/pom.xml b/contrib/jboss-modules-system/tests/pom.xml index 2f6549db..c438e734 100644 --- a/contrib/jboss-modules-system/tests/pom.xml +++ b/contrib/jboss-modules-system/tests/pom.xml @@ -19,7 +19,7 @@ org.jboss.byteman byteman-jboss-modules - 4.0.12-SNAPSHOT + 4.0.12 ../pom.xml diff --git a/contrib/rulecheck-maven-plugin/example/pom.xml b/contrib/rulecheck-maven-plugin/example/pom.xml index 89648e48..aaad4a4e 100644 --- a/contrib/rulecheck-maven-plugin/example/pom.xml +++ b/contrib/rulecheck-maven-plugin/example/pom.xml @@ -18,7 +18,7 @@ org.jboss.byteman byteman-rulecheck-maven-plugin - 4.0.12-SNAPSHOT + 4.0.12 rulecheck-test diff --git a/contrib/rulecheck-maven-plugin/pom.xml b/contrib/rulecheck-maven-plugin/pom.xml index f140f48e..b72680f5 100644 --- a/contrib/rulecheck-maven-plugin/pom.xml +++ b/contrib/rulecheck-maven-plugin/pom.xml @@ -32,7 +32,7 @@ org.jboss.byteman byteman-root - 4.0.12-SNAPSHOT + 4.0.12 ../../pom.xml diff --git a/docs/asciidoc/pom.xml b/docs/asciidoc/pom.xml index 3c94ad6b..231ed824 100644 --- a/docs/asciidoc/pom.xml +++ b/docs/asciidoc/pom.xml @@ -6,7 +6,7 @@ org.jboss.byteman byteman-docs - 4.0.12-SNAPSHOT + 4.0.12 byteman-asciidoc diff --git a/docs/pom.xml b/docs/pom.xml index 82f2559b..c0162914 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -6,7 +6,7 @@ org.jboss.byteman byteman-root - 4.0.12-SNAPSHOT + 4.0.12 byteman-docs diff --git a/download/pom.xml b/download/pom.xml index 2be484e8..bc0ac75e 100644 --- a/download/pom.xml +++ b/download/pom.xml @@ -28,7 +28,7 @@ org.jboss.byteman byteman-root - 4.0.12-SNAPSHOT + 4.0.12 The Byteman download includes the byteman agent, submit and install jars. the contributed diff --git a/install/pom.xml b/install/pom.xml index cd749dd9..c5051b12 100644 --- a/install/pom.xml +++ b/install/pom.xml @@ -33,7 +33,7 @@ org.jboss.byteman byteman-root - 4.0.12-SNAPSHOT + 4.0.12 diff --git a/jigsaw/pom.xml b/jigsaw/pom.xml index f6ed9e47..d97a95f5 100644 --- a/jigsaw/pom.xml +++ b/jigsaw/pom.xml @@ -41,7 +41,7 @@ org.jboss.byteman byteman-root - 4.0.12-SNAPSHOT + 4.0.12