Skip to content

Commit

Permalink
Preparing release 3.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Seeley committed May 30, 2018
1 parent de74cc2 commit aa03eb6
Show file tree
Hide file tree
Showing 56 changed files with 2,686 additions and 1,521 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
3.14.2 - 05/30/2018
-----------------
AdWords:
- No changes.

DFP:
- Regenerated v201805 service stubs to fix potential unmarshalling error.

Common:
- No changes.

3.14.1 - 05/23/2018
-----------------
AdWords:
Expand Down
6 changes: 3 additions & 3 deletions examples/adwords_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>adwords-axis-examples</artifactId>
<version>3.14.1</version>
<version>3.14.2</version>

<packaging>jar</packaging>

Expand Down Expand Up @@ -110,12 +110,12 @@
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib</artifactId>
<version>3.14.1</version>
<version>3.14.2</version>
</dependency>
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>adwords-axis</artifactId>
<version>3.14.1</version>
<version>3.14.2</version>
</dependency>

<!-- Third party dependencies -->
Expand Down
6 changes: 3 additions & 3 deletions examples/dfp_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>dfp-axis-examples</artifactId>
<version>3.14.1</version>
<version>3.14.2</version>

<packaging>jar</packaging>
<name>DFP Examples using Axis</name>
Expand Down Expand Up @@ -86,12 +86,12 @@
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib</artifactId>
<version>3.14.1</version>
<version>3.14.2</version>
</dependency>
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>dfp-axis</artifactId>
<version>3.14.1</version>
<version>3.14.2</version>
</dependency>

<!-- Third party dependencies -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lib.name=Common-Java
lib.version=3.14.1
lib.version=3.14.2
# Options are:
# internal: not deployed
# maven: deployed by maven
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
product.framework.name=AdWords-AppEngine
product.framework.version=3.14.1
product.framework.version=3.14.2
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
public class UserAgentCombinerTest {

private static final String USER_AGENT =
"userAgent (AwApi-Java, AdWords-AppEngine/3.14.1, Common-Java/3.14.1,"
"userAgent (AwApi-Java, AdWords-AppEngine/3.14.2, Common-Java/3.14.2,"
+ " JAX-WS/Unknown, Java/" + System.getProperty("java.version") + ", maven)";

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/#API_VERSION#">
<clientCustomerId xmlns="https://adwords.google.com/api/adwords/cm/#API_VERSION#">TEST_CLIENT_CUSTOMER_ID</clientCustomerId>
<developerToken xmlns="https://adwords.google.com/api/adwords/cm/#API_VERSION#">TEST_DEVELOPER_TOKEN</developerToken>
<userAgent xmlns="https://adwords.google.com/api/adwords/cm/#API_VERSION#">TEST_APP (AwApi-Java, AdWords-AppEngine/3.14.1, Common-Java/3.14.1, JAX-WS/Unknown, Java/#JAVA_VERSION#, maven)</userAgent>
<userAgent xmlns="https://adwords.google.com/api/adwords/cm/#API_VERSION#">TEST_APP (AwApi-Java, AdWords-AppEngine/3.14.2, Common-Java/3.14.2, JAX-WS/Unknown, Java/#JAVA_VERSION#, maven)</userAgent>
</RequestHeader>
</S:Header>
<S:Body>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
product.framework.name=AdWords-Axis
product.framework.version=3.14.1
product.framework.version=3.14.2
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
public class UserAgentCombinerTest {

private static final String USER_AGENT =
"userAgent (AwApi-Java, AdWords-Axis/3.14.1, Common-Java/3.14.1, Axis/1.4, Java/"
"userAgent (AwApi-Java, AdWords-Axis/3.14.2, Common-Java/3.14.2, Axis/1.4, Java/"
+ System.getProperty("java.version") + ", maven)";

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ns1:RequestHeader soapenv:mustUnderstand="0" xmlns:ns1="https://adwords.google.com/api/adwords/cm/#API_VERSION#">
<ns1:clientCustomerId>TEST_CLIENT_CUSTOMER_ID</ns1:clientCustomerId>
<ns1:developerToken>TEST_DEVELOPER_TOKEN</ns1:developerToken>
<ns1:userAgent>TEST_APP (AwApi-Java, AdWords-Axis/3.14.1, Common-Java/3.14.1, Axis/1.4, Java/#JAVA_VERSION#, maven)</ns1:userAgent>
<ns1:userAgent>TEST_APP (AwApi-Java, AdWords-Axis/3.14.2, Common-Java/3.14.2, Axis/1.4, Java/#JAVA_VERSION#, maven)</ns1:userAgent>
<ns1:validateOnly>false</ns1:validateOnly>
<ns1:partialFailure>false</ns1:partialFailure>
</ns1:RequestHeader>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
product.framework.name=Dfp-AppEngine
product.framework.version=3.14.1
product.framework.version=3.14.2
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
ProposalLineItemActionError.class,
CompanyCreditStatusError.class,
ContactError.class,
ContentFilterError.class,
QuotaError.class,
WorkflowActionError.class,
CreativeWrapperError.class,
Expand Down
Loading

0 comments on commit aa03eb6

Please sign in to comment.