Skip to content
GitLab
    • Explore Projects Groups Snippets
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
  • Merge requests
  • !4052

Prepare 4.1.3 release

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged William Cheng requested to merge 4.1.3-release-prepare into master 5 years ago
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 10

PR checklist

  • Read the contribution guidelines.
  • Ran the shell script under ./bin/ to update Petstore sample so that CIs can verify the change. (For instance, only need to run ./bin/{LANG}-petstore.sh, ./bin/openapi3/{LANG}-petstore.sh if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in .\bin\windows\. If contributing template-only or documentation-only changes which will change sample output, be sure to build the project first.
  • Filed the PR against the correct branch: master, 4.1.x, 5.0.x. Default: master.
  • Copied the technical committee to review the pull request if your PR is targeting a particular programming language.

Description of the PR

cc @OpenAPITools/generator-core-team

Compare
  • master (base)

and
  • latest version
    e4c995e4
    1 commit, 2 years ago

10 files
+ 15
- 15

    Preferences

    File browser
    Compare changes
mod‎ules‎
openapi-‎generator‎
pom‎.xml‎ +1 -1
openapi-ge‎nerator-cli‎
pom‎.xml‎ +1 -1
openapi-gen‎erator-core‎
pom‎.xml‎ +1 -1
openapi-generat‎or-gradle-plugin‎
gradle.p‎roperties‎ +1 -1
pom‎.xml‎ +1 -1
openapi-generat‎or-maven-plugin‎
pom‎.xml‎ +1 -1
openapi-gene‎rator-online‎
pom‎.xml‎ +1 -1
samples/meta‎-codegen/lib‎
pom‎.xml‎ +1 -1
READ‎ME.md‎ +6 -6
pom‎.xml‎ +1 -1
modules/openapi-generator/pom.xml
+ 1
- 1
  • View file @ e4c995e4

  • Edit in single-file editor

  • Open in Web IDE


@@ -4,7 +4,7 @@
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION -->
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
<!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath>
</parent>
modules/openapi-generator-cli/pom.xml
+ 1
- 1
  • View file @ e4c995e4

  • Edit in single-file editor

  • Open in Web IDE


@@ -4,7 +4,7 @@
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION -->
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
<!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath>
</parent>
modules/openapi-generator-core/pom.xml
+ 1
- 1
  • View file @ e4c995e4

  • Edit in single-file editor

  • Open in Web IDE


@@ -6,7 +6,7 @@
<artifactId>openapi-generator-project</artifactId>
<groupId>org.openapitools</groupId>
<!-- RELEASE_VERSION -->
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
<!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath>
</parent>
modules/openapi-generator-gradle-plugin/gradle.properties
+ 1
- 1
  • View file @ e4c995e4

  • Edit in single-file editor

  • Open in Web IDE


# RELEASE_VERSION
openApiGeneratorVersion=4.1.3-SNAPSHOT
openApiGeneratorVersion=4.1.3
# /RELEASE_VERSION
# BEGIN placeholders
modules/openapi-generator-gradle-plugin/pom.xml
+ 1
- 1
  • View file @ e4c995e4

  • Edit in single-file editor

  • Open in Web IDE


@@ -4,7 +4,7 @@
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION -->
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
<!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath>
</parent>
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference: OpenAPITools/openapi-generator!14315
Source branch: 4.1.3-release-prepare

Menu

Explore Projects Groups Snippets