From bf4cc03a004b19595af4de097097c72dcf94f01b Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Tue, 21 Jul 2020 19:18:19 -0700 Subject: [PATCH] samples: clean up samples pom.xml files (#179) * samples: clean up samples pom.xml files Skip showing the bom installation method until we add google-cloud-game-services to libraries-bom * samples: fix version in install without bom until this version is released --- samples/install-without-bom/pom.xml | 12 ++++++------ samples/pom.xml | 4 ++-- samples/snapshot/pom.xml | 12 ++++++------ samples/snippets/pom.xml | 12 +++++------- 4 files changed, 19 insertions(+), 21 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index f4d08d83..b449578d 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -2,10 +2,10 @@ 4.0.0 com.google.cloud - gameservices-install-without-bom + game-servers-install-without-bom jar Google Cloud Gaming Install Without Bom - https://github.com/googleapis/java-gameservices + https://github.com/googleapis/java-game-servers + com.google.cloud - google-cloud-gameservices - 0.19.1 + google-cloud-game-servers + 0.19.2-SNAPSHOT - + junit diff --git a/samples/pom.xml b/samples/pom.xml index 2ef520c1..dc594ee8 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -2,11 +2,11 @@ 4.0.0 com.google.cloud - google-cloud-gameservices-samples + google-cloud-game-servers-samples 0.0.1-SNAPSHOT pom Google Cloud Gaming Samples Parent - https://github.com/googleapis/java-gameservices + https://github.com/googleapis/java-game-servers Java idiomatic client for Google Cloud Platform services. diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 8bdb9db9..b7da0584 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -2,10 +2,10 @@ 4.0.0 com.google.cloud - gameservices-snapshot + game-servers-snapshot jar Google Cloud Gaming Snapshot Samples - https://github.com/googleapis/java-gameservices + https://github.com/googleapis/java-game-servers + com.google.cloud - google-cloud-gameservices - 0.19.1 + google-cloud-game-servers + 0.19.2-SNAPSHOT + junit @@ -44,7 +45,6 @@ test - diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 7adda248..0ed1adef 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -2,10 +2,10 @@ 4.0.0 com.google.cloud - gameservices-snippets + game-servers-snippets jar Google Cloud Gaming Snippets - https://github.com/googleapis/java-gameservices + https://github.com/googleapis/java-game-servers @@ -38,12 +36,12 @@ + com.google.cloud - google-cloud-gameservices + google-cloud-game-servers + 0.19.2-SNAPSHOT - - junit junit