This repository was archived by the owner on Dec 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +8
-1
lines changed
openapi-json-schema-generator-cli
openapi-json-schema-generator-core
openapi-json-schema-generator-online
openapi-json-schema-generator Expand file tree Collapse file tree 5 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.openapitools</groupId >
55 <artifactId >openapi-json-schema-generator-project</artifactId >
6+ <version >${revision} </version >
67 <relativePath >../..</relativePath >
78 </parent >
89 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >openapi-json-schema-generator-project</artifactId >
77 <groupId >org.openapitools</groupId >
8+ <version >${revision} </version >
89 <relativePath >../..</relativePath >
910 </parent >
1011 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.openapitools</groupId >
55 <artifactId >openapi-json-schema-generator-project</artifactId >
6+ <version >${revision} </version >
67 <relativePath >../..</relativePath >
78 </parent >
89 <artifactId >openapi-json-schema-generator-online</artifactId >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.openapitools</groupId >
55 <artifactId >openapi-json-schema-generator-project</artifactId >
6+ <version >${revision} </version >
67 <relativePath >../..</relativePath >
78 </parent >
89 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 1212 <packaging >pom</packaging >
1313 <name >openapi-json-schema-generator-project</name >
1414 <!-- RELEASE_VERSION -->
15- <version >1.0.0-SNAPSHOT</version >
15+ <version >${revision} </version >
16+ <properties >
17+ <revision >1.0.0-SNAPSHOT</revision >
18+ </properties >
1619 <!-- /RELEASE_VERSION -->
1720 <url >https://github.com/openapitools/openapi-json-schema-generator</url >
1821 <scm >
You can’t perform that action at this time.
0 commit comments