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 Aug 21, 2024
1 parent 9f3d218 commit edb9dcb
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions modules/ads_lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>client-libs-parent</artifactId>
<version>5.6.0</version>
<version>5.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>5.6.0</version>
<version>5.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
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>client-libs-parent</artifactId>
<version>5.6.0</version>
<version>5.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>5.6.0</version>
<version>5.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>5.6.0</version>
<version>5.6.1-SNAPSHOT</version>
</dependency>
<!-- Third party dependencies -->
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions modules/ads_lib_axis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>client-libs-parent</artifactId>
<version>5.6.0</version>
<version>5.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>5.6.0</version>
<version>5.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>5.6.0</version>
<version>5.6.1-SNAPSHOT</version>
</dependency>

<!-- Third party dependencies -->
Expand Down Expand Up @@ -139,7 +139,7 @@
<artifactId>ads-lib</artifactId>
<scope>test</scope>
<classifier>tests</classifier>
<version>5.6.0</version>
<version>5.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down
10 changes: 5 additions & 5 deletions modules/dfp_appengine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>client-libs-parent</artifactId>
<version>5.6.0</version>
<version>5.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>5.6.0</version>
<version>5.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>5.6.0</version>
<version>5.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib</artifactId>
<version>5.6.0</version>
<version>5.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>5.6.0</version>
<version>5.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
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>client-libs-parent</artifactId>
<version>5.6.0</version>
<version>5.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>5.6.0</version>
<version>5.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>5.6.0</version>
<version>5.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib-axis</artifactId>
<version>5.6.0</version>
<version>5.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>5.6.0</version>
<version>5.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>com.google.api-ads</groupId>
<artifactId>client-libs-parent</artifactId>
<version>5.6.0</version>
<version>5.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>5.6.0</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down

0 comments on commit edb9dcb

Please sign in to comment.