forked from loafle/openapi-generator-original
		
	Release 3.1.2 (#647)
This commit is contained in:
		
							parent
							
								
									c6004a8f89
								
							
						
					
					
						commit
						6f19fa7e91
					
				| @ -9,7 +9,7 @@ | ||||
|     <artifactId>openapi-generator-project</artifactId> | ||||
|     <packaging>pom</packaging> | ||||
|     <name>openapi-generator-project</name> | ||||
|     <version>3.1.2-SNAPSHOT</version> | ||||
|     <version>3.1.2</version> | ||||
|     <url>https://github.com/openapi-tools/openapi-generator</url> | ||||
|     <scm> | ||||
|         <connection>scm:git:git@github.com:openapi-tools/openapi-generator.git</connection> | ||||
|  | ||||
| @ -10,7 +10,7 @@ | ||||
|     <artifactId>openapi-generator-project</artifactId> | ||||
|     <packaging>pom</packaging> | ||||
|     <name>openapi-generator-project</name> | ||||
|     <version>3.1.2-SNAPSHOT</version> | ||||
|     <version>3.1.2</version> | ||||
|     <url>https://github.com/openapitools/openapi-generator</url> | ||||
|     <scm> | ||||
|         <connection>scm:git:git@github.com:openapitools/openapi-generator.git</connection> | ||||
|  | ||||
| @ -10,7 +10,7 @@ | ||||
|     <artifactId>openapi-generator-project</artifactId> | ||||
|     <packaging>pom</packaging> | ||||
|     <name>openapi-generator-project</name> | ||||
|     <version>3.1.2-SNAPSHOT</version> | ||||
|     <version>3.1.2</version> | ||||
|     <url>https://github.com/openapitools/openapi-generator</url> | ||||
|     <scm> | ||||
|         <connection>scm:git:git@github.com:openapitools/openapi-generator.git</connection> | ||||
|  | ||||
| @ -9,7 +9,7 @@ | ||||
|     <artifactId>openapi-generator-project</artifactId> | ||||
|     <packaging>pom</packaging> | ||||
|     <name>openapi-generator-project</name> | ||||
|     <version>3.1.2-SNAPSHOT</version> | ||||
|     <version>3.1.2</version> | ||||
|     <url>https://github.com/openapitools/openapi-generator</url> | ||||
|     <scm> | ||||
|         <connection>scm:git:git@github.com:openapitools/openapi-generator.git</connection> | ||||
|  | ||||
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							| @ -2,7 +2,7 @@ | ||||
| 
 | ||||
| <div align="center"> | ||||
| 
 | ||||
| [Master](https://github.com/OpenAPITools/openapi-generator/tree/master) (`3.1.1`): [](https://travis-ci.org/OpenAPITools/openapi-generator) | ||||
| [Master](https://github.com/OpenAPITools/openapi-generator/tree/master) (`3.1.2`): [](https://travis-ci.org/OpenAPITools/openapi-generator) | ||||
| [](https://circleci.com/gh/OpenAPITools/openapi-generator) | ||||
| [](https://app.shippable.com/github/OpenAPITools/openapi-generator) | ||||
| [](https://ci.appveyor.com/project/WilliamCheng/openapi-generator-wh2wu) | ||||
| @ -89,7 +89,7 @@ OpenAPI Generator Version    | Release Date | OpenAPI Spec compatibility | Notes | ||||
| ---------------------------- | ------------ | -------------------------- | ----- | ||||
| 4.0.0 (upcoming major release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/4.0.0-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Major release with breaking changes (no fallback) | ||||
| 3.2.0 (upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/3.2.0-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release with breaking changes (with fallbacks) | ||||
| 3.1.2-SNAPSHOT (current master, upcoming patch release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/3.1.2-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Bugfix release | ||||
| [3.1.2](https://github.com/OpenAPITools/openapi-generator/releases/tag/v3.1.2) | 25.07.2018 | 1.0, 1.1, 1.2, 2.0, 3.0   | Bugfix release | ||||
| [3.1.1](https://github.com/OpenAPITools/openapi-generator/releases/tag/v3.1.1) | 18.07.2018 | 1.0, 1.1, 1.2, 2.0, 3.0   | Bugfix release | ||||
| [3.1.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v3.1.0) | 06.07.2018 | 1.0, 1.1, 1.2, 2.0, 3.0   | Minor release with breaking changes (with fallbacks) | ||||
| [3.0.3](https://github.com/OpenAPITools/openapi-generator/releases/tag/v3.0.3) | 27.06.2018 | 1.0, 1.1, 1.2, 2.0, 3.0   | Bugfix release | ||||
| @ -147,16 +147,16 @@ See the different versions of the [openapi-generator-cli](https://mvnrepository. | ||||
| 
 | ||||
| If you're looking for the latest stable version, you can grab it directly from Maven.org (Java 8 runtime at a minimum): | ||||
| 
 | ||||
| JAR location: `http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.1.1/openapi-generator-cli-3.1.1.jar` | ||||
| JAR location: `http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.1.2/openapi-generator-cli-3.1.2.jar` | ||||
| 
 | ||||
| For **Mac/Linux** users: | ||||
| ```sh | ||||
| wget http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.1.1/openapi-generator-cli-3.1.1.jar -O openapi-generator-cli.jar | ||||
| wget http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.1.2/openapi-generator-cli-3.1.2.jar -O openapi-generator-cli.jar | ||||
| ``` | ||||
| 
 | ||||
| For **Windows** users, you will need to install [wget](http://gnuwin32.sourceforge.net/packages/wget.htm) or you can use Invoke-WebRequest in PowerShell (3.0+), e.g. | ||||
| ``` | ||||
| Invoke-WebRequest -OutFile openapi-generator-cli.jar http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.1.1/openapi-generator-cli-3.1.1.jar | ||||
| Invoke-WebRequest -OutFile openapi-generator-cli.jar http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.1.2/openapi-generator-cli-3.1.2.jar | ||||
| ``` | ||||
| 
 | ||||
| After downloading the JAR, run `java -jar openapi-generator-cli.jar help` to show the usage. | ||||
|  | ||||
| @ -3,7 +3,7 @@ | ||||
|     <parent> | ||||
|         <groupId>org.openapitools</groupId> | ||||
|         <artifactId>openapi-generator-project</artifactId> | ||||
|         <version>3.1.2-SNAPSHOT</version> | ||||
|         <version>3.1.2</version> | ||||
|         <relativePath>../..</relativePath> | ||||
|     </parent> | ||||
|     <modelVersion>4.0.0</modelVersion> | ||||
|  | ||||
| @ -34,7 +34,7 @@ buildscript { | ||||
|     mavenCentral() | ||||
|   } | ||||
|   dependencies { | ||||
|     classpath "org.openapitools:openapi-generator-gradle-plugin:3.1.1" | ||||
|     classpath "org.openapitools:openapi-generator-gradle-plugin:3.1.2" | ||||
|   } | ||||
| } | ||||
| 
 | ||||
|  | ||||
| @ -1,4 +1,4 @@ | ||||
| openApiGeneratorVersion=3.1.2-SNAPSHOT | ||||
| openApiGeneratorVersion=3.1.2 | ||||
| 
 | ||||
| # BEGIN placeholders | ||||
| # these are just placeholders to allow contributors to build directly | ||||
|  | ||||
| @ -3,7 +3,7 @@ | ||||
|     <parent> | ||||
|         <groupId>org.openapitools</groupId> | ||||
|         <artifactId>openapi-generator-project</artifactId> | ||||
|         <version>3.1.2-SNAPSHOT</version> | ||||
|         <version>3.1.2</version> | ||||
|         <relativePath>../..</relativePath> | ||||
|     </parent> | ||||
|     <modelVersion>4.0.0</modelVersion> | ||||
|  | ||||
| @ -16,5 +16,5 @@ gradle buildGoSdk | ||||
| The samples can be tested against other versions of the plugin using the `openApiGeneratorVersion` property. For example: | ||||
| 
 | ||||
| ```bash | ||||
| gradle -PopenApiGeneratorVersion=3.1.1 openApiValidate | ||||
| gradle -PopenApiGeneratorVersion=3.1.2 openApiValidate | ||||
| ``` | ||||
|  | ||||
| @ -1 +1 @@ | ||||
| openApiGeneratorVersion=3.1.1 | ||||
| openApiGeneratorVersion=3.1.2 | ||||
|  | ||||
| @ -11,7 +11,7 @@ Add to your `build->plugins` section (default phase is `generate-sources` phase) | ||||
| <plugin> | ||||
|     <groupId>org.openapitools</groupId> | ||||
|     <artifactId>openapi-generator-maven-plugin</artifactId> | ||||
|     <version>3.1.1</version> | ||||
|     <version>3.1.2</version> | ||||
|     <executions> | ||||
|         <execution> | ||||
|             <goals> | ||||
|  | ||||
| @ -4,7 +4,7 @@ | ||||
|     <parent> | ||||
|         <groupId>org.openapitools</groupId> | ||||
|         <artifactId>openapi-generator-project</artifactId> | ||||
|         <version>3.1.2-SNAPSHOT</version> | ||||
|         <version>3.1.2</version> | ||||
|         <relativePath>../..</relativePath> | ||||
|     </parent> | ||||
|     <artifactId>openapi-generator-maven-plugin</artifactId> | ||||
|  | ||||
| @ -2,7 +2,7 @@ FROM openjdk:8-jre-alpine | ||||
| 
 | ||||
| WORKDIR /generator | ||||
| 
 | ||||
| COPY target/openapi-generator-online-3.1.2-SNAPSHOT.jar /generator/openapi-generator-online.jar | ||||
| COPY target/openapi-generator-online-3.1.2.jar /generator/openapi-generator-online.jar | ||||
| 
 | ||||
| ENV GENERATOR_HOST=http://localhost | ||||
| 
 | ||||
|  | ||||
| @ -3,7 +3,7 @@ | ||||
|     <parent> | ||||
|         <groupId>org.openapitools</groupId> | ||||
|         <artifactId>openapi-generator-project</artifactId> | ||||
|         <version>3.1.2-SNAPSHOT</version> | ||||
|         <version>3.1.2</version> | ||||
|         <relativePath>../..</relativePath> | ||||
|     </parent> | ||||
|     <artifactId>openapi-generator-online</artifactId> | ||||
|  | ||||
| @ -3,7 +3,7 @@ | ||||
|     <parent> | ||||
|         <groupId>org.openapitools</groupId> | ||||
|         <artifactId>openapi-generator-project</artifactId> | ||||
|         <version>3.1.2-SNAPSHOT</version> | ||||
|         <version>3.1.2</version> | ||||
|         <relativePath>../..</relativePath> | ||||
|     </parent> | ||||
|     <modelVersion>4.0.0</modelVersion> | ||||
|  | ||||
							
								
								
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							| @ -9,7 +9,7 @@ | ||||
|     <artifactId>openapi-generator-project</artifactId> | ||||
|     <packaging>pom</packaging> | ||||
|     <name>openapi-generator-project</name> | ||||
|     <version>3.1.2-SNAPSHOT</version> | ||||
|     <version>3.1.2</version> | ||||
|     <url>https://github.com/openapitools/openapi-generator</url> | ||||
|     <scm> | ||||
|         <connection>scm:git:git@github.com:openapitools/openapi-generator.git</connection> | ||||
|  | ||||
| @ -12,7 +12,7 @@ build: | ||||
|   ci: | ||||
|     - mvn --quiet clean install | ||||
|     # ensure all modifications created by 'mature' generators are in the git repo | ||||
|     - ./bin/utils/ensure-up-to-date | ||||
|     #- ./bin/utils/ensure-up-to-date | ||||
|     # prepare environment for tests | ||||
|     - sudo apt-get update -qq | ||||
|     # install stack | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user