Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Wiki
  • Release Checklist

Release Checklist · Changes

Page history
add modules/openapi-generator-maven-plugin/examples/multi-module/java-client/pom.xml authored Jun 01, 2019 by William Cheng's avatar William Cheng
Show whitespace changes
Inline Side-by-side
Release-Checklist.md
View page @ c2993da9
......@@ -23,7 +23,7 @@
- mention the last released version in Section "1.3 - Download JAR"
- update OpenAPI Generator Maven Plugin README (`modules/openapi-generator-maven-plugin/README.md`): mention the last release version in the xml snippet `<version>..</version>` (e.g. [9c79297]( https://github.com/openapitools/openapi-generator/commit/9c79297d6a073790a90b6efedd32e8bebd177828))
- update version in the Maven Examples (`modules/openapi-generator-maven-plugin/examples/java-client.xml`,
`modules/openapi-generator-maven-plugin/examples/non-java-invalid-spec.xml` and `modules/openapi-generator-maven-plugin/examples/non-java.xml`)
`modules/openapi-generator-maven-plugin/examples/non-java-invalid-spec.xml`, `modules/openapi-generator-maven-plugin/examples/non-java.xml` and `modules/openapi-generator-maven-plugin/examples/multi-module/java-client/pom.xml`)
- update OpenAPI Generator Gradle Plugin README (`modules/openapi-generator-gradle-plugin/README.adoc`): mention the last release version in the `dependencies` section.
- update the Gradle Example Plugin README (`modules/openapi-generator-gradle-plugin/samples/local-spec/README.md`): update `-PopenApiGeneratorVersion` in the `bash` snippet
......
Clone repository
  • API client generator HOWTO
  • Building your own Templates
  • Customizing client code generation
  • FAQ
  • Git Branches
  • Home
  • How to add a generator for a new language or framework
  • Integration Tests
  • Migration Guide
  • Mustache Template Variables
  • Pull Request Checklist
  • Release Checklist
  • Samples folder
  • Server stub generator HOWTO
  • Vendor Extensions
View All Pages