Skip to content

Commit b7c2c34

Browse files
committed
renamed package
1 parent f577345 commit b7c2c34

File tree

8 files changed

+3
-3
lines changed

8 files changed

+3
-3
lines changed

modules/swagger-codegen-distribution/pom.xml renamed to modules/swagger-codegen-cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

11-
<artifactId>swagger-codegen-distribution</artifactId>
11+
<artifactId>swagger-codegen-cli</artifactId>
1212
<packaging>jar</packaging>
1313

1414
<name>swagger-codegen (executable)</name>
1515

1616
<build>
17-
<finalName>swagger-cli</finalName>
17+
<finalName>swagger-codegen-cli</finalName>
1818
<plugins>
1919
<plugin>
2020
<groupId>org.apache.maven.plugins</groupId>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
</profiles>
294294
<modules>
295295
<module>modules/swagger-codegen</module>
296-
<module>modules/swagger-codegen-distribution</module>
296+
<module>modules/swagger-codegen-cli</module>
297297
<module>modules/swagger-generator</module>
298298
</modules>
299299
<reporting>

0 commit comments

Comments
 (0)