Skip to content

Commit 6dc7336

Browse files
committed
[maven-release-plugin] prepare release 2.15.0
1 parent 7f5c4cb commit 6dc7336

File tree

8 files changed

+30
-31
lines changed

8 files changed

+30
-31
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>2.15.0-SNAPSHOT</version>
24+
<version>2.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>2.15.0-SNAPSHOT</version>
32+
<version>2.15.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>2.15.0-SNAPSHOT</version>
25+
<version>2.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>2.15.0-SNAPSHOT</version>
33+
<version>2.15.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>2.15.0-SNAPSHOT</version>
53+
<version>2.15.0</version>
5454
</dependency>
5555
<!-- Third party dependencies -->
5656
<dependency>

modules/ads_lib_axis/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>2.15.0-SNAPSHOT</version>
25+
<version>2.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>2.15.0-SNAPSHOT</version>
33+
<version>2.15.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>2.15.0-SNAPSHOT</version>
61+
<version>2.15.0</version>
6262
</dependency>
6363

6464
<!-- Third party dependencies -->

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>2.15.0-SNAPSHOT</version>
25+
<version>2.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>2.15.0-SNAPSHOT</version>
33+
<version>2.15.0</version>
3434

3535
<packaging>jar</packaging>
3636
<name>AdWords AppEngine components</name>
@@ -88,12 +88,12 @@
8888
<dependency>
8989
<groupId>com.google.api-ads</groupId>
9090
<artifactId>ads-lib-appengine</artifactId>
91-
<version>2.15.0-SNAPSHOT</version>
91+
<version>2.15.0</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>com.google.api-ads</groupId>
9595
<artifactId>ads-lib</artifactId>
96-
<version>2.15.0-SNAPSHOT</version>
96+
<version>2.15.0</version>
9797
</dependency>
9898

9999
<!-- Third party dependencies -->
@@ -104,7 +104,7 @@
104104
<artifactId>ads-lib</artifactId>
105105
<scope>test</scope>
106106
<classifier>tests</classifier>
107-
<version>2.15.0-SNAPSHOT</version>
107+
<version>2.15.0</version>
108108
</dependency>
109109
<dependency>
110110
<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>2.15.0-SNAPSHOT</version>
25+
<version>2.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>2.15.0-SNAPSHOT</version>
33+
<version>2.15.0</version>
3434

3535
<packaging>jar</packaging>
3636
<name>Adwords Axis classes</name>
@@ -100,12 +100,12 @@
100100
<dependency>
101101
<groupId>com.google.api-ads</groupId>
102102
<artifactId>ads-lib</artifactId>
103-
<version>2.15.0-SNAPSHOT</version>
103+
<version>2.15.0</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>com.google.api-ads</groupId>
107107
<artifactId>ads-lib-axis</artifactId>
108-
<version>2.15.0-SNAPSHOT</version>
108+
<version>2.15.0</version>
109109
</dependency>
110110

111111
<!-- Third party dependencies -->
@@ -116,7 +116,7 @@
116116
<artifactId>ads-lib</artifactId>
117117
<scope>test</scope>
118118
<classifier>tests</classifier>
119-
<version>2.15.0-SNAPSHOT</version>
119+
<version>2.15.0</version>
120120
</dependency>
121121
<dependency>
122122
<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>2.15.0-SNAPSHOT</version>
25+
<version>2.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>2.15.0-SNAPSHOT</version>
33+
<version>2.15.0</version>
3434

3535
<packaging>jar</packaging>
3636
<name>DFP AppEngine components</name>
@@ -80,12 +80,12 @@
8080
<dependency>
8181
<groupId>com.google.api-ads</groupId>
8282
<artifactId>ads-lib-appengine</artifactId>
83-
<version>2.15.0-SNAPSHOT</version>
83+
<version>2.15.0</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>com.google.api-ads</groupId>
8787
<artifactId>ads-lib</artifactId>
88-
<version>2.15.0-SNAPSHOT</version>
88+
<version>2.15.0</version>
8989
</dependency>
9090

9191
<!-- Third party dependencies -->
@@ -107,7 +107,7 @@
107107
<artifactId>ads-lib</artifactId>
108108
<scope>test</scope>
109109
<classifier>tests</classifier>
110-
<version>2.15.0-SNAPSHOT</version>
110+
<version>2.15.0</version>
111111
</dependency>
112112
<dependency>
113113
<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>2.15.0-SNAPSHOT</version>
25+
<version>2.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>2.15.0-SNAPSHOT</version>
33+
<version>2.15.0</version>
3434

3535
<packaging>jar</packaging>
3636
<name>DFP Axis classes</name>
@@ -92,12 +92,12 @@
9292
<dependency>
9393
<groupId>com.google.api-ads</groupId>
9494
<artifactId>ads-lib</artifactId>
95-
<version>2.15.0-SNAPSHOT</version>
95+
<version>2.15.0</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>com.google.api-ads</groupId>
9999
<artifactId>ads-lib-axis</artifactId>
100-
<version>2.15.0-SNAPSHOT</version>
100+
<version>2.15.0</version>
101101
</dependency>
102102

103103
<!-- Third party dependencies -->
@@ -108,7 +108,7 @@
108108
<artifactId>ads-lib</artifactId>
109109
<scope>test</scope>
110110
<classifier>tests</classifier>
111-
<version>2.15.0-SNAPSHOT</version>
111+
<version>2.15.0</version>
112112
</dependency>
113113
<dependency>
114114
<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>2.15.0-SNAPSHOT</version>
25+
<version>2.15.0</version>
2726

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

0 commit comments

Comments
 (0)