Skip to content

Commit b2ceb2b

Browse files
committed
[maven-release-plugin] prepare release 0.1.23
1 parent 0e68a19 commit b2ceb2b

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

openapi-codegen-client-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.davidmoten</groupId>
77
<artifactId>openapi-codegen-parent</artifactId>
8-
<version>0.1.23-SNAPSHOT</version>
8+
<version>0.1.23</version>
99
</parent>
1010
<artifactId>openapi-codegen-client-runtime</artifactId>
1111
<name>${project.artifactId}</name>

openapi-codegen-example-pet-store-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.davidmoten</groupId>
77
<artifactId>openapi-codegen-parent</artifactId>
8-
<version>0.1.23-SNAPSHOT</version>
8+
<version>0.1.23</version>
99
</parent>
1010
<artifactId>openapi-codegen-maven-example-pet-store-client</artifactId>
1111
<name>${project.artifactId}</name>

openapi-codegen-example-pet-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.davidmoten</groupId>
77
<artifactId>openapi-codegen-parent</artifactId>
8-
<version>0.1.23-SNAPSHOT</version>
8+
<version>0.1.23</version>
99
</parent>
1010
<artifactId>openapi-codegen-maven-example-pet-store</artifactId>
1111
<name>${project.artifactId}</name>

openapi-codegen-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.davidmoten</groupId>
77
<artifactId>openapi-codegen-parent</artifactId>
8-
<version>0.1.23-SNAPSHOT</version>
8+
<version>0.1.23</version>
99
</parent>
1010
<artifactId>openapi-codegen-generator</artifactId>
1111
<name>${project.artifactId}</name>

openapi-codegen-http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.davidmoten</groupId>
77
<artifactId>openapi-codegen-parent</artifactId>
8-
<version>0.1.23-SNAPSHOT</version>
8+
<version>0.1.23</version>
99
</parent>
1010
<artifactId>openapi-codegen-http</artifactId>
1111
<name>${project.artifactId}</name>

openapi-codegen-maven-plugin-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.davidmoten</groupId>
77
<artifactId>openapi-codegen-parent</artifactId>
8-
<version>0.1.23-SNAPSHOT</version>
8+
<version>0.1.23</version>
99
</parent>
1010
<artifactId>openapi-codegen-maven-plugin-test</artifactId>
1111
<name>${project.artifactId}</name>

openapi-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>com.github.davidmoten</groupId>
66
<artifactId>openapi-codegen-parent</artifactId>
7-
<version>0.1.23-SNAPSHOT</version>
7+
<version>0.1.23</version>
88
</parent>
99
<artifactId>openapi-codegen-maven-plugin</artifactId>
1010
<packaging>maven-plugin</packaging>

openapi-codegen-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.davidmoten</groupId>
77
<artifactId>openapi-codegen-parent</artifactId>
8-
<version>0.1.23-SNAPSHOT</version>
8+
<version>0.1.23</version>
99
</parent>
1010
<artifactId>openapi-codegen-runtime</artifactId>
1111
<name>${project.artifactId}</name>

openapi-codegen-spring-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.davidmoten</groupId>
77
<artifactId>openapi-codegen-parent</artifactId>
8-
<version>0.1.23-SNAPSHOT</version>
8+
<version>0.1.23</version>
99
</parent>
1010
<artifactId>openapi-codegen-spring-runtime</artifactId>
1111
<name>${project.artifactId}</name>

openapi-codegen-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.davidmoten</groupId>
77
<artifactId>openapi-codegen-parent</artifactId>
8-
<version>0.1.23-SNAPSHOT</version>
8+
<version>0.1.23</version>
99
</parent>
1010
<artifactId>openapi-codegen-util</artifactId>
1111
<name>${project.artifactId}</name>

0 commit comments

Comments
 (0)