From ca7d3cab4f0c27a6d0ffdfc95fc9b3b5d7a9adc7 Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Thu, 10 Dec 2015 16:33:41 +0000 Subject: [PATCH] Updated version number. --- README.md | 12 ++++++------ docs/spring-petclinic.md | 6 +++--- swagger.txt | 3 +-- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 5f5bd663..ba2aaf48 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,10 @@ The dependencies for use with Maven, Ivy, Gradle, etc are as follows. Name | Description ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- -com.structurizr:structurizr-core:0.5.0 | The core library that can used to create models. -com.structurizr:structurizr-client:0.5.0 | The structurizr.com API client for Java for uploading models. -com.structurizr:structurizr-spring:0.5.0 | The Spring integration to extract classes annotated @Controller, @Service and @Repository for identification as components. -com.structurizr:structurizr-annotations:0.5.0 | Annotations to add software architecture hints into your own code. +com.structurizr:structurizr-core:0.6.0 | The core library that can used to create models. +com.structurizr:structurizr-client:0.6.0 | The structurizr.com API client for Java for uploading models. +com.structurizr:structurizr-spring:0.6.0 | The Spring integration to extract classes annotated @Controller, @Service and @Repository for identification as components. +com.structurizr:structurizr-annotations:0.6.0 | Annotations to add software architecture hints into your own code. ## Getting started @@ -71,8 +71,8 @@ The dependencies for use with Maven, Ivy, Gradle, etc are as follows. Name | Description ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- -com.structurizr:structurizr-core:0.5.0 | The core library that can used to create models. -com.structurizr:structurizr-client:0.5.0 | The structurizr.com API client for Java for uploading models. +com.structurizr:structurizr-core:0.6.0 | The core library that can used to create models. +com.structurizr:structurizr-client:0.6.0 | The structurizr.com API client for Java for uploading models. ### 2. Create a model diff --git a/docs/spring-petclinic.md b/docs/spring-petclinic.md index 83ca5f6f..a656feb0 100644 --- a/docs/spring-petclinic.md +++ b/docs/spring-petclinic.md @@ -30,9 +30,9 @@ With the Spring PetClinic application built, we now need to create a software ar Name | Description ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- -com.structurizr:structurizr-core:0.5.0 | The core library that can used to create models. -com.structurizr:structurizr-client:0.5.0 | The structurizr.com API client for Java for uploading models. -com.structurizr:structurizr-spring:0.5.0 | The Spring component finder. +com.structurizr:structurizr-core:0.6.0 | The core library that can used to create models. +com.structurizr:structurizr-client:0.6.0 | The structurizr.com API client for Java for uploading models. +com.structurizr:structurizr-spring:0.6.0 | The Spring component finder. First we need to create a little boilerplate code to create a workspace and a model. diff --git a/swagger.txt b/swagger.txt index 44613d7c..dd1f3f64 100644 --- a/swagger.txt +++ b/swagger.txt @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 0.5.0 + version: 0.6.0 title: Structurizr description: This is the API for Structurizr. host: api.structurizr.com @@ -474,4 +474,3 @@ definitions: type: number format: integer description: The position of the annotation along the line; 0 (start) to 100 (end). - \ No newline at end of file