Skip to content

Commit 2653fd5

Browse files
committed
[maven-release-plugin] prepare release 0.1.0
Change-Id: Ib7c09873a9805e9b9141177933926941d0af756d
1 parent 5deb678 commit 2653fd5

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

google-ads/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
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">
2120

2221
<parent>
2322
<groupId>com.google.api-ads</groupId>
2423
<artifactId>google-ads-parent</artifactId>
25-
<version>0.1.0-SNAPSHOT</version>
24+
<version>0.1.0</version>
2625
<relativePath>../pom.xml</relativePath>
2726
</parent>
2827

2928
<modelVersion>4.0.0</modelVersion>
3029
<groupId>com.google.api-ads</groupId>
3130
<artifactId>google-ads</artifactId>
3231
<packaging>jar</packaging>
33-
<version>0.1.0-SNAPSHOT</version>
32+
<version>0.1.0</version>
3433
<name>Google Ads API client library for Java</name>
3534
<description>
3635
Google Ads API client library for Java.

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
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">
2120

2221
<modelVersion>4.0.0</modelVersion>
2322

2423
<groupId>com.google.api-ads</groupId>
2524
<artifactId>google-ads-parent</artifactId>
26-
<version>0.1.0-SNAPSHOT</version>
25+
<version>0.1.0</version>
2726

2827
<packaging>pom</packaging>
2928
<name>Google Ads API client library for Java project</name>
@@ -57,6 +56,7 @@
5756
<url>
5857
https://github.com/googleads/google-ads-java
5958
</url>
59+
<tag>0.1.0</tag>
6060
</scm>
6161

6262
<developers>

0 commit comments

Comments
 (0)