Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jradcliff committed Mar 28, 2018
1 parent b8b5b5d commit 38226f7
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions modules/ads_lib/pom.xml
Expand Up @@ -21,15 +21,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>client-libs-parent</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>

<packaging>jar</packaging>
<name>Ads APIs Client Library common components</name>
Expand Down
6 changes: 3 additions & 3 deletions modules/ads_lib_appengine/pom.xml
Expand Up @@ -22,15 +22,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>client-libs-parent</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib-appengine</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>

<packaging>jar</packaging>
<name>Ads APIs Client Library AppEngine components</name>
Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>
<!-- Third party dependencies -->
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions modules/ads_lib_axis/pom.xml
Expand Up @@ -22,15 +22,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>client-libs-parent</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib-axis</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>

<packaging>jar</packaging>
<name>Ads APIs Client Library Axis components</name>
Expand Down Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>

<!-- Third party dependencies -->
Expand Down Expand Up @@ -134,7 +134,7 @@
<artifactId>ads-lib</artifactId>
<scope>test</scope>
<classifier>tests</classifier>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down
10 changes: 5 additions & 5 deletions modules/adwords_appengine/pom.xml
Expand Up @@ -22,15 +22,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>client-libs-parent</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>com.google.api-ads</groupId>
<artifactId>adwords-appengine</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>

<packaging>jar</packaging>
<name>AdWords AppEngine components</name>
Expand Down Expand Up @@ -113,12 +113,12 @@
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib-appengine</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>

<!-- Third party dependencies -->
Expand All @@ -129,7 +129,7 @@
<artifactId>ads-lib</artifactId>
<scope>test</scope>
<classifier>tests</classifier>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
Expand Down
10 changes: 5 additions & 5 deletions modules/adwords_axis/pom.xml
Expand Up @@ -22,15 +22,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>client-libs-parent</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>com.google.api-ads</groupId>
<artifactId>adwords-axis</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>

<packaging>jar</packaging>
<name>AdWords Axis components</name>
Expand Down Expand Up @@ -120,12 +120,12 @@
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib-axis</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>

<!-- Third party dependencies -->
Expand All @@ -136,7 +136,7 @@
<artifactId>ads-lib</artifactId>
<scope>test</scope>
<classifier>tests</classifier>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
Expand Down
10 changes: 5 additions & 5 deletions modules/dfp_appengine/pom.xml
Expand Up @@ -22,15 +22,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>client-libs-parent</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>com.google.api-ads</groupId>
<artifactId>dfp-appengine</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>

<packaging>jar</packaging>
<name>DFP AppEngine components</name>
Expand Down Expand Up @@ -105,12 +105,12 @@
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib-appengine</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>

<!-- Third party dependencies -->
Expand All @@ -132,7 +132,7 @@
<artifactId>ads-lib</artifactId>
<scope>test</scope>
<classifier>tests</classifier>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
Expand Down
10 changes: 5 additions & 5 deletions modules/dfp_axis/pom.xml
Expand Up @@ -22,15 +22,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>client-libs-parent</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>com.google.api-ads</groupId>
<artifactId>dfp-axis</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>

<packaging>jar</packaging>
<name>DFP Axis classes</name>
Expand Down Expand Up @@ -112,12 +112,12 @@
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib-axis</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>

<!-- Third party dependencies -->
Expand All @@ -128,7 +128,7 @@
<artifactId>ads-lib</artifactId>
<scope>test</scope>
<classifier>tests</classifier>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -16,14 +16,13 @@
* specific language governing permissions and limitations
* under the License.
-->
<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">
<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">

<modelVersion>4.0.0</modelVersion>

<groupId>com.google.api-ads</groupId>
<artifactId>client-libs-parent</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>

<packaging>pom</packaging>
<name>Google Ads APIs Client Library for Java parent</name>
Expand Down Expand Up @@ -57,6 +56,7 @@
<url>
https://github.com/googleads/googleads-java-lib
</url>
<tag>3.13.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit 38226f7

Please sign in to comment.