Repository: cxf Updated Branches: refs/heads/3.0.x-fixes f87cf4318 -> 8d91c92b3
Fixing a parent pom ref in 3.0.x Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/8d91c92b Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/8d91c92b Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/8d91c92b Branch: refs/heads/3.0.x-fixes Commit: 8d91c92b347e666bfc3bf7a0db0f5f85eedfc7f4 Parents: f87cf43 Author: Sergey Beryozkin <[email protected]> Authored: Fri Nov 7 17:32:10 2014 +0000 Committer: Sergey Beryozkin <[email protected]> Committed: Fri Nov 7 17:32:10 2014 +0000 ---------------------------------------------------------------------- rt/rs/security/sso/oidc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/8d91c92b/rt/rs/security/sso/oidc/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/sso/oidc/pom.xml b/rt/rs/security/sso/oidc/pom.xml index 566caef..ab0fd81 100644 --- a/rt/rs/security/sso/oidc/pom.xml +++ b/rt/rs/security/sso/oidc/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <relativePath>../../../../../parent/pom.xml</relativePath> </parent> <dependencies>
