update bundle info
Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/c3b3a2d1 Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/c3b3a2d1 Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/c3b3a2d1 Branch: refs/heads/master Commit: c3b3a2d16b256b1ef0b965c542f8e4a8c70c41ba Parents: 3dfde3e Author: Matt Benson <[email protected]> Authored: Fri Oct 28 22:23:14 2016 +0000 Committer: Matt Benson <[email protected]> Committed: Fri Oct 28 22:23:14 2016 +0000 ---------------------------------------------------------------------- bundle/pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/c3b3a2d1/bundle/pom.xml ---------------------------------------------------------------------- diff --git a/bundle/pom.xml b/bundle/pom.xml index ee6526e..60a2d0f 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -66,9 +66,10 @@ <Main-Class>org.apache.bval.util.BValVersion</Main-Class> <Implementation-Title>Apache BVal</Implementation-Title> <Implementation-Build>${buildNumber}</Implementation-Build> - <Specification-Title>JSR-303 Bean Validation</Specification-Title> - <Specification-Vendor>Sun Microsystems, Inc.</Specification-Vendor> - <Specification-Version>1.0</Specification-Version> + <Implementation-Vendor>org.apache</Implementation-Vendor> + <Specification-Title>Java Bean Validation</Specification-Title> + <Specification-Vendor>Java Community Process</Specification-Vendor> + <Specification-Version>1.1</Specification-Version> <Bundle-DocURL>${project.url}</Bundle-DocURL> <Embed-Dependency>*;inline=true</Embed-Dependency> <Private-Package />
