Skip to content

Commit

Permalink
Remove parent Google Cloud project (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jradcliff committed May 23, 2024
1 parent 1cca6af commit dece03a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
11 changes: 1 addition & 10 deletions google-analytics-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.analytics</groupId>
<artifactId>analytics-admin-samples</artifactId>
<version>1.3.0</version>
<packaging>jar</packaging>
<name>Google Analytics Admin Samples</name>
<url>https://github.com/googleanalytics/java-docs-samples</url>
Expand All @@ -13,16 +14,6 @@
</license>
</licenses>

<!--
The parent pom defines common style checks and testing strategies for our samples.
Removing or replacing it should not affect the execution of the samples in anyway.
-->
<parent>
<groupId>com.google.cloud.samples</groupId>
<artifactId>shared-configuration</artifactId>
<version>1.2.0</version>
</parent>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
11 changes: 1 addition & 10 deletions google-analytics-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.analytics</groupId>
<artifactId>analytics-data-samples</artifactId>
<version>1.3.0</version>
<packaging>jar</packaging>
<name>Google Analytics Data Samples</name>
<url>https://github.com/googleanalytics/java-docs-samples</url>
Expand All @@ -13,16 +14,6 @@
</license>
</licenses>

<!--
The parent pom defines common style checks and testing strategies for our samples.
Removing or replacing it should not affect the execution of the samples in anyway.
-->
<parent>
<groupId>com.google.cloud.samples</groupId>
<artifactId>shared-configuration</artifactId>
<version>1.2.0</version>
</parent>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit dece03a

Please sign in to comment.