Skip to content

Commit cdc66e3

Browse files
committed
[maven-release-plugin] prepare release 11.0.0
1 parent b2ee5ce commit cdc66e3

5 files changed

Lines changed: 14 additions & 16 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>10.1.1-SNAPSHOT</version>
21+
<version>11.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>10.1.1-SNAPSHOT</version>
29+
<version>11.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>10.1.1-SNAPSHOT</version>
21+
<version>11.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>10.1.1-SNAPSHOT</version>
29+
<version>11.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>10.1.1-SNAPSHOT</version>
54+
<version>11.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>10.1.1-SNAPSHOT</version>
21+
<version>11.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>10.1.1-SNAPSHOT</version>
29+
<version>11.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>10.1.1-SNAPSHOT</version>
54+
<version>11.0.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.google.api-ads</groupId>

google-ads/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,20 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
-->
16-
<project xmlns="http://maven.apache.org/POM/4.0.0"
17-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
16+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1917

2018
<parent>
2119
<groupId>com.google.api-ads</groupId>
2220
<artifactId>google-ads-parent</artifactId>
23-
<version>10.1.1-SNAPSHOT</version>
21+
<version>11.0.0</version>
2422
<relativePath>../pom.xml</relativePath>
2523
</parent>
2624

2725
<modelVersion>4.0.0</modelVersion>
2826
<groupId>com.google.api-ads</groupId>
2927
<artifactId>google-ads</artifactId>
3028
<packaging>jar</packaging>
31-
<version>10.1.1-SNAPSHOT</version>
29+
<version>11.0.0</version>
3230
<name>Google Ads API client library for Java</name>
3331
<description>
3432
Google Ads API client library for Java.
@@ -76,7 +74,7 @@
7674
<dependency>
7775
<groupId>com.google.api-ads</groupId>
7876
<artifactId>google-ads-annotation-processing</artifactId>
79-
<version>10.1.1-SNAPSHOT</version>
77+
<version>11.0.0</version>
8078
</dependency>
8179

8280
<!-- 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>10.1.1-SNAPSHOT</version>
22+
<version>11.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>11.0.0</tag>
5757
</scm>
5858

5959
<developers>

0 commit comments

Comments
 (0)