From 04a650cc61a24316969eab804e862ae1f36e568a Mon Sep 17 00:00:00 2001 From: Shane Bryzak Date: Tue, 16 Aug 2011 18:44:50 +1000 Subject: [PATCH 1/2] [maven-release-plugin] prepare release 3.1.0.Beta1 --- api/pom.xml | 2 +- dist/pom.xml | 282 ++++++++++++++++++++-------------------- docs/pom.xml | 2 +- impl/jasper/pom.xml | 5 +- impl/mvel/pom.xml | 5 +- impl/pentaho/pom.xml | 5 +- impl/xdocreport/pom.xml | 5 +- pom.xml | 2 +- 8 files changed, 152 insertions(+), 156 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index ea27c19..e56e97f 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -4,7 +4,7 @@ seam-reports-parent org.jboss.seam.reports - 3.1.0-SNAPSHOT + 3.1.0.Beta1 ../pom.xml diff --git a/dist/pom.xml b/dist/pom.xml index 92f3297..5b1296f 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -1,141 +1,141 @@ - - - 4.0.0 - - - org.jboss.seam.reports - seam-reports-parent - 3.1.0-SNAPSHOT - ../pom.xml - - - seam-reports-distribution - Seam Reports Distribution - Builds a Seam reports release distribution - pom - - - true - - - - - - org.jboss.seam.reports - seam-reports-api - - - - org.jboss.seam.reports - seam-reports-api - ${project.version} - sources - true - - - - org.jboss.seam.reports - seam-reports-api - ${project.version} - javadoc - true - - - - - org.jboss.seam.reports - seam-reports-jasper - ${project.version} - true - - - - org.jboss.seam.reports - seam-reports-jasper - ${project.version} - sources - - - - org.jboss.seam.reports - seam-reports-jasper - ${project.version} - javadoc - true - - - - - org.jboss.seam.reports - seam-reports-pentaho - ${project.version} - true - - - - org.jboss.seam.reports - seam-reports-pentaho - ${project.version} - sources - - - - org.jboss.seam.reports - seam-reports-pentaho - ${project.version} - javadoc - true - - - - - org.jboss.seam.reports - seam-reports-xdocreport - ${project.version} - true - - - - org.jboss.seam.reports - seam-reports-xdocreport - ${project.version} - sources - - - - org.jboss.seam.reports - seam-reports-xdocreport - ${project.version} - javadoc - true - - - - - org.jboss.seam.reports - seam-reports-reference-guide - ${project.version} - war - true - - - - - - seam-reports - - - org.apache.maven.plugins - maven-assembly-plugin - - - - - - pentaho - Pentaho Public Repository - http://repo.pentaho.org/artifactory/pentaho/ - - - - + + + 4.0.0 + + + org.jboss.seam.reports + seam-reports-parent + 3.1.0.Beta1 + ../pom.xml + + + seam-reports-distribution + Seam Reports Distribution + Builds a Seam reports release distribution + pom + + + true + + + + + + org.jboss.seam.reports + seam-reports-api + + + + org.jboss.seam.reports + seam-reports-api + ${project.version} + sources + true + + + + org.jboss.seam.reports + seam-reports-api + ${project.version} + javadoc + true + + + + + org.jboss.seam.reports + seam-reports-jasper + ${project.version} + true + + + + org.jboss.seam.reports + seam-reports-jasper + ${project.version} + sources + + + + org.jboss.seam.reports + seam-reports-jasper + ${project.version} + javadoc + true + + + + + org.jboss.seam.reports + seam-reports-pentaho + ${project.version} + true + + + + org.jboss.seam.reports + seam-reports-pentaho + ${project.version} + sources + + + + org.jboss.seam.reports + seam-reports-pentaho + ${project.version} + javadoc + true + + + + + org.jboss.seam.reports + seam-reports-xdocreport + ${project.version} + true + + + + org.jboss.seam.reports + seam-reports-xdocreport + ${project.version} + sources + + + + org.jboss.seam.reports + seam-reports-xdocreport + ${project.version} + javadoc + true + + + + + org.jboss.seam.reports + seam-reports-reference-guide + ${project.version} + war + true + + + + + + seam-reports + + + org.apache.maven.plugins + maven-assembly-plugin + + + + + + pentaho + Pentaho Public Repository + http://repo.pentaho.org/artifactory/pentaho/ + + + + diff --git a/docs/pom.xml b/docs/pom.xml index 0f1ac60..451ead4 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -10,7 +10,7 @@ org.jboss.seam.reports seam-reports-parent - 3.1.0-SNAPSHOT + 3.1.0.Beta1 ../pom.xml diff --git a/impl/jasper/pom.xml b/impl/jasper/pom.xml index 2ac7bf1..701e240 100644 --- a/impl/jasper/pom.xml +++ b/impl/jasper/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.jboss.seam.reports seam-reports-parent - 3.1.0-SNAPSHOT + 3.1.0.Beta1 ../../pom.xml diff --git a/impl/mvel/pom.xml b/impl/mvel/pom.xml index 50a7db5..19f386e 100644 --- a/impl/mvel/pom.xml +++ b/impl/mvel/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.jboss.seam.reports seam-reports-parent - 3.1.0-SNAPSHOT + 3.1.0.Beta1 ../../pom.xml diff --git a/impl/pentaho/pom.xml b/impl/pentaho/pom.xml index f17bc95..c0c87bd 100644 --- a/impl/pentaho/pom.xml +++ b/impl/pentaho/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.jboss.seam.reports seam-reports-parent - 3.1.0-SNAPSHOT + 3.1.0.Beta1 ../../pom.xml diff --git a/impl/xdocreport/pom.xml b/impl/xdocreport/pom.xml index 6a0e47c..965a96b 100644 --- a/impl/xdocreport/pom.xml +++ b/impl/xdocreport/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.jboss.seam.reports seam-reports-parent - 3.1.0-SNAPSHOT + 3.1.0.Beta1 ../../pom.xml seam-reports-xdocreport diff --git a/pom.xml b/pom.xml index 408c336..8768740 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ seam-reports-parent org.jboss.seam.reports - 3.1.0-SNAPSHOT + 3.1.0.Beta1 pom Seam Reports Module Parent POM From 0b9b105f7f05cc8206cbe3a392895e975c39255c Mon Sep 17 00:00:00 2001 From: Shane Bryzak Date: Tue, 16 Aug 2011 18:45:05 +1000 Subject: [PATCH 2/2] [maven-release-plugin] prepare for next development iteration --- api/pom.xml | 2 +- dist/pom.xml | 2 +- docs/pom.xml | 2 +- impl/jasper/pom.xml | 2 +- impl/mvel/pom.xml | 2 +- impl/pentaho/pom.xml | 2 +- impl/xdocreport/pom.xml | 2 +- pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index e56e97f..ea27c19 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -4,7 +4,7 @@ seam-reports-parent org.jboss.seam.reports - 3.1.0.Beta1 + 3.1.0-SNAPSHOT ../pom.xml diff --git a/dist/pom.xml b/dist/pom.xml index 5b1296f..0c3182c 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -5,7 +5,7 @@ org.jboss.seam.reports seam-reports-parent - 3.1.0.Beta1 + 3.1.0-SNAPSHOT ../pom.xml diff --git a/docs/pom.xml b/docs/pom.xml index 451ead4..0f1ac60 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -10,7 +10,7 @@ org.jboss.seam.reports seam-reports-parent - 3.1.0.Beta1 + 3.1.0-SNAPSHOT ../pom.xml diff --git a/impl/jasper/pom.xml b/impl/jasper/pom.xml index 701e240..7fede4e 100644 --- a/impl/jasper/pom.xml +++ b/impl/jasper/pom.xml @@ -4,7 +4,7 @@ org.jboss.seam.reports seam-reports-parent - 3.1.0.Beta1 + 3.1.0-SNAPSHOT ../../pom.xml diff --git a/impl/mvel/pom.xml b/impl/mvel/pom.xml index 19f386e..bde9e7c 100644 --- a/impl/mvel/pom.xml +++ b/impl/mvel/pom.xml @@ -4,7 +4,7 @@ org.jboss.seam.reports seam-reports-parent - 3.1.0.Beta1 + 3.1.0-SNAPSHOT ../../pom.xml diff --git a/impl/pentaho/pom.xml b/impl/pentaho/pom.xml index c0c87bd..cca85ce 100644 --- a/impl/pentaho/pom.xml +++ b/impl/pentaho/pom.xml @@ -4,7 +4,7 @@ org.jboss.seam.reports seam-reports-parent - 3.1.0.Beta1 + 3.1.0-SNAPSHOT ../../pom.xml diff --git a/impl/xdocreport/pom.xml b/impl/xdocreport/pom.xml index 965a96b..7c2cf29 100644 --- a/impl/xdocreport/pom.xml +++ b/impl/xdocreport/pom.xml @@ -3,7 +3,7 @@ org.jboss.seam.reports seam-reports-parent - 3.1.0.Beta1 + 3.1.0-SNAPSHOT ../../pom.xml seam-reports-xdocreport diff --git a/pom.xml b/pom.xml index 8768740..408c336 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ seam-reports-parent org.jboss.seam.reports - 3.1.0.Beta1 + 3.1.0-SNAPSHOT pom Seam Reports Module Parent POM