Skip to content

Commit 3c21569

Browse files
committed
[maven-release-plugin] prepare release 4.4.1
1 parent 4f058c7 commit 3c21569

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

google-ads-examples/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
<parent>
1919
<groupId>com.google.api-ads</groupId>
2020
<artifactId>google-ads-parent</artifactId>
21-
<version>4.4.1-SNAPSHOT</version>
21+
<version>4.4.1</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>
2626
<groupId>com.google.api-ads</groupId>
2727
<artifactId>google-ads-examples</artifactId>
2828
<packaging>jar</packaging>
29-
<version>4.4.1-SNAPSHOT</version>
29+
<version>4.4.1</version>
3030
<name>Google Ads API client library for Java examples</name>
3131
<description>
3232
Examples demonstrating the Google Ads API client library for Java.
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.google.api-ads</groupId>
5353
<artifactId>google-ads</artifactId>
54-
<version>4.4.1-SNAPSHOT</version>
54+
<version>4.4.1</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.beust</groupId>

google-ads-migration-examples/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
<parent>
1919
<groupId>com.google.api-ads</groupId>
2020
<artifactId>google-ads-parent</artifactId>
21-
<version>4.4.1-SNAPSHOT</version>
21+
<version>4.4.1</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>
2626
<groupId>com.google.api-ads</groupId>
2727
<artifactId>google-ads-migration-examples</artifactId>
2828
<packaging>jar</packaging>
29-
<version>4.4.1-SNAPSHOT</version>
29+
<version>4.4.1</version>
3030
<name>Google Ads API client library for Java migration examples</name>
3131
<description>
3232
Examples demonstrating a migration from the Google AdWords API to the Google Ads API using the client libraries for Java.
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.google.api-ads</groupId>
5353
<artifactId>google-ads</artifactId>
54-
<version>4.4.1-SNAPSHOT</version>
54+
<version>4.4.1</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.google.api-ads</groupId>

google-ads/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
<parent>
1919
<groupId>com.google.api-ads</groupId>
2020
<artifactId>google-ads-parent</artifactId>
21-
<version>4.4.1-SNAPSHOT</version>
21+
<version>4.4.1</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>
2626
<groupId>com.google.api-ads</groupId>
2727
<artifactId>google-ads</artifactId>
2828
<packaging>jar</packaging>
29-
<version>4.4.1-SNAPSHOT</version>
29+
<version>4.4.1</version>
3030
<name>Google Ads API client library for Java</name>
3131
<description>
3232
Google Ads API client library for Java.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>com.google.api-ads</groupId>
2121
<artifactId>google-ads-parent</artifactId>
22-
<version>4.4.1-SNAPSHOT</version>
22+
<version>4.4.1</version>
2323

2424
<packaging>pom</packaging>
2525
<name>Google Ads API client library for Java project</name>
@@ -53,7 +53,7 @@
5353
<url>
5454
https://github.com/googleads/google-ads-java
5555
</url>
56-
<tag>HEAD</tag>
56+
<tag>4.4.1</tag>
5757
</scm>
5858

5959
<developers>

0 commit comments

Comments
 (0)