Skip to content

Commit d2adad0

Browse files
committed
bump 2.4.45-SNAPSHOT
1 parent 3c56b27 commit d2adad0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

modules/swagger-codegen-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.swagger</groupId>
55
<artifactId>swagger-codegen-project</artifactId>
6-
<version>2.4.44</version>
6+
<version>2.4.45-SNAPSHOT</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/swagger-codegen-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-codegen-project</artifactId>
7-
<version>2.4.44</version>
7+
<version>2.4.45-SNAPSHOT</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<artifactId>swagger-codegen-maven-plugin</artifactId>

modules/swagger-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.swagger</groupId>
55
<artifactId>swagger-codegen-project</artifactId>
6-
<version>2.4.44</version>
6+
<version>2.4.45-SNAPSHOT</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/swagger-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-codegen-project</artifactId>
7-
<version>2.4.44</version>
7+
<version>2.4.45-SNAPSHOT</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<artifactId>swagger-generator</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<name>swagger-codegen-project</name>
77
<description>swagger-codegen-project</description>
88
<url>https://github.com/swagger-api/swagger-codegen</url>
9-
<version>2.4.44</version>
9+
<version>2.4.45-SNAPSHOT</version>
1010
<scm>
1111
<connection>scm:git:git@github.com:swagger-api/swagger-codegen.git</connection>
1212
<developerConnection>scm:git:git@github.com:swagger-api/swagger-codegen.git</developerConnection>

0 commit comments

Comments
 (0)