File tree Expand file tree Collapse file tree 5 files changed +9
-11
lines changed Expand file tree Collapse file tree 5 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.openapitools.openapidiff</groupId >
6
6
<artifactId >openapi-diff-parent</artifactId >
7
- <version >2.0.0-SNAPSHOT </version >
7
+ <version >2.0.0-beta.14 </version >
8
8
</parent >
9
9
10
10
<artifactId >openapi-diff-cli</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.openapitools.openapidiff</groupId >
6
6
<artifactId >openapi-diff-parent</artifactId >
7
- <version >2.0.0-SNAPSHOT </version >
7
+ <version >2.0.0-beta.14 </version >
8
8
</parent >
9
9
10
10
<artifactId >openapi-diff-core</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- 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" >
5
3
<parent >
6
4
<artifactId >openapi-diff-parent</artifactId >
7
5
<groupId >org.openapitools.openapidiff</groupId >
8
- <version >2.0.0-SNAPSHOT </version >
6
+ <version >2.0.0-beta.14 </version >
9
7
</parent >
10
8
<modelVersion >4.0.0</modelVersion >
11
9
20
18
<plugin >
21
19
<groupId >org.openapitools.openapidiff</groupId >
22
20
<artifactId >openapi-diff-maven</artifactId >
23
- <version >2.0.0-SNAPSHOT </version >
21
+ <version >2.0.0-beta.14 </version >
24
22
<executions >
25
23
<execution >
26
24
<goals >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.openapitools.openapidiff</groupId >
7
7
<artifactId >openapi-diff-parent</artifactId >
8
- <version >2.0.0-SNAPSHOT </version >
8
+ <version >2.0.0-beta.14 </version >
9
9
</parent >
10
10
11
11
<artifactId >openapi-diff-maven</artifactId >
Original file line number Diff line number Diff line change 9
9
10
10
<groupId >org.openapitools.openapidiff</groupId >
11
11
<artifactId >openapi-diff-parent</artifactId >
12
- <version >2.0.0-SNAPSHOT </version >
12
+ <version >2.0.0-beta.14 </version >
13
13
<packaging >pom</packaging >
14
14
15
15
<name >openapi-diff-parent</name >
54
54
<connection >scm:git:https://github.com/OpenAPITools/openapi-diff.git</connection >
55
55
<developerConnection >scm:git:https://github.com/OpenAPITools/openapi-diff.git</developerConnection >
56
56
<url >https://github.com/OpenAPITools/openapi-diff</url >
57
- <tag >HEAD </tag >
57
+ <tag >2.0.0-beta.14 </tag >
58
58
</scm >
59
59
60
60
<distributionManagement >
91
91
<dependency >
92
92
<groupId >org.openapitools.openapidiff</groupId >
93
93
<artifactId >openapi-diff-core</artifactId >
94
- <version >2.0.0-SNAPSHOT </version >
94
+ <version >2.0.0-beta.14 </version >
95
95
</dependency >
96
96
<dependency >
97
97
<groupId >org.junit</groupId >
You can’t perform that action at this time.
0 commit comments