Skip to content

Commit cb2ec4f

Browse files
committed
[maven-release-plugin] prepare release 3.9.0
1 parent 7dc515b commit cb2ec4f

File tree

8 files changed

+31
-32
lines changed

8 files changed

+31
-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>3.9.0-SNAPSHOT</version>
24+
<version>3.9.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>3.9.0-SNAPSHOT</version>
32+
<version>3.9.0</version>
3333

3434
<packaging>jar</packaging>
3535
<name>Ads API Client Library</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>3.9.0-SNAPSHOT</version>
25+
<version>3.9.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>3.9.0-SNAPSHOT</version>
33+
<version>3.9.0</version>
3434

3535
<packaging>jar</packaging>
3636
<name>Ads API Client Library AppEngine components</name>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.google.api-ads</groupId>
5252
<artifactId>ads-lib</artifactId>
53-
<version>3.9.0-SNAPSHOT</version>
53+
<version>3.9.0</version>
5454
</dependency>
5555
<!-- Third party dependencies -->
5656
<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>3.9.0-SNAPSHOT</version>
25+
<version>3.9.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>3.9.0-SNAPSHOT</version>
33+
<version>3.9.0</version>
3434

3535
<packaging>jar</packaging>
3636
<name>Ads API Client Library Axis components.</name>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.google.api-ads</groupId>
6060
<artifactId>ads-lib</artifactId>
61-
<version>3.9.0-SNAPSHOT</version>
61+
<version>3.9.0</version>
6262
</dependency>
6363

6464
<!-- Third party dependencies -->
@@ -94,7 +94,7 @@
9494
<artifactId>ads-lib</artifactId>
9595
<scope>test</scope>
9696
<classifier>tests</classifier>
97-
<version>3.9.0-SNAPSHOT</version>
97+
<version>3.9.0</version>
9898
</dependency>
9999
<dependency>
100100
<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>3.9.0-SNAPSHOT</version>
25+
<version>3.9.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>3.9.0-SNAPSHOT</version>
33+
<version>3.9.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>3.9.0-SNAPSHOT</version>
116+
<version>3.9.0</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>com.google.api-ads</groupId>
120120
<artifactId>ads-lib</artifactId>
121-
<version>3.9.0-SNAPSHOT</version>
121+
<version>3.9.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>3.9.0-SNAPSHOT</version>
132+
<version>3.9.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>3.9.0-SNAPSHOT</version>
25+
<version>3.9.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>3.9.0-SNAPSHOT</version>
33+
<version>3.9.0</version>
3434

3535
<packaging>jar</packaging>
3636
<name>Adwords Axis classes</name>
@@ -123,12 +123,12 @@
123123
<dependency>
124124
<groupId>com.google.api-ads</groupId>
125125
<artifactId>ads-lib</artifactId>
126-
<version>3.9.0-SNAPSHOT</version>
126+
<version>3.9.0</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>com.google.api-ads</groupId>
130130
<artifactId>ads-lib-axis</artifactId>
131-
<version>3.9.0-SNAPSHOT</version>
131+
<version>3.9.0</version>
132132
</dependency>
133133

134134
<!-- Third party dependencies -->
@@ -139,7 +139,7 @@
139139
<artifactId>ads-lib</artifactId>
140140
<scope>test</scope>
141141
<classifier>tests</classifier>
142-
<version>3.9.0-SNAPSHOT</version>
142+
<version>3.9.0</version>
143143
</dependency>
144144
<dependency>
145145
<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>3.9.0-SNAPSHOT</version>
25+
<version>3.9.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>3.9.0-SNAPSHOT</version>
33+
<version>3.9.0</version>
3434

3535
<packaging>jar</packaging>
3636
<name>DFP AppEngine components</name>
@@ -105,12 +105,12 @@
105105
<dependency>
106106
<groupId>com.google.api-ads</groupId>
107107
<artifactId>ads-lib-appengine</artifactId>
108-
<version>3.9.0-SNAPSHOT</version>
108+
<version>3.9.0</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>com.google.api-ads</groupId>
112112
<artifactId>ads-lib</artifactId>
113-
<version>3.9.0-SNAPSHOT</version>
113+
<version>3.9.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>3.9.0-SNAPSHOT</version>
135+
<version>3.9.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>3.9.0-SNAPSHOT</version>
25+
<version>3.9.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>3.9.0-SNAPSHOT</version>
33+
<version>3.9.0</version>
3434

3535
<packaging>jar</packaging>
3636
<name>DFP Axis classes</name>
@@ -115,12 +115,12 @@
115115
<dependency>
116116
<groupId>com.google.api-ads</groupId>
117117
<artifactId>ads-lib</artifactId>
118-
<version>3.9.0-SNAPSHOT</version>
118+
<version>3.9.0</version>
119119
</dependency>
120120
<dependency>
121121
<groupId>com.google.api-ads</groupId>
122122
<artifactId>ads-lib-axis</artifactId>
123-
<version>3.9.0-SNAPSHOT</version>
123+
<version>3.9.0</version>
124124
</dependency>
125125

126126
<!-- Third party dependencies -->
@@ -131,7 +131,7 @@
131131
<artifactId>ads-lib</artifactId>
132132
<scope>test</scope>
133133
<classifier>tests</classifier>
134-
<version>3.9.0-SNAPSHOT</version>
134+
<version>3.9.0</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>com.google.http-client</groupId>

‎pom.xml

Lines changed: 2 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>3.9.0-SNAPSHOT</version>
25+
<version>3.9.0</version>
2726

2827
<packaging>pom</packaging>
2928
<name>Google Ads APIs Java Client Libraries Parent</name>

0 commit comments

Comments
 (0)