File tree Expand file tree Collapse file tree 3 files changed +8
-11
lines changed
Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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" >
43 <modelVersion >4.0.0</modelVersion >
54
65 <artifactId >gooddata-java-model</artifactId >
76
87 <parent >
98 <artifactId >gooddata-java-parent</artifactId >
109 <groupId >com.gooddata</groupId >
11- <version >5.0.0+api3-SNAPSHOT </version >
10+ <version >5.0.0+api3</version >
1211 </parent >
1312
1413 <dependencies >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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" >
43 <modelVersion >4.0.0</modelVersion >
54
65 <artifactId >gooddata-java</artifactId >
76
87 <parent >
98 <artifactId >gooddata-java-parent</artifactId >
109 <groupId >com.gooddata</groupId >
11- <version >5.0.0+api3-SNAPSHOT </version >
10+ <version >5.0.0+api3</version >
1211 </parent >
1312
1413 <dependencies >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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" >
43 <modelVersion >4.0.0</modelVersion >
54
65 <artifactId >gooddata-java-parent</artifactId >
76 <packaging >pom</packaging >
8- <version >5.0.0+api3-SNAPSHOT </version >
7+ <version >5.0.0+api3</version >
98 <name >${project.artifactId} </name >
109 <description >GoodData Java SDK</description >
1110 <url >https://github.com/gooddata/gooddata-java</url >
2726 <url >git@github.com:gooddata/gooddata-java.git</url >
2827 <connection >scm:git:git@github.com:gooddata/gooddata-java.git</connection >
2928 <developerConnection >scm:git:git@github.com:gooddata/gooddata-java.git</developerConnection >
30- <tag >HEAD </tag >
29+ <tag >gooddata-java-parent-5.0.0+api3 </tag >
3130 </scm >
3231
3332 <developers >
236235 <goal >check</goal >
237236 </goals >
238237 <configuration >
239- <rules />
238+ <rules />
240239 </configuration >
241240 </execution >
242241 </executions >
You can’t perform that action at this time.
0 commit comments