Skip to content

Commit 34eb75c

Browse files
committed
Revert "[maven-release-plugin] prepare release 0.7.1"
This reverts commit eff8e26.
1 parent 94e3f4c commit 34eb75c

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

google-ads-examples/pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,22 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
-->
19-
<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">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0"
20+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2022

2123
<parent>
2224
<groupId>com.google.api-ads</groupId>
2325
<artifactId>google-ads-parent</artifactId>
24-
<version>0.7.1</version>
26+
<version>0.7.1-SNAPSHOT</version>
2527
<relativePath>../pom.xml</relativePath>
2628
</parent>
2729

2830
<modelVersion>4.0.0</modelVersion>
2931
<groupId>com.google.api-ads</groupId>
3032
<artifactId>google-ads-examples</artifactId>
3133
<packaging>jar</packaging>
32-
<version>0.7.1</version>
34+
<version>0.7.1-SNAPSHOT</version>
3335
<name>Google Ads API client library for Java examples</name>
3436
<description>
3537
Examples demonstrating the Google Ads API client library for Java.
@@ -62,7 +64,7 @@
6264
<dependency>
6365
<groupId>com.google.api-ads</groupId>
6466
<artifactId>google-ads</artifactId>
65-
<version>0.7.1</version>
67+
<version>0.7.1-SNAPSHOT</version>
6668
</dependency>
6769
<dependency>
6870
<groupId>com.beust</groupId>

google-ads/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
<parent>
2222
<groupId>com.google.api-ads</groupId>
2323
<artifactId>google-ads-parent</artifactId>
24-
<version>0.7.1</version>
24+
<version>0.7.1-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>
2929
<groupId>com.google.api-ads</groupId>
3030
<artifactId>google-ads</artifactId>
3131
<packaging>jar</packaging>
32-
<version>0.7.1</version>
32+
<version>0.7.1-SNAPSHOT</version>
3333
<name>Google Ads API client library for Java</name>
3434
<description>
3535
Google Ads API client library for Java.

pom.xml

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

2323
<groupId>com.google.api-ads</groupId>
2424
<artifactId>google-ads-parent</artifactId>
25-
<version>0.7.1</version>
25+
<version>0.7.1-SNAPSHOT</version>
2626

2727
<packaging>pom</packaging>
2828
<name>Google Ads API client library for Java project</name>
@@ -56,7 +56,7 @@
5656
<url>
5757
https://github.com/googleads/google-ads-java
5858
</url>
59-
<tag>0.7.1</tag>
59+
<tag>HEAD</tag>
6060
</scm>
6161

6262
<developers>

0 commit comments

Comments
 (0)