Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 38962dab9 -> b3009df51
add logbrowser-blueprint in its parent pom's module list; and for 3.0.3-SNAPSHOT, fix the version of logbrowser-blueprint Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/b3009df5 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/b3009df5 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/b3009df5 Branch: refs/heads/3.0.x-fixes Commit: b3009df51fd78865c898a2ba53b54fb6f0362f22 Parents: 38962da Author: Akitoshi Yoshida <[email protected]> Authored: Thu Nov 13 00:17:10 2014 +0100 Committer: Akitoshi Yoshida <[email protected]> Committed: Thu Nov 13 00:21:09 2014 +0100 ---------------------------------------------------------------------- distribution/src/main/release/samples/logbrowser-blueprint/pom.xml | 2 +- distribution/src/main/release/samples/pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/b3009df5/distribution/src/main/release/samples/logbrowser-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/logbrowser-blueprint/pom.xml b/distribution/src/main/release/samples/logbrowser-blueprint/pom.xml index 2947f48..ceaa7ba 100644 --- a/distribution/src/main/release/samples/logbrowser-blueprint/pom.xml +++ b/distribution/src/main/release/samples/logbrowser-blueprint/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <build> http://git-wip-us.apache.org/repos/asf/cxf/blob/b3009df5/distribution/src/main/release/samples/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml index 3013d44..72d0176 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -89,6 +89,7 @@ <module>jms_pubsub</module> <module>jax_rs/spring_security</module> <module>logbrowser</module> + <module>logbrowser-blueprint</module> <module>ws_notification</module> <module>sts</module> <module>corba/bank</module>
