Skip to content

Commit

Permalink
Modify pom versions and change log for release 0.2.0. (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jradcliff authored Jun 7, 2018
1 parent c261dc3 commit 7e8a2e7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.2.0 - 2018-06-07
------------------

Added support and examples for Google Ads API v0_1.

- Added support for Hotel Ads and Recommendations.
- Added AddHotelAd and AddHotelAdGroupBidModifiers examples.
- Added examples for the new `RecommendationService`.

0.1.0 - 2018-04-23
------------------

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 @@ -22,15 +22,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-parent</artifactId>
<version>0.1.0</version>
<version>0.2.0</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>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
<name>Google Ads API client library for Java examples</name>
<description>
Examples demonstrating the Google Ads API client library for Java.
Expand All @@ -55,7 +55,7 @@
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>com.beust</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 @@ -21,15 +21,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads</artifactId>
<packaging>jar</packaging>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
<name>Google Ads API client library for Java</name>
<description>
Google Ads API client library for Java.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>

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

0 comments on commit 7e8a2e7

Please sign in to comment.