Skip to content

Commit dece03a

Browse files
authored
Remove parent Google Cloud project (#12)
1 parent 1cca6af commit dece03a

2 files changed

Lines changed: 2 additions & 20 deletions

File tree

google-analytics-admin/pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.analytics</groupId>
55
<artifactId>analytics-admin-samples</artifactId>
6+
<version>1.3.0</version>
67
<packaging>jar</packaging>
78
<name>Google Analytics Admin Samples</name>
89
<url>https://github.com/googleanalytics/java-docs-samples</url>
@@ -13,16 +14,6 @@
1314
</license>
1415
</licenses>
1516

16-
<!--
17-
The parent pom defines common style checks and testing strategies for our samples.
18-
Removing or replacing it should not affect the execution of the samples in anyway.
19-
-->
20-
<parent>
21-
<groupId>com.google.cloud.samples</groupId>
22-
<artifactId>shared-configuration</artifactId>
23-
<version>1.2.0</version>
24-
</parent>
25-
2617
<properties>
2718
<maven.compiler.target>1.8</maven.compiler.target>
2819
<maven.compiler.source>1.8</maven.compiler.source>

google-analytics-data/pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.analytics</groupId>
55
<artifactId>analytics-data-samples</artifactId>
6+
<version>1.3.0</version>
67
<packaging>jar</packaging>
78
<name>Google Analytics Data Samples</name>
89
<url>https://github.com/googleanalytics/java-docs-samples</url>
@@ -13,16 +14,6 @@
1314
</license>
1415
</licenses>
1516

16-
<!--
17-
The parent pom defines common style checks and testing strategies for our samples.
18-
Removing or replacing it should not affect the execution of the samples in anyway.
19-
-->
20-
<parent>
21-
<groupId>com.google.cloud.samples</groupId>
22-
<artifactId>shared-configuration</artifactId>
23-
<version>1.2.0</version>
24-
</parent>
25-
2617
<properties>
2718
<maven.compiler.target>1.8</maven.compiler.target>
2819
<maven.compiler.source>1.8</maven.compiler.source>

0 commit comments

Comments
 (0)