Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devchas committed Jul 7, 2021
1 parent 7a002e5 commit 8020444
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions google-ads-annotation-processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-parent</artifactId>
<version>13.0.1-SNAPSHOT</version>
<version>14.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-annotation-processing</artifactId>
<packaging>jar</packaging>
<version>13.0.1-SNAPSHOT</version>
<version>14.0.0</version>
<name>Google Ads API client library for Java annotation processor</name>
<description>
Handles code generation via annotation processing for the client
Expand Down
6 changes: 3 additions & 3 deletions google-ads-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-parent</artifactId>
<version>13.0.1-SNAPSHOT</version>
<version>14.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-examples</artifactId>
<packaging>jar</packaging>
<version>13.0.1-SNAPSHOT</version>
<version>14.0.0</version>
<name>Google Ads API client library for Java examples</name>
<description>
Examples demonstrating the Google Ads API client library for Java.
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads</artifactId>
<version>13.0.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>
<dependency>
<groupId>com.beust</groupId>
Expand Down
6 changes: 3 additions & 3 deletions google-ads-migration-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-parent</artifactId>
<version>13.0.1-SNAPSHOT</version>
<version>14.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-migration-examples</artifactId>
<packaging>jar</packaging>
<version>13.0.1-SNAPSHOT</version>
<version>14.0.0</version>
<name>Google Ads API client library for Java migration examples</name>
<description>
Examples demonstrating a migration from the Google AdWords API to the Google Ads API using the client libraries for Java.
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads</artifactId>
<version>13.0.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>
<dependency>
<groupId>com.google.api-ads</groupId>
Expand Down
6 changes: 3 additions & 3 deletions google-ads/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-parent</artifactId>
<version>13.0.1-SNAPSHOT</version>
<version>14.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads</artifactId>
<packaging>jar</packaging>
<version>13.0.1-SNAPSHOT</version>
<version>14.0.0</version>
<name>Google Ads API client library for Java</name>
<description>
Google Ads API client library for Java.
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-annotation-processing</artifactId>
<version>13.0.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<!-- Test dependencies -->
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-parent</artifactId>
<version>13.0.1-SNAPSHOT</version>
<version>14.0.0</version>

<packaging>pom</packaging>
<name>Google Ads API client library for Java project</name>
Expand Down Expand Up @@ -53,7 +53,7 @@
<url>
https://github.com/googleads/google-ads-java
</url>
<tag>HEAD</tag>
<tag>14.0.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit 8020444

Please sign in to comment.