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 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <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" >
32 <modelVersion >4.0.0</modelVersion >
43
54 <parent >
65 <groupId >com.github.joschi.openapi-diff</groupId >
76 <artifactId >parent</artifactId >
8- <version >2.0.0-SNAPSHOT </version >
7+ <version >2.0.0-beta.1 </version >
98 </parent >
109
1110 <artifactId >cli</artifactId >
1817 <dependency >
1918 <groupId >com.github.joschi.openapi-diff</groupId >
2019 <artifactId >core</artifactId >
21- <version >2.0.0-SNAPSHOT </version >
20+ <version >2.0.0-beta.1 </version >
2221 </dependency >
2322 <dependency >
2423 <groupId >commons-cli</groupId >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <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" >
32 <modelVersion >4.0.0</modelVersion >
43
54 <parent >
65 <groupId >com.github.joschi.openapi-diff</groupId >
76 <artifactId >parent</artifactId >
8- <version >2.0.0-SNAPSHOT </version >
7+ <version >2.0.0-beta.1 </version >
98 </parent >
109
1110 <artifactId >core</artifactId >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <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" >
32 <modelVersion >4.0.0</modelVersion >
43
54 <parent >
1514
1615 <groupId >com.github.joschi.openapi-diff</groupId >
1716 <artifactId >parent</artifactId >
18- <version >2.0.0-SNAPSHOT </version >
17+ <version >2.0.0-beta.1 </version >
1918 <packaging >pom</packaging >
2019
2120 <name >openapi-diff-parent</name >
3938 <connection >scm:git:http://github.com/joschi/openapi-diff.git</connection >
4039 <developerConnection >scm:git:http://github.com/joschi/openapi-diff.git</developerConnection >
4140 <url >https://github.com/joschi/openapi-diff</url >
42- <tag >HEAD </tag >
41+ <tag >2.0.0-beta.1 </tag >
4342 </scm >
4443
4544 <distributionManagement >
You can’t perform that action at this time.
0 commit comments