From ad3b855b2d540dbe69ffcb9300165166ae0f1376 Mon Sep 17 00:00:00 2001 From: Florian Benz Date: Thu, 11 May 2017 16:06:23 +0200 Subject: [PATCH] Version 1.0.7 --- pom.xml | 2 +- spring-auto-restdocs-core/pom.xml | 2 +- spring-auto-restdocs-docs/pom.xml | 2 +- spring-auto-restdocs-example/build.gradle | 2 +- spring-auto-restdocs-example/pom.xml | 4 ++-- spring-auto-restdocs-json-doclet/pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index c846e619..28cecf83 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ capital.scalable spring-auto-restdocs-parent - 1.0.7-SNAPSHOT + 1.0.7 pom Spring Auto REST Docs Parent POM diff --git a/spring-auto-restdocs-core/pom.xml b/spring-auto-restdocs-core/pom.xml index 593e2b38..06478acd 100644 --- a/spring-auto-restdocs-core/pom.xml +++ b/spring-auto-restdocs-core/pom.xml @@ -7,7 +7,7 @@ capital.scalable spring-auto-restdocs-parent - 1.0.7-SNAPSHOT + 1.0.7 .. diff --git a/spring-auto-restdocs-docs/pom.xml b/spring-auto-restdocs-docs/pom.xml index e6585325..ef190ec4 100644 --- a/spring-auto-restdocs-docs/pom.xml +++ b/spring-auto-restdocs-docs/pom.xml @@ -6,7 +6,7 @@ capital.scalable spring-auto-restdocs-parent - 1.0.7-SNAPSHOT + 1.0.7 .. diff --git a/spring-auto-restdocs-example/build.gradle b/spring-auto-restdocs-example/build.gradle index 5ef0cf8b..0d77498b 100644 --- a/spring-auto-restdocs-example/build.gradle +++ b/spring-auto-restdocs-example/build.gradle @@ -17,7 +17,7 @@ apply plugin: 'org.springframework.boot' apply plugin: 'org.asciidoctor.convert' group = 'capital.scalable' -version = '1.0.7-SNAPSHOT' +version = '1.0.7' description = """Spring Auto REST Docs Example Project""" diff --git a/spring-auto-restdocs-example/pom.xml b/spring-auto-restdocs-example/pom.xml index 1b412e6c..bac4f73f 100644 --- a/spring-auto-restdocs-example/pom.xml +++ b/spring-auto-restdocs-example/pom.xml @@ -13,7 +13,7 @@ capital.scalable spring-auto-restdocs-example - 1.0.7-SNAPSHOT + 1.0.7 Spring Auto REST Docs Example Project Example project for Spring Auto REST Docs @@ -24,7 +24,7 @@ UTF-8 ${project.build.directory}/generated-snippets capital.scalable.restdocs.example.Application - 1.0.7-SNAPSHOT + 1.0.7 diff --git a/spring-auto-restdocs-json-doclet/pom.xml b/spring-auto-restdocs-json-doclet/pom.xml index 2aec3277..5bd0f1a1 100644 --- a/spring-auto-restdocs-json-doclet/pom.xml +++ b/spring-auto-restdocs-json-doclet/pom.xml @@ -5,7 +5,7 @@ capital.scalable spring-auto-restdocs-parent - 1.0.7-SNAPSHOT + 1.0.7 ..