Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.1.0
Browse files Browse the repository at this point in the history
Change-Id: Ib7c09873a9805e9b9141177933926941d0af756d
  • Loading branch information
jradcliff committed Apr 23, 2018
1 parent 5deb678 commit 2653fd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions google-ads/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,20 @@
* 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/maven-v4_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/maven-v4_0_0.xsd">

<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads</artifactId>
<packaging>jar</packaging>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>Google Ads API client library for Java</name>
<description>
Google Ads API client library for Java.
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
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>google-ads-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>

<packaging>pom</packaging>
<name>Google Ads API client library for Java project</name>
Expand Down Expand Up @@ -57,6 +56,7 @@
<url>
https://github.com/googleads/google-ads-java
</url>
<tag>0.1.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit 2653fd5

Please sign in to comment.