Skip to content

Commit 1bef645

Browse files
authored
cleanup: update all groupids in pom.xml (GoogleCloudPlatform#7887)
* cleanup: update pom ns * chore: update pom xml namespace information * cleanup: update all package groupIds * cleanup: revert unnecessary changes * fix: indentation * fix: region tag error * cleanup: update all package groupIds * cleanup: revert unnecessary changes * cleanup: fix groupid change * chore: remove test fail changes * chore: remove test fail changes * chore: add back pom changes
1 parent bdb6e6c commit 1bef645

170 files changed

Lines changed: 212 additions & 214 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

appengine-java11/appengine-simple-jetty-main/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.example.appengine.demo</groupId>
4+
<groupId>com.example.appengine</groupId>
55
<artifactId>simple-jetty-main</artifactId>
66
<name>simplejettymain-j11</name>
77
<version>1</version>

appengine-java11/cloudsql/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1919
<modelVersion>4.0.0</modelVersion>
2020
<packaging>war</packaging>
21-
<version>1.0-SNAPSHOT</version>
22-
<groupId>com.example.cloudsql</groupId>
21+
<groupId>com.example.appengine</groupId>
2322
<artifactId>cloudsql</artifactId>
23+
<version>1.0-SNAPSHOT</version>
2424

2525
<!--
2626
The parent pom defines common style checks and testing strategies for our samples.
@@ -46,7 +46,7 @@
4646
<!-- `java-docs-samples/appengine-java11/appengine-simple-jetty-main' -->
4747
<!-- See the README for more information -->
4848
<dependency>
49-
<groupId>com.example.appengine.demo</groupId>
49+
<groupId>com.example.appengine</groupId>
5050
<artifactId>simple-jetty-main</artifactId>
5151
<version>1</version>
5252
<scope>provided</scope>

appengine-java11/gaeinfo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Copyright 2019 Google LLC
1717
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1818
<modelVersion>4.0.0</modelVersion>
1919
<packaging>war</packaging>
20-
<version>1.0-SNAPSHOT</version>
2120
<groupId>com.example.appengine</groupId>
2221
<artifactId>appengine-gaeinfo-j11</artifactId>
22+
<version>1.0-SNAPSHOT</version>
2323

2424
<!--
2525
The parent pom defines common style checks and testing strategies for our samples.
@@ -56,7 +56,7 @@ Copyright 2019 Google LLC
5656
<!-- `java-docs-samples/appengine-java11/appengine-simple-jetty-main' -->
5757
<!-- See the README for more information -->
5858
<dependency>
59-
<groupId>com.example.appengine.demo</groupId>
59+
<groupId>com.example.appengine</groupId>
6060
<artifactId>simple-jetty-main</artifactId>
6161
<version>1</version>
6262
<scope>provided</scope>

appengine-java11/sparkjava-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1919
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2020
<modelVersion>4.0.0</modelVersion>
21-
<groupId>com.example.appengine.sparkdemo</groupId>
21+
<groupId>com.example.appengine</groupId>
2222
<artifactId>sparkjava-helloworld</artifactId>
2323
<version>1.0</version>
2424

appengine-java8/bigtable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<packaging>war</packaging>
2121
<version>0.1-SNAPSHOT</version>
2222

23-
<groupId>com.example.google.cloud.bigtable</groupId>
23+
<groupId>com.example.appengine</groupId>
2424
<artifactId>bigtable-hello-j8</artifactId>
2525

2626
<!--

appengine-java8/datastore-schedule-export/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<packaging>war</packaging>
7+
<groupId>com.example.appengine</groupId>
8+
<artifactId>datastore-schedule-export</artifactId>
79
<version>1.0-SNAPSHOT</version>
810

9-
<groupId>com.example.datastore</groupId>
10-
<artifactId>schedule-export</artifactId>
11-
1211
<parent>
1312
<groupId>com.google.cloud.samples</groupId>
1413
<artifactId>shared-configuration</artifactId>

appengine-java8/endpoints-v2-backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<packaging>war</packaging>
2020
<version>1.0-SNAPSHOT</version>
2121

22-
<groupId>com.example.echo</groupId>
22+
<groupId>com.example.appengine</groupId>
2323
<artifactId>echo-j8</artifactId>
2424

2525
<!--

appengine-java8/endpoints-v2-guice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<packaging>war</packaging>
2121
<version>1.0-SNAPSHOT</version>
2222

23-
<groupId>com.example.echo</groupId>
23+
<groupId>com.example.appengine</groupId>
2424
<artifactId>echo-guice-j8</artifactId>
2525

2626
<!--

appengine-java8/endpoints-v2-migration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
<packaging>war</packaging>
2020
<version>1.0-SNAPSHOT</version>
2121

22-
<groupId>com.example.helloendpoints</groupId>
22+
<groupId>com.example.appengine</groupId>
2323
<artifactId>helloendpoints-j8</artifactId>
2424

2525
<!--

appengine-java8/endpoints-v2-skeleton/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
<modelVersion>4.0.0</modelVersion>
1919
<packaging>war</packaging>
2020
<version>1.0-SNAPSHOT</version>
21-
<groupId>com.example.skeleton</groupId>
21+
<groupId>com.example.appengine</groupId>
2222
<artifactId>endpoints-j8-skeleton</artifactId>
2323

2424
<!--

0 commit comments

Comments
 (0)