Skip to content

Commit ed00e66

Browse files
authored
Revert changes from mvn release (#312)
Commits to be reverted 4ff0255 [maven-release-plugin] prepare for next development iteration 0c970a3 [maven-release-plugin] prepare release 7.0.0
1 parent 4ff0255 commit ed00e66

5 files changed

Lines changed: 11 additions & 11 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>7.0.1-SNAPSHOT</version>
21+
<version>6.0.1-SNAPSHOT</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>7.0.1-SNAPSHOT</version>
29+
<version>6.0.1-SNAPSHOT</version>
3030
<name>Google Ads API client library for Java annotation processor</name>
3131
<description>
3232
Handles code generation for with annotation processing for the client libraries for Java.

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>7.0.1-SNAPSHOT</version>
21+
<version>6.0.1-SNAPSHOT</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>7.0.1-SNAPSHOT</version>
29+
<version>6.0.1-SNAPSHOT</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>7.0.1-SNAPSHOT</version>
54+
<version>6.0.1-SNAPSHOT</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>7.0.1-SNAPSHOT</version>
21+
<version>6.0.1-SNAPSHOT</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>7.0.1-SNAPSHOT</version>
29+
<version>6.0.1-SNAPSHOT</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>7.0.1-SNAPSHOT</version>
54+
<version>6.0.1-SNAPSHOT</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
@@ -26,7 +26,7 @@
2626
<groupId>com.google.api-ads</groupId>
2727
<artifactId>google-ads</artifactId>
2828
<packaging>jar</packaging>
29-
<version>7.0.1-SNAPSHOT</version>
29+
<version>6.0.1-SNAPSHOT</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>7.0.1-SNAPSHOT</version>
77+
<version>6.0.1-SNAPSHOT</version>
7878
</dependency>
7979

8080
<!-- Test dependencies -->

pom.xml

Lines changed: 1 addition & 1 deletion
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>7.0.1-SNAPSHOT</version>
22+
<version>6.0.1-SNAPSHOT</version>
2323

2424
<packaging>pom</packaging>
2525
<name>Google Ads API client library for Java project</name>

0 commit comments

Comments
 (0)