Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions google-ads-annotation-processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-parent</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>6.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-annotation-processing</artifactId>
<packaging>jar</packaging>
<version>7.0.1-SNAPSHOT</version>
<version>6.0.1-SNAPSHOT</version>
<name>Google Ads API client library for Java annotation processor</name>
<description>
Handles code generation for with annotation processing for the client libraries for Java.
Expand Down
6 changes: 3 additions & 3 deletions google-ads-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-parent</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>6.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-examples</artifactId>
<packaging>jar</packaging>
<version>7.0.1-SNAPSHOT</version>
<version>6.0.1-SNAPSHOT</version>
<name>Google Ads API client library for Java examples</name>
<description>
Examples demonstrating the Google Ads API client library for Java.
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>6.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.beust</groupId>
Expand Down
6 changes: 3 additions & 3 deletions google-ads-migration-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-parent</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>6.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-migration-examples</artifactId>
<packaging>jar</packaging>
<version>7.0.1-SNAPSHOT</version>
<version>6.0.1-SNAPSHOT</version>
<name>Google Ads API client library for Java migration examples</name>
<description>
Examples demonstrating a migration from the Google AdWords API to the Google Ads API using the client libraries for Java.
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>6.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.api-ads</groupId>
Expand Down
4 changes: 2 additions & 2 deletions google-ads/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads</artifactId>
<packaging>jar</packaging>
<version>7.0.1-SNAPSHOT</version>
<version>6.0.1-SNAPSHOT</version>
<name>Google Ads API client library for Java</name>
<description>
Google Ads API client library for Java.
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-annotation-processing</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>6.0.1-SNAPSHOT</version>
</dependency>

<!-- Test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-parent</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>6.0.1-SNAPSHOT</version>

<packaging>pom</packaging>
<name>Google Ads API client library for Java project</name>
Expand Down