This is an automated email from the ASF dual-hosted git repository. jungm pushed a commit to branch bval-3.0.2-rc1 in repository https://gitbox.apache.org/repos/asf/bval.git
commit 41f0b3106d0b983729547a7e6b778dbba1c9001e Author: Markus Jung <[email protected]> AuthorDate: Mon Mar 10 08:30:19 2025 +0100 [maven-release-plugin] prepare release 3.0.2 --- bval-bundle/pom.xml | 2 +- bval-extras/pom.xml | 2 +- bval-jsr/pom.xml | 2 +- bval-perf/pom.xml | 2 +- bval-tck/pom.xml | 2 +- pom.xml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bval-bundle/pom.xml b/bval-bundle/pom.xml index 8453982..dda8faf 100644 --- a/bval-bundle/pom.xml +++ b/bval-bundle/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.bval</groupId> <artifactId>bval-parent</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.2</version> </parent> <!-- use fully qualified naming for OSGi bundles --> diff --git a/bval-extras/pom.xml b/bval-extras/pom.xml index f1ac423..e9385b9 100644 --- a/bval-extras/pom.xml +++ b/bval-extras/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.bval</groupId> <artifactId>bval-parent</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.2</version> </parent> <artifactId>bval-extras</artifactId> diff --git a/bval-jsr/pom.xml b/bval-jsr/pom.xml index 93ec67a..704ec19 100644 --- a/bval-jsr/pom.xml +++ b/bval-jsr/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.bval</groupId> <artifactId>bval-parent</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.2</version> </parent> <artifactId>bval-jsr</artifactId> diff --git a/bval-perf/pom.xml b/bval-perf/pom.xml index a28c96c..770d510 100644 --- a/bval-perf/pom.xml +++ b/bval-perf/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.bval</groupId> <artifactId>bval-parent</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.2</version> </parent> <artifactId>bval-perf</artifactId> diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml index 985dab5..57528d1 100644 --- a/bval-tck/pom.xml +++ b/bval-tck/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.bval</groupId> <artifactId>bval-parent</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.2</version> </parent> <artifactId>bval-tck</artifactId> diff --git a/pom.xml b/pom.xml index 866b62c..0387d72 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ <artifactId>bval-parent</artifactId> <name>Apache BVal</name> <packaging>pom</packaging> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.2</version> <description>Apache BVal parent pom</description> @@ -60,7 +60,7 @@ <connection>scm:git:http://gitbox.apache.org/repos/asf/bval</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/bval</developerConnection> <url>http://gitbox.apache.org/repos/asf/bval</url> - <tag>HEAD</tag> + <tag>3.0.2</tag> </scm> <mailingLists>
