Repository: cxf-build-utils Updated Branches: refs/heads/master c1059f777 -> 5e40ec55f
Fixing versions Project: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/commit/5e40ec55 Tree: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/tree/5e40ec55 Diff: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/diff/5e40ec55 Branch: refs/heads/master Commit: 5e40ec55f52a6e7322dae21e0ab47ba26b540c06 Parents: c1059f7 Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Mar 15 10:35:20 2016 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Mar 15 10:35:20 2016 +0100 ---------------------------------------------------------------------- buildtools/pom.xml | 2 +- xml2fastinfoset-plugin/pom.xml | 4 ++-- xml2fastinfoset-test/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/5e40ec55/buildtools/pom.xml ---------------------------------------------------------------------- diff --git a/buildtools/pom.xml b/buildtools/pom.xml index 10665d6..92af08b 100644 --- a/buildtools/pom.xml +++ b/buildtools/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.cxf.build-utils</groupId> <artifactId>cxf-build-utils</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/5e40ec55/xml2fastinfoset-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/xml2fastinfoset-plugin/pom.xml b/xml2fastinfoset-plugin/pom.xml index f40aa6d..d838cb8 100644 --- a/xml2fastinfoset-plugin/pom.xml +++ b/xml2fastinfoset-plugin/pom.xml @@ -21,8 +21,8 @@ <parent> <groupId>org.apache.cxf.build-utils</groupId> <artifactId>cxf-build-utils</artifactId> - <version>3.2.1-SNAPSHOT</version> - </parent> + <version>3.2.0-SNAPSHOT</version> + </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/5e40ec55/xml2fastinfoset-test/pom.xml ---------------------------------------------------------------------- diff --git a/xml2fastinfoset-test/pom.xml b/xml2fastinfoset-test/pom.xml index ba6b497..53afc11 100644 --- a/xml2fastinfoset-test/pom.xml +++ b/xml2fastinfoset-test/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cxf.build-utils</groupId> <artifactId>cxf-build-utils</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
