Skip to content

Commit 18e20f9

Browse files
committed
Update examples to 0.3.2-SNAPSHOT.
Update README.md to include `mvn install` step so users can run examples that depend on the latest unreleased commits to `google-ads`. [rel-0.3.1-post]
1 parent b6cdd5f commit 18e20f9

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ This project hosts the Java client library for the Google Ads API.
3838
* `google-ads-examples`: multiple examples that demonstrate how to use
3939
the library to execute common use cases via the Google Ads API.
4040

41-
3. To run examples, you'll need to compile the `google-ads-examples` code.
41+
3. To run examples, you'll need to compile the `google-ads` and
42+
`google-ads-examples` code.
4243

4344
**If you are using an IDE...**
4445

@@ -47,6 +48,11 @@ This project hosts the Java client library for the Google Ads API.
4748

4849
**If you are using Maven from the command line...**
4950

51+
* From the `google-ads-java` directory, install the snapshot version
52+
of the library.
53+
54+
mvn install
55+
5056
* Change into the `google-ads-examples` directory.
5157

5258
cd google-ads-examples

google-ads-examples/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
<parent>
2323
<groupId>com.google.api-ads</groupId>
2424
<artifactId>google-ads-parent</artifactId>
25-
<version>0.3.1-SNAPSHOT</version>
25+
<version>0.3.2-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

2929
<modelVersion>4.0.0</modelVersion>
3030
<groupId>com.google.api-ads</groupId>
3131
<artifactId>google-ads-examples</artifactId>
3232
<packaging>jar</packaging>
33-
<version>0.3.1-SNAPSHOT</version>
33+
<version>0.3.2-SNAPSHOT</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.3.1-SNAPSHOT</version>
58+
<version>0.3.2-SNAPSHOT</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.beust</groupId>

0 commit comments

Comments
 (0)