Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit a251df9

Browse files
committed
Adds revision
1 parent 06c4cdf commit a251df9

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

modules/openapi-json-schema-generator-cli/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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>

modules/openapi-json-schema-generator-core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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>

modules/openapi-json-schema-generator-online/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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>

modules/openapi-json-schema-generator/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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>

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
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>

0 commit comments

Comments
 (0)