Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherseeley committed May 17, 2019
1 parent dc506f1 commit b5232f5
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 31 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>4.6.0</version>
<version>4.6.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib</artifactId>
<version>4.6.0</version>
<version>4.6.1-SNAPSHOT</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>4.6.0</version>
<version>4.6.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib-appengine</artifactId>
<version>4.6.0</version>
<version>4.6.1-SNAPSHOT</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>4.6.0</version>
<version>4.6.1-SNAPSHOT</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>4.6.0</version>
<version>4.6.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib-axis</artifactId>
<version>4.6.0</version>
<version>4.6.1-SNAPSHOT</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>4.6.0</version>
<version>4.6.1-SNAPSHOT</version>
</dependency>

<!-- Third party dependencies -->
Expand Down Expand Up @@ -134,7 +134,7 @@
<artifactId>ads-lib</artifactId>
<scope>test</scope>
<classifier>tests</classifier>
<version>4.6.0</version>
<version>4.6.1-SNAPSHOT</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>4.6.0</version>
<version>4.6.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>com.google.api-ads</groupId>
<artifactId>adwords-appengine</artifactId>
<version>4.6.0</version>
<version>4.6.1-SNAPSHOT</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>4.6.0</version>
<version>4.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib</artifactId>
<version>4.6.0</version>
<version>4.6.1-SNAPSHOT</version>
</dependency>

<!-- Third party dependencies -->
Expand All @@ -129,7 +129,7 @@
<artifactId>ads-lib</artifactId>
<scope>test</scope>
<classifier>tests</classifier>
<version>4.6.0</version>
<version>4.6.1-SNAPSHOT</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>4.6.0</version>
<version>4.6.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>com.google.api-ads</groupId>
<artifactId>adwords-axis</artifactId>
<version>4.6.0</version>
<version>4.6.1-SNAPSHOT</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>4.6.0</version>
<version>4.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib-axis</artifactId>
<version>4.6.0</version>
<version>4.6.1-SNAPSHOT</version>
</dependency>

<!-- Third party dependencies -->
Expand All @@ -136,7 +136,7 @@
<artifactId>ads-lib</artifactId>
<scope>test</scope>
<classifier>tests</classifier>
<version>4.6.0</version>
<version>4.6.1-SNAPSHOT</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>4.6.0</version>
<version>4.6.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

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

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

<!-- Third party dependencies -->
Expand All @@ -132,7 +132,7 @@
<artifactId>ads-lib</artifactId>
<scope>test</scope>
<classifier>tests</classifier>
<version>4.6.0</version>
<version>4.6.1-SNAPSHOT</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>4.6.0</version>
<version>4.6.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

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

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

<!-- Third party dependencies -->
Expand All @@ -128,7 +128,7 @@
<artifactId>ads-lib</artifactId>
<scope>test</scope>
<classifier>tests</classifier>
<version>4.6.0</version>
<version>4.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -22,7 +22,7 @@

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

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

<developers>
Expand Down

0 comments on commit b5232f5

Please sign in to comment.