Skip to content

Commit

Permalink
Preparing release 4.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherseeley committed May 17, 2022
1 parent 7b10326 commit 4cdbfd8
Show file tree
Hide file tree
Showing 7,865 changed files with 420,676 additions and 824,783 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
4.18.0 - 05/17/2022
-------------------
AdWords:
- No changes.

Ad Manager:
- Added support for v202205.
- Removed support for v202105.
- Removed examples fo v202108.

Common:
- No changes.


4.17.0 - 02/28/2022
-------------------
AdWords:
Expand Down
8 changes: 4 additions & 4 deletions examples/admanager_axis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>com.google.api-ads.examples</groupId>
<artifactId>admanager-axis-examples</artifactId>
<version>4.17.0</version>
<version>4.18.0</version>

<packaging>jar</packaging>
<name>Ad Manager Examples using Axis</name>
Expand All @@ -35,7 +35,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<smokeMainClass>admanager.axis.v202202.companyservice.GetAllCompanies</smokeMainClass>
<smokeMainClass>admanager.axis.v202205.companyservice.GetAllCompanies</smokeMainClass>
</properties>

<build>
Expand Down Expand Up @@ -86,12 +86,12 @@
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib</artifactId>
<version>4.17.0</version>
<version>4.18.0</version>
</dependency>
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>dfp-axis</artifactId>
<version>4.17.0</version>
<version>4.18.0</version>
</dependency>

<!-- Third party dependencies -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
package admanager.axis.auth;

import com.google.api.ads.admanager.axis.factory.AdManagerServices;
import com.google.api.ads.admanager.axis.v202202.Network;
import com.google.api.ads.admanager.axis.v202202.NetworkServiceInterface;
import com.google.api.ads.admanager.axis.v202205.Network;
import com.google.api.ads.admanager.axis.v202205.NetworkServiceInterface;
import com.google.api.ads.admanager.lib.client.AdManagerSession;
import com.google.api.ads.common.lib.conf.ConfigurationLoadException;
import com.google.api.ads.common.lib.exception.ValidationException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
package admanager.axis.auth;

import com.google.api.ads.admanager.axis.factory.AdManagerServices;
import com.google.api.ads.admanager.axis.v202202.Network;
import com.google.api.ads.admanager.axis.v202202.NetworkServiceInterface;
import com.google.api.ads.admanager.axis.v202205.Network;
import com.google.api.ads.admanager.axis.v202205.NetworkServiceInterface;
import com.google.api.ads.admanager.lib.client.AdManagerSession;
import com.google.api.ads.common.lib.auth.OfflineCredentials;
import com.google.api.ads.common.lib.auth.OfflineCredentials.Api;
Expand Down

This file was deleted.

Loading

0 comments on commit 4cdbfd8

Please sign in to comment.