File tree Expand file tree Collapse file tree
modules/openapi-generator-maven-plugin/examples Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333
3434echo " Release preparation: replacing $FROM with $TO in different files"
3535
36+ # This script assumes the files defined here have a version surrounded by angle brackets within an xml node.
37+ # For example, >4.0.0< becomes >4.0.1-SNAPSHOT<.
38+ # Verify the sed command below against a file before adding here.
3639declare -a files=(" modules/openapi-generator-cli/pom.xml"
37- " modules/openapi-generator-gradle-plugin/gradle.properties"
3840 " modules/openapi-generator-gradle-plugin/pom.xml"
3941 " modules/openapi-generator-core/pom.xml"
4042 " modules/openapi-generator-maven-plugin/pom.xml"
Original file line number Diff line number Diff line change 3434echo " Release preparation: replacing $FROM with $TO in different files"
3535
3636declare -a files=(" modules/openapi-generator-maven-plugin/README.md"
37+ " modules/openapi-generator-maven-plugin/examples/multi-module/java-client/pom.xml"
3738 " modules/openapi-generator-maven-plugin/examples/java-client.xml"
3839 " modules/openapi-generator-maven-plugin/examples/non-java-invalid-spec.xml"
3940 " modules/openapi-generator-maven-plugin/examples/non-java.xml"
4041 " modules/openapi-generator-gradle-plugin/README.adoc"
42+ " modules/openapi-generator-gradle-plugin/gradle.properties"
4143 " modules/openapi-generator-gradle-plugin/samples/local-spec/gradle.properties"
4244 " modules/openapi-generator-gradle-plugin/samples/local-spec/build.gradle"
4345 " modules/openapi-generator-gradle-plugin/samples/local-spec/README.md"
Original file line number Diff line number Diff line change 1212 <plugin >
1313 <groupId >org.openapitools</groupId >
1414 <artifactId >openapi-generator-maven-plugin</artifactId >
15- <version >4.0.1 </version >
15+ <version >4.0.2-SNAPSHOT </version >
1616 <executions >
1717 <execution >
1818 <goals >
Original file line number Diff line number Diff line change 1818 <plugin >
1919 <groupId >org.openapitools</groupId >
2020 <artifactId >openapi-generator-maven-plugin</artifactId >
21- <version >4.0.0 </version >
21+ <version >4.0.2-SNAPSHOT </version >
2222 <dependencies >
2323 <dependency >
2424 <groupId >${project.groupId} </groupId >
Original file line number Diff line number Diff line change 1212 <plugin >
1313 <groupId >org.openapitools</groupId >
1414 <artifactId >openapi-generator-maven-plugin</artifactId >
15- <version >4.0.1 </version >
15+ <version >4.0.2-SNAPSHOT </version >
1616 <executions >
1717 <execution >
1818 <goals >
Original file line number Diff line number Diff line change 1212 <plugin >
1313 <groupId >org.openapitools</groupId >
1414 <artifactId >openapi-generator-maven-plugin</artifactId >
15- <version >4.0.1 </version >
15+ <version >4.0.2-SNAPSHOT </version >
1616 <executions >
1717 <execution >
1818 <goals >
You can’t perform that action at this time.
0 commit comments