Skip to content

Commit 12836ea

Browse files
author
billie-jean
committed
[maven-release-plugin] prepare release gooddata-http-client-3.0.0
1 parent e796b80 commit 12836ea

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
~ LICENSE.txt file in the root directory of this source tree.
66
-->
77

8-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
8+
<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">
109
<modelVersion>4.0.0</modelVersion>
1110

1211
<artifactId>gooddata-http-client</artifactId>
13-
<version>3.0.0-SNAPSHOT</version>
12+
<version>3.0.0</version>
1413
<packaging>jar</packaging>
1514
<name>${project.artifactId}</name>
1615
<description>HTTP client with ability to handle GoodData authentication</description>
@@ -41,7 +40,7 @@
4140
<connection>scm:git:git@github.com:gooddata/gooddata-http-client.git</connection>
4241
<developerConnection>scm:git:git@github.com:gooddata/gooddata-http-client.git</developerConnection>
4342
<url>https://github.com/gooddata/gooddata-http-client</url>
44-
<tag>HEAD</tag>
43+
<tag>gooddata-http-client-3.0.0</tag>
4544
</scm>
4645

4746
<licenses>
@@ -220,7 +219,7 @@
220219
<goal>check</goal>
221220
</goals>
222221
<configuration>
223-
<rules/>
222+
<rules />
224223
</configuration>
225224
</execution>
226225
</executions>

0 commit comments

Comments
 (0)