File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 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 >
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 >
220219 <goal >check</goal >
221220 </goals >
222221 <configuration >
223- <rules />
222+ <rules />
224223 </configuration >
225224 </execution >
226225 </executions >
You can’t perform that action at this time.
0 commit comments