diff --git a/1.2.0/images/Swagger2Markup.PNG b/1.1.1/images/Swagger2Markup.PNG similarity index 100% rename from 1.2.0/images/Swagger2Markup.PNG rename to 1.1.1/images/Swagger2Markup.PNG diff --git a/1.2.0/images/Swagger2Markup_definitions.PNG b/1.1.1/images/Swagger2Markup_definitions.PNG similarity index 100% rename from 1.2.0/images/Swagger2Markup_definitions.PNG rename to 1.1.1/images/Swagger2Markup_definitions.PNG diff --git a/1.2.0/images/confluence_petstore_screenshot_1024.png b/1.1.1/images/confluence_petstore_screenshot_1024.png similarity index 100% rename from 1.2.0/images/confluence_petstore_screenshot_1024.png rename to 1.1.1/images/confluence_petstore_screenshot_1024.png diff --git a/1.2.0/images/overview_extension_points.png b/1.1.1/images/overview_extension_points.png similarity index 100% rename from 1.2.0/images/overview_extension_points.png rename to 1.1.1/images/overview_extension_points.png diff --git a/1.2.0/images/titledSwagger.png b/1.1.1/images/titledSwagger.png similarity index 100% rename from 1.2.0/images/titledSwagger.png rename to 1.1.1/images/titledSwagger.png diff --git a/1.2.0/images/untitledSwagger.png b/1.1.1/images/untitledSwagger.png similarity index 100% rename from 1.2.0/images/untitledSwagger.png rename to 1.1.1/images/untitledSwagger.png diff --git a/1.2.0/index.html b/1.1.1/index.html similarity index 99% rename from 1.2.0/index.html rename to 1.1.1/index.html index aa74d799..154c0283 100644 --- a/1.2.0/index.html +++ b/1.1.1/index.html @@ -515,7 +515,7 @@ table.CodeRay td.code>pre{padding:0}

Swagger2Markup Documentation

Robert Winkler
-version 1.2.0, +version 1.1.1, 2017-01-05
@@ -747,7 +747,7 @@ The groupId has been changed from io.github.robwin +compile "io.github.swagger2markup:swagger2markup:1.1.1"
@@ -782,7 +782,7 @@ compile "io.github.swagger2markup:swagger2markup:1.2.0" <dependency> <groupId>io.github.swagger2markup</groupId> <artifactId>swagger2markup</artifactId> - <version>1.2.0</version> + <version>1.1.1</version> </dependency> @@ -2061,7 +2061,7 @@ Extension content titles must always start from level 1. The ti jCenter() } -compile "io.github.swagger2markup:swagger2markup-import-files-ext:1.2.1" +compile "io.github.swagger2markup:swagger2markup-import-files-ext:1.2.0-SNAPSHOT"
@@ -2361,7 +2361,7 @@ definitions/Pet/definition-begin-description.adoc jCenter() } -compile "io.github.swagger2markup:swagger2markup-spring-restdocs-ext:1.2.1" +compile "io.github.swagger2markup:swagger2markup-spring-restdocs-ext:1.2.0-SNAPSHOT"
@@ -2489,7 +2489,7 @@ compile "io.github.swagger2markup:swagger2markup-spring-restdocs-ext:1.2.1" +compile "io.github.swagger2markup:swagger2markup-import-schemas-ext:1.2.0-SNAPSHOT"
@@ -2563,7 +2563,7 @@ The Gradle Plugin requires at least JDK 8. } dependencies { - classpath 'io.github.swagger2markup:swagger2markup-gradle-plugin:1.2.0' + classpath 'io.github.swagger2markup:swagger2markup-gradle-plugin:1.1.1' } } @@ -2693,7 +2693,7 @@ The Maven Plugin requires at least JDK 8. <plugin> <groupId>io.github.swagger2markup</groupId> <artifactId>swagger2markup-maven-plugin</artifactId> - <version>1.2.0</version> + <version>1.1.1</version> </plugin> </plugins> </build> @@ -2718,7 +2718,7 @@ The Maven Plugin requires at least JDK 8. <plugin> <groupId>io.github.swagger2markup</groupId> <artifactId>swagger2markup-maven-plugin</artifactId> - <version>1.2.0</version> + <version>1.1.1</version> <configuration> <swaggerInput>${project.basedir}/src/docs/swagger/swagger_petstore.yaml</swaggerInput> <outputDir>${project.build.directory}/asciidoc</outputDir> @@ -2823,7 +2823,7 @@ The CLI requires at least JDK 8.
-
java -jar swagger2markup-cli-1.2.0.jar help convert
+
java -jar swagger2markup-cli-1.1.1.jar help convert
@@ -2867,7 +2867,7 @@ OPTIONS
-
java -jar swagger2markup-cli-1.2.0.jar convert -i /path/to/swagger_petstore.yaml -d /tmp/asiidoc
+
java -jar swagger2markup-cli-1.1.1.jar convert -i /path/to/swagger_petstore.yaml -d /tmp/asiidoc
@@ -2881,7 +2881,7 @@ OPTIONS
-
java -jar swagger2markup-cli-1.2.0.jar convert -i /path/to/swagger_petstore.yaml -f /tmp/asiidoc/swagger
+
java -jar swagger2markup-cli-1.1.1.jar convert -i /path/to/swagger_petstore.yaml -f /tmp/asiidoc/swagger
@@ -2907,7 +2907,7 @@ The input file must not have a file extension
-
java -jar swagger2markup-cli-1.2.0.jar convert -i "http://petstore.swagger.io/v2/swagger.json" -d /tmp
+
java -jar swagger2markup-cli-1.1.1.jar convert -i "http://petstore.swagger.io/v2/swagger.json" -d /tmp
@@ -2929,7 +2929,7 @@ swagger2markup.outputLanguage=DE
-
java -jar swagger2markup-cli-1.2.0.jar convert -i /path/to/swagger_petstore.yaml -o /tmp -c /path/to/config.properties
+
java -jar swagger2markup-cli-1.1.1.jar convert -i /path/to/swagger_petstore.yaml -o /tmp -c /path/to/config.properties
@@ -3111,8 +3111,8 @@ The Swagger JSON response can be converted using the G