Skip to content

Commit

Permalink
[maven-release-plugin] prepare release ebay-oauth-java-client-1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sengopal committed Aug 2, 2019
1 parent 8fa68a2 commit 35f4827
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Expand Up @@ -17,12 +17,11 @@
~ **/
-->

<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.ebay.auth</groupId>
<artifactId>ebay-oauth-java-client</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>eBay OAuth Client which helps in easy integration</description>
Expand All @@ -31,7 +30,7 @@
<scm>
<connection>scm:git:git@github.com:eBay/ebay-oauth-java-client.git</connection>
<url>https://github.com/ebay/ebay-oauth-java-client</url>
<tag>HEAD</tag>
<tag>ebay-oauth-java-client-1.1.2</tag>
</scm>

<developers>
Expand Down

0 comments on commit 35f4827

Please sign in to comment.