Skip to content

Commit f232028

Browse files
committed
[maven-release-plugin] prepare release 1.0.0
1 parent af6a60f commit f232028

3 files changed

Lines changed: 9 additions & 13 deletions

File tree

google-ads-examples/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,20 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
-->
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">
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">
2220

2321
<parent>
2422
<groupId>com.google.api-ads</groupId>
2523
<artifactId>google-ads-parent</artifactId>
26-
<version>0.7.1-SNAPSHOT</version>
24+
<version>1.0.0</version>
2725
<relativePath>../pom.xml</relativePath>
2826
</parent>
2927

3028
<modelVersion>4.0.0</modelVersion>
3129
<groupId>com.google.api-ads</groupId>
3230
<artifactId>google-ads-examples</artifactId>
3331
<packaging>jar</packaging>
34-
<version>0.7.1-SNAPSHOT</version>
32+
<version>1.0.0</version>
3533
<name>Google Ads API client library for Java examples</name>
3634
<description>
3735
Examples demonstrating the Google Ads API client library for Java.
@@ -56,7 +54,7 @@
5654
<dependency>
5755
<groupId>com.google.api-ads</groupId>
5856
<artifactId>google-ads</artifactId>
59-
<version>0.7.1-SNAPSHOT</version>
57+
<version>1.0.0</version>
6058
</dependency>
6159
<dependency>
6260
<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-SNAPSHOT</version>
24+
<version>1.0.0</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-SNAPSHOT</version>
32+
<version>1.0.0</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: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
-->
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/xsd/maven-4.0.0.xsd">
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/xsd/maven-4.0.0.xsd">
2220

2321
<modelVersion>4.0.0</modelVersion>
2422

2523
<groupId>com.google.api-ads</groupId>
2624
<artifactId>google-ads-parent</artifactId>
27-
<version>0.7.1-SNAPSHOT</version>
25+
<version>1.0.0</version>
2826

2927
<packaging>pom</packaging>
3028
<name>Google Ads API client library for Java project</name>
@@ -58,7 +56,7 @@
5856
<url>
5957
https://github.com/googleads/google-ads-java
6058
</url>
61-
<tag>HEAD</tag>
59+
<tag>1.0.0</tag>
6260
</scm>
6361

6462
<developers>

0 commit comments

Comments
 (0)