From 9b5110e778948041af6604da2a17f4276efdd236 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Tue, 23 Nov 2010 15:49:57 -0500 Subject: [PATCH] [maven-release-plugin] rollback the release of testing-3.0.0.Alpha1 --- api/pom.xml | 8 +++++--- dist/pom.xml | 14 +++++++------- docs/pom.xml | 4 ++-- examples/jaxrs/pom.xml | 4 ++-- impl/pom.xml | 5 +++-- pom.xml | 6 ++++-- 6 files changed, 23 insertions(+), 18 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index d76caa8..9ec9a27 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -1,15 +1,17 @@ - + 4.0.0 seam-catch-parent org.jboss.seam.catch - 3.0.0.Alpha1 + 3.0.0-SNAPSHOT ../pom.xml seam-catch-api - 3.0.0.Alpha1 + 3.0.0-SNAPSHOT jar Seam Catch Module API diff --git a/dist/pom.xml b/dist/pom.xml index 05bb205..2df2f3b 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -5,7 +5,7 @@ org.jboss.seam.catch seam-catch-parent - 3.0.0.Alpha1 + 3.0.0-SNAPSHOT ../pom.xml @@ -23,28 +23,28 @@ org.jboss.seam.catch seam-catch-api - 3.0.0.Alpha1 + 3.0.0-SNAPSHOT false org.jboss.seam.catch seam-catch-impl - 3.0.0.Alpha1 + 3.0.0-SNAPSHOT false org.jboss.seam.catch seam-catch-api - 3.0.0.Alpha1 + 3.0.0-SNAPSHOT sources org.jboss.seam.catch seam-catch-api - 3.0.0.Alpha1 + 3.0.0-SNAPSHOT javadoc true @@ -52,14 +52,14 @@ org.jboss.seam.catch seam-catch-impl - 3.0.0.Alpha1 + 3.0.0-SNAPSHOT sources org.jboss.seam.catch seam-catch-impl - 3.0.0.Alpha1 + 3.0.0-SNAPSHOT javadoc true diff --git a/docs/pom.xml b/docs/pom.xml index a8a318a..21dd970 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -4,13 +4,13 @@ org.jboss.seam.catch seam-catch-parent - 3.0.0.Alpha1 + 3.0.0-SNAPSHOT ../pom.xml org.jboss.seam.catch seam-catch-reference-guide - 3.0.0.Alpha1 + 3.0.0-SNAPSHOT jdocbook Seam Exception Handling Module Reference Guide diff --git a/examples/jaxrs/pom.xml b/examples/jaxrs/pom.xml index 110f0a9..3c68043 100644 --- a/examples/jaxrs/pom.xml +++ b/examples/jaxrs/pom.xml @@ -5,14 +5,14 @@ org.jboss.seam.catch seam-catch-parent - 3.0.0.Alpha1 + 3.0.0-SNAPSHOT ../../pom.xml org.jboss.seam.catch catch-jaxrs-example war - 3.0.0.Alpha1 + 3.0.0-SNAPSHOT Seam Catch JAX-RS example diff --git a/impl/pom.xml b/impl/pom.xml index 8dcdde7..47e0672 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 seam-catch-parent org.jboss.seam.catch - 3.0.0.Alpha1 + 3.0.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index ba4e70a..f343f9d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 @@ -10,7 +12,7 @@ org.jboss.seam.catch seam-catch-parent pom - 3.0.0.Alpha1 + 3.0.0-SNAPSHOT Seam Catch Parent