Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 4c8a660f8 -> b0fbd9a58
Fixing parent version in pom.xml Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/b0fbd9a5 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/b0fbd9a5 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/b0fbd9a5 Branch: refs/heads/3.1.x-fixes Commit: b0fbd9a58672da6bd20565eb4e7ff8e899fadca1 Parents: 4c8a660 Author: reta <[email protected]> Authored: Sun May 14 18:53:29 2017 -0400 Committer: reta <[email protected]> Committed: Sun May 14 18:53:29 2017 -0400 ---------------------------------------------------------------------- systests/cdi/cdi-owb/cdi-producers-owb/pom.xml | 2 +- systests/cdi/cdi-weld/cdi-producers-weld/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/b0fbd9a5/systests/cdi/cdi-owb/cdi-producers-owb/pom.xml ---------------------------------------------------------------------- diff --git a/systests/cdi/cdi-owb/cdi-producers-owb/pom.xml b/systests/cdi/cdi-owb/cdi-producers-owb/pom.xml index e27fe6a..228ac31 100644 --- a/systests/cdi/cdi-owb/cdi-producers-owb/pom.xml +++ b/systests/cdi/cdi-owb/cdi-producers-owb/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cxf.systests</groupId> <artifactId>cxf-systests-cdi-owb</artifactId> - <version>3.2.0-SNAPSHOT</version> + <version>3.1.12-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cxf/blob/b0fbd9a5/systests/cdi/cdi-weld/cdi-producers-weld/pom.xml ---------------------------------------------------------------------- diff --git a/systests/cdi/cdi-weld/cdi-producers-weld/pom.xml b/systests/cdi/cdi-weld/cdi-producers-weld/pom.xml index a626bba..28e6310 100644 --- a/systests/cdi/cdi-weld/cdi-producers-weld/pom.xml +++ b/systests/cdi/cdi-weld/cdi-producers-weld/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cxf.systests</groupId> <artifactId>cxf-systests-cdi-weld</artifactId> - <version>3.2.0-SNAPSHOT</version> + <version>3.1.12-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
