Skip to content

Commit 75881d8

Browse files
authored
Update example project version and dependencies to 0.4.1-SNAPSHOT (#32)
1 parent 3654fe0 commit 75881d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.3-SNAPSHOT</version>
25+
<version>0.4.1-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.3-SNAPSHOT</version>
33+
<version>0.4.1-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.3-SNAPSHOT</version>
58+
<version>0.4.1-SNAPSHOT</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.beust</groupId>

0 commit comments

Comments
 (0)