File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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.
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 >
You can’t perform that action at this time.
0 commit comments