Repository: olingo-odata4 Updated Branches: refs/heads/master 89d134e62 -> 431938c1e
[OLINGO-694] Changed final build name Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/93999d51 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/93999d51 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/93999d51 Branch: refs/heads/master Commit: 93999d510ea8fac1bd4d7d94ad2be1d2e7175592 Parents: 89d134e Author: Michael Bolz <[email protected]> Authored: Fri Jun 19 06:46:01 2015 +0200 Committer: Michael Bolz <[email protected]> Committed: Fri Jun 19 06:46:01 2015 +0200 ---------------------------------------------------------------------- samples/tutorials/p1_read/pom.xml | 4 ++++ samples/tutorials/p2_readep/pom.xml | 4 ++++ samples/tutorials/p3_write/pom.xml | 4 ++++ 3 files changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/93999d51/samples/tutorials/p1_read/pom.xml ---------------------------------------------------------------------- diff --git a/samples/tutorials/p1_read/pom.xml b/samples/tutorials/p1_read/pom.xml index bcae4ef..7f212c5 100755 --- a/samples/tutorials/p1_read/pom.xml +++ b/samples/tutorials/p1_read/pom.xml @@ -29,6 +29,10 @@ <name>${project.artifactId}-Webapp</name> + <build> + <finalName>DemoService</finalName> + </build> + <properties> <javax.version>2.5</javax.version> <odata.version>4.0.0-beta-03</odata.version> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/93999d51/samples/tutorials/p2_readep/pom.xml ---------------------------------------------------------------------- diff --git a/samples/tutorials/p2_readep/pom.xml b/samples/tutorials/p2_readep/pom.xml index abe0601..9a47d1c 100755 --- a/samples/tutorials/p2_readep/pom.xml +++ b/samples/tutorials/p2_readep/pom.xml @@ -29,6 +29,10 @@ <name>${project.artifactId}-Webapp</name> + <build> + <finalName>DemoService</finalName> + </build> + <properties> <javax.version>2.5</javax.version> <odata.version>4.0.0-beta-03</odata.version> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/93999d51/samples/tutorials/p3_write/pom.xml ---------------------------------------------------------------------- diff --git a/samples/tutorials/p3_write/pom.xml b/samples/tutorials/p3_write/pom.xml index 4511a6f..dc9ba69 100755 --- a/samples/tutorials/p3_write/pom.xml +++ b/samples/tutorials/p3_write/pom.xml @@ -29,6 +29,10 @@ <name>${project.artifactId}-Webapp</name> + <build> + <finalName>DemoService</finalName> + </build> + <properties> <javax.version>2.5</javax.version> <odata.version>4.0.0-beta-03</odata.version>
