Skip to content

Commit a69a97a

Browse files
authored
Correct POM versions for 0.3.0 release. (#14)
1 parent 1518db6 commit a69a97a

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.3.0 - 2018-06-18
2+
------------------
3+
4+
Added support and examples for Google Ads API v0_2.
5+
6+
- Added PercentCpc bidding strategy.
7+
- Updated Hotel Ads example to use PercentCpc.
8+
19
0.2.0 - 2018-06-07
210
------------------
311

google-ads-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.google.api-ads</groupId>
5757
<artifactId>google-ads</artifactId>
58-
<version>0.2.1-SNAPSHOT</version>
58+
<version>0.3.0-SNAPSHOT</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.beust</groupId>

google-ads/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
<parent>
2222
<groupId>com.google.api-ads</groupId>
2323
<artifactId>google-ads-parent</artifactId>
24-
<version>0.2.2-SNAPSHOT</version>
24+
<version>0.3.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>
2929
<groupId>com.google.api-ads</groupId>
3030
<artifactId>google-ads</artifactId>
3131
<packaging>jar</packaging>
32-
<version>0.2.2-SNAPSHOT</version>
32+
<version>0.3.0-SNAPSHOT</version>
3333
<name>Google Ads API client library for Java</name>
3434
<description>
3535
Google Ads API client library for Java.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>com.google.api-ads</groupId>
2424
<artifactId>google-ads-parent</artifactId>
25-
<version>0.2.2-SNAPSHOT</version>
25+
<version>0.3.0-SNAPSHOT</version>
2626

2727
<packaging>pom</packaging>
2828
<name>Google Ads API client library for Java project</name>

0 commit comments

Comments
 (0)