Skip to content

Commit 5deb678

Browse files
authored
Modify example pom and change log for release 0.1.0.
1 parent 155c22e commit 5deb678

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
0.1.0 - 2018-04-23
2+
------------------
3+
4+
Initial release for Google Ads API v0.
5+

google-ads-examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<groupId>com.google.api-ads</groupId>
3131
<artifactId>google-ads-examples</artifactId>
3232
<packaging>jar</packaging>
33-
<version>0.1.0-SNAPSHOT</version>
33+
<version>0.1.0</version>
3434
<name>Google Ads API client library for Java examples</name>
3535
<description>
3636
Examples demonstrating the Google Ads API client library for Java.
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.google.api-ads</groupId>
5757
<artifactId>google-ads</artifactId>
58-
<version>0.1.0-SNAPSHOT</version>
58+
<version>0.1.0</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.beust</groupId>

0 commit comments

Comments
 (0)