We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e7351 commit 5fb3eb2Copy full SHA for 5fb3eb2
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
5
<artifactId>gooddata-http-client</artifactId>
6
- <version>0.9.5-SNAPSHOT</version>
+ <version>1.0.0</version>
7
<packaging>jar</packaging>
8
<name>${project.artifactId}</name>
9
<description>HTTP client with ability to handle GoodData authentication</description>
@@ -34,7 +34,8 @@
34
<connection>scm:git:[email protected]:gooddata/gooddata-http-client.git</connection>
35
<developerConnection>scm:git:[email protected]:gooddata/gooddata-http-client.git</developerConnection>
36
<url>https://github.com/gooddata/gooddata-http-client</url>
37
- </scm>
+ <tag>gooddata-http-client-1.0.0</tag>
38
+ </scm>
39
40
<licenses>
41
<license>
0 commit comments