Skip to content

Commit ecdfc05

Browse files
author
Adam Rogal
committed
[maven-release-plugin] prepare release 1.25.0
1 parent 7c7a89d commit ecdfc05

File tree

10 files changed

+37
-37
lines changed

10 files changed

+37
-37
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>1.25.0-SNAPSHOT</version>
24+
<version>1.25.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>1.25.0-SNAPSHOT</version>
32+
<version>1.25.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>1.25.0-SNAPSHOT</version>
25+
<version>1.25.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>1.25.0-SNAPSHOT</version>
33+
<version>1.25.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>1.25.0-SNAPSHOT</version>
53+
<version>1.25.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>1.25.0-SNAPSHOT</version>
25+
<version>1.25.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>1.25.0-SNAPSHOT</version>
33+
<version>1.25.0</version>
3434

3535
<packaging>jar</packaging>
3636
<name>Ads API Client Library Axis components.</name>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.google.api-ads</groupId>
5252
<artifactId>ads-lib</artifactId>
53-
<version>1.25.0-SNAPSHOT</version>
53+
<version>1.25.0</version>
5454
</dependency>
5555

5656
<!-- 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>1.25.0-SNAPSHOT</version>
25+
<version>1.25.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>1.25.0-SNAPSHOT</version>
33+
<version>1.25.0</version>
3434

3535
<packaging>jar</packaging>
3636
<name>AdWords AppEngine components</name>
@@ -53,12 +53,12 @@
5353
<dependency>
5454
<groupId>com.google.api-ads</groupId>
5555
<artifactId>ads-lib-appengine</artifactId>
56-
<version>1.25.0-SNAPSHOT</version>
56+
<version>1.25.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.google.api-ads</groupId>
6060
<artifactId>ads-lib</artifactId>
61-
<version>1.25.0-SNAPSHOT</version>
61+
<version>1.25.0</version>
6262
</dependency>
6363

6464
<!-- Third party dependencies -->
@@ -69,7 +69,7 @@
6969
<artifactId>ads-lib</artifactId>
7070
<scope>test</scope>
7171
<classifier>tests</classifier>
72-
<version>1.25.0-SNAPSHOT</version>
72+
<version>1.25.0</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>junit</groupId>

modules/adwords_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>1.25.0-SNAPSHOT</version>
25+
<version>1.25.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>1.25.0-SNAPSHOT</version>
33+
<version>1.25.0</version>
3434

3535
<packaging>jar</packaging>
3636
<name>Adwords Axis classes</name>
@@ -57,12 +57,12 @@
5757
<dependency>
5858
<groupId>com.google.api-ads</groupId>
5959
<artifactId>ads-lib</artifactId>
60-
<version>1.25.0-SNAPSHOT</version>
60+
<version>1.25.0</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>com.google.api-ads</groupId>
6464
<artifactId>ads-lib-axis</artifactId>
65-
<version>1.25.0-SNAPSHOT</version>
65+
<version>1.25.0</version>
6666
</dependency>
6767

6868
<!-- Third party dependencies -->

modules/adwords_axis_utility_extension/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>1.25.0-SNAPSHOT</version>
25+
<version>1.25.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-utility-extension</artifactId>
33-
<version>1.25.0-beta-SNAPSHOT</version>
33+
<version>1.25.0-beta</version>
3434

3535
<packaging>jar</packaging>
3636
<name>AdWords Axis Utility Extension - Beta</name>
@@ -44,12 +44,12 @@
4444
<dependency>
4545
<groupId>com.google.api-ads</groupId>
4646
<artifactId>ads-lib</artifactId>
47-
<version>1.25.0-SNAPSHOT</version>
47+
<version>1.25.0</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.google.api-ads</groupId>
5151
<artifactId>adwords-axis</artifactId>
52-
<version>1.25.0-SNAPSHOT</version>
52+
<version>1.25.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.google.api-client</groupId>

modules/dfa_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>1.25.0-SNAPSHOT</version>
25+
<version>1.25.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>dfa-axis</artifactId>
33-
<version>1.25.0-SNAPSHOT</version>
33+
<version>1.25.0</version>
3434

3535
<packaging>jar</packaging>
3636
<name>DFA Axis classes</name>
@@ -67,12 +67,12 @@
6767
<dependency>
6868
<groupId>com.google.api-ads</groupId>
6969
<artifactId>ads-lib</artifactId>
70-
<version>1.25.0-SNAPSHOT</version>
70+
<version>1.25.0</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.google.api-ads</groupId>
7474
<artifactId>ads-lib-axis</artifactId>
75-
<version>1.25.0-SNAPSHOT</version>
75+
<version>1.25.0</version>
7676
</dependency>
7777

7878
<!-- Third party dependencies -->
@@ -83,7 +83,7 @@
8383
<artifactId>ads-lib</artifactId>
8484
<scope>test</scope>
8585
<classifier>tests</classifier>
86-
<version>1.25.0-SNAPSHOT</version>
86+
<version>1.25.0</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>com.google.http-client</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>1.25.0-SNAPSHOT</version>
25+
<version>1.25.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>1.25.0-SNAPSHOT</version>
33+
<version>1.25.0</version>
3434

3535
<packaging>jar</packaging>
3636
<name>DFP AppEngine components</name>
@@ -63,12 +63,12 @@
6363
<dependency>
6464
<groupId>com.google.api-ads</groupId>
6565
<artifactId>ads-lib-appengine</artifactId>
66-
<version>1.25.0-SNAPSHOT</version>
66+
<version>1.25.0</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.google.api-ads</groupId>
7070
<artifactId>ads-lib</artifactId>
71-
<version>1.25.0-SNAPSHOT</version>
71+
<version>1.25.0</version>
7272
</dependency>
7373

7474
<!-- Third party dependencies -->
@@ -90,7 +90,7 @@
9090
<artifactId>ads-lib</artifactId>
9191
<scope>test</scope>
9292
<classifier>tests</classifier>
93-
<version>1.25.0-SNAPSHOT</version>
93+
<version>1.25.0</version>
9494
</dependency>
9595
<dependency>
9696
<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>1.25.0-SNAPSHOT</version>
25+
<version>1.25.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>1.25.0-SNAPSHOT</version>
33+
<version>1.25.0</version>
3434

3535
<packaging>jar</packaging>
3636
<name>DFP Axis classes</name>
@@ -75,12 +75,12 @@
7575
<dependency>
7676
<groupId>com.google.api-ads</groupId>
7777
<artifactId>ads-lib</artifactId>
78-
<version>1.25.0-SNAPSHOT</version>
78+
<version>1.25.0</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>com.google.api-ads</groupId>
8282
<artifactId>ads-lib-axis</artifactId>
83-
<version>1.25.0-SNAPSHOT</version>
83+
<version>1.25.0</version>
8484
</dependency>
8585

8686
<!-- Third party dependencies -->
@@ -91,7 +91,7 @@
9191
<artifactId>ads-lib</artifactId>
9292
<scope>test</scope>
9393
<classifier>tests</classifier>
94-
<version>1.25.0-SNAPSHOT</version>
94+
<version>1.25.0</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>com.google.http-client</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>com.google.api-ads</groupId>
2525
<artifactId>client-libs-parent</artifactId>
26-
<version>1.25.0-SNAPSHOT</version>
26+
<version>1.25.0</version>
2727

2828
<packaging>pom</packaging>
2929
<name>Google Ads APIs Java Client Libraries Parent</name>

0 commit comments

Comments
 (0)