Skip to content

Commit 36d1d58

Browse files
author
Christopher Seeley
committed
Preparing release 3.7.0
1 parent ebad597 commit 36d1d58

4,961 files changed

Lines changed: 392784 additions & 377562 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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
3.7.0 - 8/15/2017
2+
-----------------
3+
AdWords:
4+
- No changes.
5+
6+
DFP:
7+
- Added support for v201708.
8+
- Removed v201611 examples.
9+
- Removed support for v201608.
10+
11+
Common:
12+
- No changes.
13+
114
3.6.0 - 8/9/2017
215
-----------------
316
AdWords:

examples/adwords_axis/pom.xml

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

2424
<groupId>com.google.api-ads.examples</groupId>
2525
<artifactId>adwords-axis-examples</artifactId>
26-
<version>3.6.0</version>
26+
<version>3.7.0</version>
2727

2828
<packaging>jar</packaging>
2929

@@ -110,12 +110,12 @@
110110
<dependency>
111111
<groupId>com.google.api-ads</groupId>
112112
<artifactId>ads-lib</artifactId>
113-
<version>3.6.0</version>
113+
<version>3.7.0</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>com.google.api-ads</groupId>
117117
<artifactId>adwords-axis</artifactId>
118-
<version>3.6.0</version>
118+
<version>3.7.0</version>
119119
</dependency>
120120

121121
<!-- Third party dependencies -->

examples/dfp_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>dfp-axis-examples</artifactId>
26-
<version>3.6.0</version>
26+
<version>3.7.0</version>
2727

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

3636
<properties>
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
38-
<smokeMainClass>dfp.axis.v201705.companyservice.GetAllCompanies</smokeMainClass>
38+
<smokeMainClass>dfp.axis.v201708.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>3.6.0</version>
89+
<version>3.7.0</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>com.google.api-ads</groupId>
9393
<artifactId>dfp-axis</artifactId>
94-
<version>3.6.0</version>
94+
<version>3.7.0</version>
9595
</dependency>
9696

9797
<!-- Third party dependencies -->

examples/dfp_axis/src/main/java/dfp/axis/v201611/activitygroupservice/UpdateActivityGroups.java

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

examples/dfp_axis/src/main/java/dfp/axis/v201611/activityservice/CreateActivities.java

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

examples/dfp_axis/src/main/java/dfp/axis/v201611/activityservice/UpdateActivities.java

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

0 commit comments

Comments
 (0)