Repository: bval Updated Branches: refs/heads/master c99b115ff -> 3dc0ca3e8
BVAL-166: update specification version in OSGi bundle to 2.0 Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/97fb0cdc Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/97fb0cdc Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/97fb0cdc Branch: refs/heads/master Commit: 97fb0cdc101b1e70483217fce1ec63e3559e9f38 Parents: c99b115 Author: Matt Benson <[email protected]> Authored: Tue Oct 30 09:41:14 2018 -0500 Committer: Matt Benson <[email protected]> Committed: Tue Oct 30 09:41:14 2018 -0500 ---------------------------------------------------------------------- bundle/pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/97fb0cdc/bundle/pom.xml ---------------------------------------------------------------------- diff --git a/bundle/pom.xml b/bundle/pom.xml index 5347528..fea9db5 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -63,7 +63,7 @@ <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> + <Specification-Version>2.0</Specification-Version> <Bundle-DocURL>${project.url}</Bundle-DocURL> <Embed-Dependency>*;inline=true</Embed-Dependency> <Private-Package /> @@ -113,6 +113,4 @@ </build> </profile> </profiles> - </project> -
