This is an automated email from the ASF dual-hosted git repository. jungm pushed a commit to branch bval-3.0.x in repository https://gitbox.apache.org/repos/asf/bval.git
commit 572c8adcf51108a566efbd0d2772cb0d4553af86 Author: Markus Jung <[email protected]> AuthorDate: Tue Jul 9 18:40:48 2024 +0200 Update OSGi metadata for validation 3.0 --- bval-bundle/pom.xml | 6 +++--- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bval-bundle/pom.xml b/bval-bundle/pom.xml index 9caddf9..be2e5c5 100644 --- a/bval-bundle/pom.xml +++ b/bval-bundle/pom.xml @@ -61,9 +61,9 @@ <Implementation-Title>Apache BVal</Implementation-Title> <Implementation-Build>${buildNumber}</Implementation-Build> <Implementation-Vendor>org.apache</Implementation-Vendor> - <Specification-Title>Java Bean Validation</Specification-Title> - <Specification-Vendor>Java Community Process</Specification-Vendor> - <Specification-Version>2.0</Specification-Version> + <Specification-Title>Jakarta Bean Validation</Specification-Title> + <Specification-Vendor>Eclipse Foundation</Specification-Vendor> + <Specification-Version>3.0</Specification-Version> <Bundle-DocURL>${project.url}</Bundle-DocURL> <Embed-Dependency>*;inline=true</Embed-Dependency> <Private-Package /> diff --git a/pom.xml b/pom.xml index cb82e69..afb767d 100644 --- a/pom.xml +++ b/pom.xml @@ -425,8 +425,8 @@ <manifestEntries> <Built-By>${built.by}</Built-By> <Implementation-Build>${buildNumber}</Implementation-Build> - <Specification-Title>Bean Validation</Specification-Title> - <Specification-Version>2.0</Specification-Version> + <Specification-Title>Jakarta Bean Validation</Specification-Title> + <Specification-Version>3.0</Specification-Version> </manifestEntries> </archive> </configuration>
