We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e58b7 commit 9e5bebcCopy full SHA for 9e5bebc
pom.xml
@@ -21,7 +21,7 @@
21
<modelVersion>4.0.0</modelVersion>
22
<groupId>com.ebay.auth</groupId>
23
<artifactId>ebay-oauth-java-client</artifactId>
24
- <version>1.1.5-SNAPSHOT</version>
+ <version>1.1.5</version>
25
<packaging>jar</packaging>
26
<name>${project.groupId}:${project.artifactId}</name>
27
<description>eBay OAuth Client which helps in easy integration</description>
@@ -30,7 +30,7 @@
30
<scm>
31
<connection>scm:git:[email protected]:eBay/ebay-oauth-java-client.git</connection>
32
<url>https://github.com/ebay/ebay-oauth-java-client</url>
33
- <tag>HEAD</tag>
+ <tag>ebay-oauth-java-client-1.1.5</tag>
34
</scm>
35
36
<developers>
0 commit comments