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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
5
4
<parent >
6
5
<groupId >com.github.joschi.openapi-diff</groupId >
7
6
<artifactId >parent</artifactId >
8
- <version >2.0.0-SNAPSHOT </version >
7
+ <version >2.0.0-beta.1 </version >
9
8
</parent >
10
9
11
10
<artifactId >cli</artifactId >
18
17
<dependency >
19
18
<groupId >com.github.joschi.openapi-diff</groupId >
20
19
<artifactId >core</artifactId >
21
- <version >2.0.0-SNAPSHOT </version >
20
+ <version >2.0.0-beta.1 </version >
22
21
</dependency >
23
22
<dependency >
24
23
<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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
5
4
<parent >
6
5
<groupId >com.github.joschi.openapi-diff</groupId >
7
6
<artifactId >parent</artifactId >
8
- <version >2.0.0-SNAPSHOT </version >
7
+ <version >2.0.0-beta.1 </version >
9
8
</parent >
10
9
11
10
<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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
5
4
<parent >
15
14
16
15
<groupId >com.github.joschi.openapi-diff</groupId >
17
16
<artifactId >parent</artifactId >
18
- <version >2.0.0-SNAPSHOT </version >
17
+ <version >2.0.0-beta.1 </version >
19
18
<packaging >pom</packaging >
20
19
21
20
<name >openapi-diff-parent</name >
39
38
<connection >scm:git:http://github.com/joschi/openapi-diff.git</connection >
40
39
<developerConnection >scm:git:http://github.com/joschi/openapi-diff.git</developerConnection >
41
40
<url >https://github.com/joschi/openapi-diff</url >
42
- <tag >HEAD </tag >
41
+ <tag >2.0.0-beta.1 </tag >
43
42
</scm >
44
43
45
44
<distributionManagement >
You can’t perform that action at this time.
0 commit comments