Skip to content

Commit d4b33fd

Browse files
[maven-release-plugin] prepare release 4.15.0
1 parent a457795 commit d4b33fd

File tree

8 files changed

+32
-32
lines changed

8 files changed

+32
-32
lines changed

‎modules/ads_lib/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>client-libs-parent</artifactId>
24-
<version>4.15.0-SNAPSHOT</version>
24+
<version>4.15.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>
2929

3030
<groupId>com.google.api-ads</groupId>
3131
<artifactId>ads-lib</artifactId>
32-
<version>4.15.0-SNAPSHOT</version>
32+
<version>4.15.0</version>
3333

3434
<packaging>jar</packaging>
3535
<name>Ads APIs Client Library common components</name>

‎modules/ads_lib_appengine/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
<parent>
2323
<groupId>com.google.api-ads</groupId>
2424
<artifactId>client-libs-parent</artifactId>
25-
<version>4.15.0-SNAPSHOT</version>
25+
<version>4.15.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<groupId>com.google.api-ads</groupId>
3232
<artifactId>ads-lib-appengine</artifactId>
33-
<version>4.15.0-SNAPSHOT</version>
33+
<version>4.15.0</version>
3434

3535
<packaging>jar</packaging>
3636
<name>Ads APIs Client Library AppEngine components</name>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.google.api-ads</groupId>
5656
<artifactId>ads-lib</artifactId>
57-
<version>4.15.0-SNAPSHOT</version>
57+
<version>4.15.0</version>
5858
</dependency>
5959
<!-- Third party dependencies -->
6060
<dependency>

‎modules/ads_lib_axis/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
<parent>
2323
<groupId>com.google.api-ads</groupId>
2424
<artifactId>client-libs-parent</artifactId>
25-
<version>4.15.0-SNAPSHOT</version>
25+
<version>4.15.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<groupId>com.google.api-ads</groupId>
3232
<artifactId>ads-lib-axis</artifactId>
33-
<version>4.15.0-SNAPSHOT</version>
33+
<version>4.15.0</version>
3434

3535
<packaging>jar</packaging>
3636
<name>Ads APIs Client Library Axis components</name>
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>com.google.api-ads</groupId>
100100
<artifactId>ads-lib</artifactId>
101-
<version>4.15.0-SNAPSHOT</version>
101+
<version>4.15.0</version>
102102
</dependency>
103103

104104
<!-- Third party dependencies -->
@@ -139,7 +139,7 @@
139139
<artifactId>ads-lib</artifactId>
140140
<scope>test</scope>
141141
<classifier>tests</classifier>
142-
<version>4.15.0-SNAPSHOT</version>
142+
<version>4.15.0</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>org.hamcrest</groupId>

‎modules/adwords_appengine/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
<parent>
2323
<groupId>com.google.api-ads</groupId>
2424
<artifactId>client-libs-parent</artifactId>
25-
<version>4.15.0-SNAPSHOT</version>
25+
<version>4.15.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<groupId>com.google.api-ads</groupId>
3232
<artifactId>adwords-appengine</artifactId>
33-
<version>4.15.0-SNAPSHOT</version>
33+
<version>4.15.0</version>
3434

3535
<packaging>jar</packaging>
3636
<name>AdWords AppEngine components</name>
@@ -113,12 +113,12 @@
113113
<dependency>
114114
<groupId>com.google.api-ads</groupId>
115115
<artifactId>ads-lib-appengine</artifactId>
116-
<version>4.15.0-SNAPSHOT</version>
116+
<version>4.15.0</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>com.google.api-ads</groupId>
120120
<artifactId>ads-lib</artifactId>
121-
<version>4.15.0-SNAPSHOT</version>
121+
<version>4.15.0</version>
122122
</dependency>
123123

124124
<!-- Third party dependencies -->
@@ -129,7 +129,7 @@
129129
<artifactId>ads-lib</artifactId>
130130
<scope>test</scope>
131131
<classifier>tests</classifier>
132-
<version>4.15.0-SNAPSHOT</version>
132+
<version>4.15.0</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>org.seleniumhq.selenium</groupId>

‎modules/adwords_axis/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
<parent>
2323
<groupId>com.google.api-ads</groupId>
2424
<artifactId>client-libs-parent</artifactId>
25-
<version>4.15.0-SNAPSHOT</version>
25+
<version>4.15.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<groupId>com.google.api-ads</groupId>
3232
<artifactId>adwords-axis</artifactId>
33-
<version>4.15.0-SNAPSHOT</version>
33+
<version>4.15.0</version>
3434

