Skip to content

Commit 5a29795

Browse files
committed
build fednot not 7.5.0-FEDNOT-SNAPSHOT
1 parent 8fb89ae commit 5a29795

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

modules/openapi-generator-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.openapitools</groupId>
55
<artifactId>openapi-generator-project</artifactId>
66
<!-- RELEASE_VERSION -->
7-
<version>7.5.0-SNAPSHOT</version>
7+
<version>7.5.0-FEDNOT-SNAPSHOT</version>
88
<!-- /RELEASE_VERSION -->
99
<relativePath>../..</relativePath>
1010
</parent>

modules/openapi-generator-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>openapi-generator-project</artifactId>
77
<groupId>org.openapitools</groupId>
88
<!-- RELEASE_VERSION -->
9-
<version>7.5.0-SNAPSHOT</version>
9+
<version>7.5.0-FEDNOT-SNAPSHOT</version>
1010
<!-- /RELEASE_VERSION -->
1111
<relativePath>../..</relativePath>
1212
</parent>

modules/openapi-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.openapitools</groupId>
55
<artifactId>openapi-generator-project</artifactId>
66
<!-- RELEASE_VERSION -->
7-
<version>7.5.0-SNAPSHOT</version>
7+
<version>7.5.0-FEDNOT-SNAPSHOT</version>
88
<!-- /RELEASE_VERSION -->
99
<relativePath>../..</relativePath>
1010
</parent>

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>be.fednot.corporate</groupId>
55
<artifactId>fednot-corporate</artifactId>
6-
<version>2.7.12</version>
6+
<version>2.7.13</version>
77
<relativePath/>
88
<!-- lookup parent from repository -->
99
</parent>
@@ -13,7 +13,7 @@
1313
<packaging>pom</packaging>
1414
<name>openapi-generator-project</name>
1515
<!-- RELEASE_VERSION -->
16-
<version>7.5.0-SNAPSHOT</version>
16+
<version>7.5.0-FEDNOT-SNAPSHOT</version>
1717
<!-- /RELEASE_VERSION -->
1818
<url>https://github.com/openapitools/openapi-generator</url>
1919
<scm>
@@ -1126,10 +1126,10 @@
11261126
<modules>
11271127
<module>modules/openapi-generator-core</module>
11281128
<module>modules/openapi-generator</module>
1129-
<module>modules/openapi-generator-cli</module>
1130-
<module>modules/openapi-generator-maven-plugin</module>
1131-
<module>modules/openapi-generator-gradle-plugin</module>
1132-
<module>modules/openapi-generator-online</module>
1129+
<!-- <module>modules/openapi-generator-cli</module>-->
1130+
<!-- <module>modules/openapi-generator-maven-plugin</module>-->
1131+
<!-- <module>modules/openapi-generator-gradle-plugin</module>-->
1132+
<!-- <module>modules/openapi-generator-online</module>-->
11331133
</modules>
11341134
</profile>
11351135
</profiles>

0 commit comments

Comments
 (0)