From 9c86bfe3145cbe5e6eb5d4f6bb0815b31179bbed Mon Sep 17 00:00:00 2001 From: Richard Eckart de Castilho Date: Wed, 8 Nov 2023 12:24:51 +0100 Subject: [PATCH] [maven-release-plugin] prepare release uimafit-3.5.0 --- pom.xml | 12 ++++++------ uimafit-assertj/pom.xml | 4 ++-- uimafit-benchmark/pom.xml | 4 ++-- uimafit-bom/pom.xml | 20 +++++++++++--------- uimafit-core/pom.xml | 2 +- uimafit-cpe/pom.xml | 4 ++-- uimafit-documentation/pom.xml | 2 +- uimafit-examples/pom.xml | 4 ++-- uimafit-junit/pom.xml | 4 ++-- uimafit-maven-plugin/pom.xml | 2 +- uimafit-parent/pom.xml | 4 ++-- uimafit-spring/pom.xml | 4 ++-- 12 files changed, 34 insertions(+), 32 deletions(-) diff --git a/pom.xml b/pom.xml index 6257623d..7f5772dc 100644 --- a/pom.xml +++ b/pom.xml @@ -28,14 +28,14 @@ org.apache.uima uimafit-parent - 3.5.0-SNAPSHOT + 3.5.0 uimafit-parent ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}uimaFIT - HEAD + uimafit-3.5.0 scm:git:https://github.com/apache/uima-uimafit/ scm:git:https://github.com/apache/uima-uimafit/ https://github.com/apache/uima-uimafit/ @@ -51,22 +51,22 @@ org.apache.uima uimafit-core - 3.5.0-SNAPSHOT + 3.5.0 org.apache.uima uimafit-cpe - 3.5.0-SNAPSHOT + 3.5.0 org.apache.uima uimafit-junit - 3.5.0-SNAPSHOT + 3.5.0 org.apache.uima uimafit-assertj - 3.5.0-SNAPSHOT + 3.5.0 diff --git a/uimafit-assertj/pom.xml b/uimafit-assertj/pom.xml index c742081b..91dd492f 100644 --- a/uimafit-assertj/pom.xml +++ b/uimafit-assertj/pom.xml @@ -22,7 +22,7 @@ org.apache.uima uimafit-parent - 3.5.0-SNAPSHOT + 3.5.0 ../uimafit-parent @@ -35,7 +35,7 @@ org.apache.uima uimafit-core - 3.5.0-SNAPSHOT + 3.5.0 org.apache.uima diff --git a/uimafit-benchmark/pom.xml b/uimafit-benchmark/pom.xml index 3f6ee1d4..79963b01 100644 --- a/uimafit-benchmark/pom.xml +++ b/uimafit-benchmark/pom.xml @@ -27,7 +27,7 @@ org.apache.uima uimafit-parent - 3.5.0-SNAPSHOT + 3.5.0 ../uimafit-parent @@ -44,7 +44,7 @@ org.apache.uima uimafit-core - 3.5.0-SNAPSHOT + 3.5.0 org.apache.uima diff --git a/uimafit-bom/pom.xml b/uimafit-bom/pom.xml index 738b8c76..444d0d4e 100644 --- a/uimafit-bom/pom.xml +++ b/uimafit-bom/pom.xml @@ -17,9 +17,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -30,7 +28,7 @@ uimafit-bom - 3.5.0-SNAPSHOT + 3.5.0 pom Apache UIMA uimaFIT - BOM @@ -49,28 +47,32 @@ org.apache.uima uimafit-assertj - 3.5.0-SNAPSHOT + 3.5.0 org.apache.uima uimafit-core - 3.5.0-SNAPSHOT + 3.5.0 org.apache.uima uimafit-cpe - 3.5.0-SNAPSHOT + 3.5.0 org.apache.uima uimafit-junit - 3.5.0-SNAPSHOT + 3.5.0 org.apache.uima uimafit-spring - 3.5.0-SNAPSHOT + 3.5.0 + + + uimafit-3.5.0 + \ No newline at end of file diff --git a/uimafit-core/pom.xml b/uimafit-core/pom.xml index efc7b8b9..58d68cc5 100644 --- a/uimafit-core/pom.xml +++ b/uimafit-core/pom.xml @@ -23,7 +23,7 @@ org.apache.uima uimafit-parent - 3.5.0-SNAPSHOT + 3.5.0 ../uimafit-parent diff --git a/uimafit-cpe/pom.xml b/uimafit-cpe/pom.xml index 58e3c9ea..408f090e 100644 --- a/uimafit-cpe/pom.xml +++ b/uimafit-cpe/pom.xml @@ -22,7 +22,7 @@ org.apache.uima uimafit-parent - 3.5.0-SNAPSHOT + 3.5.0 ../uimafit-parent @@ -35,7 +35,7 @@ org.apache.uima uimafit-core - 3.5.0-SNAPSHOT + 3.5.0 diff --git a/uimafit-documentation/pom.xml b/uimafit-documentation/pom.xml index fe662ab2..fe83cb21 100644 --- a/uimafit-documentation/pom.xml +++ b/uimafit-documentation/pom.xml @@ -22,7 +22,7 @@ org.apache.uima uimafit-parent - 3.5.0-SNAPSHOT + 3.5.0 ../uimafit-parent diff --git a/uimafit-examples/pom.xml b/uimafit-examples/pom.xml index 198d3fdf..eb75fbdc 100644 --- a/uimafit-examples/pom.xml +++ b/uimafit-examples/pom.xml @@ -21,7 +21,7 @@ org.apache.uima uimafit-parent - 3.5.0-SNAPSHOT + 3.5.0 ../uimafit-parent 4.0.0 @@ -33,7 +33,7 @@ org.apache.uima uimafit-core - 3.5.0-SNAPSHOT + 3.5.0 org.apache.uima diff --git a/uimafit-junit/pom.xml b/uimafit-junit/pom.xml index c8ce8778..2a33d587 100644 --- a/uimafit-junit/pom.xml +++ b/uimafit-junit/pom.xml @@ -22,7 +22,7 @@ org.apache.uima uimafit-parent - 3.5.0-SNAPSHOT + 3.5.0 ../uimafit-parent @@ -35,7 +35,7 @@ org.apache.uima uimafit-core - 3.5.0-SNAPSHOT + 3.5.0 org.apache.uima diff --git a/uimafit-maven-plugin/pom.xml b/uimafit-maven-plugin/pom.xml index d3c3d6a3..308bd88c 100644 --- a/uimafit-maven-plugin/pom.xml +++ b/uimafit-maven-plugin/pom.xml @@ -22,7 +22,7 @@ org.apache.uima uimafit-parent - 3.5.0-SNAPSHOT + 3.5.0 ../uimafit-parent diff --git a/uimafit-parent/pom.xml b/uimafit-parent/pom.xml index 4be9000e..9c76dbe3 100644 --- a/uimafit-parent/pom.xml +++ b/uimafit-parent/pom.xml @@ -27,7 +27,7 @@ uimafit-parent - 3.5.0-SNAPSHOT + 3.5.0 pom Apache UIMA uimaFIT - Parent @@ -40,7 +40,7 @@ - HEAD + uimafit-3.5.0 scm:git:https://github.com/apache/uima-uimafit/ scm:git:https://github.com/apache/uima-uimafit/ https://github.com/apache/uima-uimafit/ diff --git a/uimafit-spring/pom.xml b/uimafit-spring/pom.xml index 67662a50..9365cb05 100644 --- a/uimafit-spring/pom.xml +++ b/uimafit-spring/pom.xml @@ -27,7 +27,7 @@ org.apache.uima uimafit-parent - 3.5.0-SNAPSHOT + 3.5.0 ../uimafit-parent @@ -53,7 +53,7 @@ org.apache.uima uimafit-core - 3.5.0-SNAPSHOT + 3.5.0 test