3535
<packaging>jar</packaging>
3636
<name>AdWords Axis components</name>
@@ -120,12 +120,12 @@
120120
<dependency>
121121
<groupId>com.google.api-ads</groupId>
122122
<artifactId>ads-lib</artifactId>
123-
<version>4.15.0-SNAPSHOT</version>
123+
<version>4.15.0</version>
124124
</dependency>
125125
<dependency>
126126
<groupId>com.google.api-ads</groupId>
127127
<artifactId>ads-lib-axis</artifactId>
128-
<version>4.15.0-SNAPSHOT</version>
128+
<version>4.15.0</version>
129129
</dependency>
130130

131131
<!-- Third party dependencies -->
@@ -136,7 +136,7 @@
136136
<artifactId>ads-lib</artifactId>
137137
<scope>test</scope>
138138
<classifier>tests</classifier>
139-
<version>4.15.0-SNAPSHOT</version>
139+
<version>4.15.0</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>org.seleniumhq.selenium</groupId>

‎modules/dfp_appengine/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
<parent>
2323
<groupId>com.google.api-ads</groupId>
2424
<artifactId>client-libs-parent</artifactId>
25-
<version>4.15.0-SNAPSHOT</version>
25+
<version>4.15.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<groupId>com.google.api-ads</groupId>
3232
<artifactId>dfp-appengine</artifactId>
33-
<version>4.15.0-SNAPSHOT</version>
33+
<version>4.15.0</version>
3434

3535
<packaging>jar</packaging>
3636
<name>Ad Manager AppEngine components</name>
@@ -105,12 +105,12 @@
105105
<dependency>
106106
<groupId>com.google.api-ads</groupId>
107107
<artifactId>ads-lib-appengine</artifactId>
108-
<version>4.15.0-SNAPSHOT</version>
108+
<version>4.15.0</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>com.google.api-ads</groupId>
112112
<artifactId>ads-lib</artifactId>
113-
<version>4.15.0-SNAPSHOT</version>
113+
<version>4.15.0</version>
114114
</dependency>
115115

116116
<!-- Third party dependencies -->
@@ -132,7 +132,7 @@
132132
<artifactId>ads-lib</artifactId>
133133
<scope>test</scope>
134134
<classifier>tests</classifier>
135-
<version>4.15.0-SNAPSHOT</version>
135+
<version>4.15.0</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>com.google.http-client</groupId>

‎modules/dfp_axis/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
<parent>
2323
<groupId>com.google.api-ads</groupId>
2424
<artifactId>client-libs-parent</artifactId>
25-
<version>4.15.0-SNAPSHOT</version>
25+
<version>4.15.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<groupId>com.google.api-ads</groupId>
3232
<artifactId>dfp-axis</artifactId>
33-
<version>4.15.0-SNAPSHOT</version>
33+
<version>4.15.0</version>
3434

3535
<packaging>jar</packaging>
3636
<name>Ad Manager Axis classes</name>
@@ -112,12 +112,12 @@
112112
<dependency>
113113
<groupId>com.google.api-ads</groupId>
114114
<artifactId>ads-lib</artifactId>
115-
<version>4.15.0-SNAPSHOT</version>
115+
<version>4.15.0</version>
116116
</dependency>
117117
<dependency>
118118
<groupId>com.google.api-ads</groupId>
119119
<artifactId>ads-lib-axis</artifactId>
120-
<version>4.15.0-SNAPSHOT</version>
120+
<version>4.15.0</version>
121121
</dependency>
122122

123123
<!-- Third party dependencies -->
@@ -128,7 +128,7 @@
128128
<artifactId>ads-lib</artifactId>
129129
<scope>test</scope>
130130
<classifier>tests</classifier>
131-
<version>4.15.0-SNAPSHOT</version>
131+
<version>4.15.0</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>com.google.http-client</groupId>

‎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>client-libs-parent</artifactId>
26-
<version>4.15.0-SNAPSHOT</version>
25+
<version>4.15.0</version>
2726

2827
<packaging>pom</packaging>
2928
<name>Google Ads APIs Client Library for Java parent</name>
@@ -57,6 +56,7 @@
5756
<url>
5857
https://github.com/googleads/googleads-java-lib
5958
</url>
59+
<tag>4.15.0</tag>
6060
</scm>
6161

6262
<developers>

0 commit comments

Comments
 (0)