Skip to content

Commit 17221bd

Browse files
Preparing release 4.10.0
1 parent 7647e0a commit 17221bd

5,047 files changed

Lines changed: 358834 additions & 426376 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.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
4.10.0 - 05/14/2020
2+
------------------
3+
AdWords
4+
- No changes.
5+
6+
Ad Manager:
7+
- Added support for v202005.
8+
- Removed support for v201905.
9+
- Removed examples for v201908.
10+
11+
Common
12+
- No changes.
13+
114
4.9.1 - 02/20/2020
215
------------------
316
AdWords

examples/admanager_axis/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>com.google.api-ads.examples</groupId>
2525
<artifactId>admanager-axis-examples</artifactId>
26-
<version>4.9.1</version>
26+
<version>4.10.0</version>
2727

2828
<packaging>jar</packaging>
2929
<name>Ad Manager Examples using Axis</name>
@@ -35,7 +35,7 @@
3535

3636
<properties>
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
38-
<smokeMainClass>admanager.axis.v202002.companyservice.GetAllCompanies</smokeMainClass>
38+
<smokeMainClass>admanager.axis.v202005.companyservice.GetAllCompanies</smokeMainClass>
3939
</properties>
4040

4141
<build>
@@ -86,12 +86,12 @@
8686
<dependency>
8787
<groupId>com.google.api-ads</groupId>
8888
<artifactId>ads-lib</artifactId>
89-
<version>4.9.1</version>
89+
<version>4.10.0</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>com.google.api-ads</groupId>
9393
<artifactId>dfp-axis</artifactId>
94-
<version>4.9.1</version>
94+
<version>4.10.0</version>
9595
</dependency>
9696

9797
<!-- Third party dependencies -->

examples/admanager_axis/src/main/java/admanager/axis/v201908/adjustmentservice/CreateTrafficAdjustments.java

Lines changed: 0 additions & 237 deletions
This file was deleted.

0 commit comments

Comments
 (0)