Skip to content

Commit ff6d255

Browse files
committed
[maven-release-plugin] prepare release 15.0.0
1 parent 75f16be commit ff6d255

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

google-ads-annotation-processing/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>14.0.1-SNAPSHOT</version>
21+
<version>15.0.0</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-annotation-processing</artifactId>
2828
<packaging>jar</packaging>
29-
<version>14.0.1-SNAPSHOT</version>
29+
<version>15.0.0</version>
3030
<name>Google Ads API client library for Java annotation processor</name>
3131
<description>
3232
Handles code generation via annotation processing for the client

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>14.0.1-SNAPSHOT</version>
21+
<version>15.0.0</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>14.0.1-SNAPSHOT</version>
29+
<version>15.0.0</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>14.0.1-SNAPSHOT</version>
54+
<version>15.0.0</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>14.0.1-SNAPSHOT</version>
21+
<version>15.0.0</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>14.0.1-SNAPSHOT</version>
29+
<version>15.0.0</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>14.0.1-SNAPSHOT</version>
54+
<version>15.0.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.google.api-ads</groupId>

google-ads/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>14.0.1-SNAPSHOT</version>
21+
<version>15.0.0</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>14.0.1-SNAPSHOT</version>
29+
<version>15.0.0</version>
3030
<name>Google Ads API client library for Java</name>
3131
<description>
3232
Google Ads API client library for Java.
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>com.google.api-ads</groupId>
7676
<artifactId>google-ads-annotation-processing</artifactId>
77-
<version>14.0.1-SNAPSHOT</version>
77+
<version>15.0.0</version>
7878
</dependency>
7979

8080
<!-- Test dependencies -->

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>14.0.1-SNAPSHOT</version>
22+
<version>15.0.0</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>15.0.0</tag>
5757
</scm>
5858

5959
<developers>

0 commit comments

Comments
 (0)