Skip to content

Commit

Permalink
Updated version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Aug 11, 2018
1 parent 09a8a1d commit 6a8b327
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
17 changes: 9 additions & 8 deletions docs/binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ The "Structurizr for Java" binaries are hosted on [Maven Central](https://repo1.

Name | Description
------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------
com.structurizr:structurizr-core:1.0.0-RC6 | The core library that can used to create software architecture models.
com.structurizr:structurizr-client:1.0.0-RC6 | The API client for publishing models on the Structurizr cloud service and on-premises installation.
com.structurizr:structurizr-analysis:1.0.0-RC6 | Provides analysis capabilities, using reflection on compiled bytecode to find components.
com.structurizr:structurizr-spring:1.0.0-RC6 | Extends structurizr-analysis to help find Spring components that correspond to Java types annotated ```@Controller```, ```@RestController```, ```@Component```, ```@Service``` and ```@Repository```, plus those that extend ```JpaRepository```.
com.structurizr:structurizr-annotations:1.0.0-RC6 | A very small, standalone, library that allows you to add software architecture hints into your own code.
com.structurizr:structurizr-plantuml:1.0.0-RC6 | Provides the ability to export view definitions to PlantUML diagram definitions.
com.structurizr:structurizr-dot:1.0.0-RC6 | Provides the ability to export view definitions to a DOT file, so they can be rendered with graphviz.
com.structurizr:structurizr-websequencediagrams:1.0.0-RC6 | Provides the ability to export dynamic view definitions to WebSequenceDiagrams diagram definitions.
com.structurizr:structurizr-core:1.0.0-RC7 | The core library that can used to create software architecture models.
com.structurizr:structurizr-client:1.0.0-RC7 | The API client for publishing models on the Structurizr cloud service and on-premises installation.
com.structurizr:structurizr-analysis:1.0.0-RC7 | Provides analysis capabilities, using reflection on compiled bytecode to find components.
com.structurizr:structurizr-spring:1.0.0-RC7 | Extends structurizr-analysis to help find Spring components that correspond to Java types annotated ```@Controller```, ```@RestController```, ```@Component```, ```@Service``` and ```@Repository```, plus those that extend ```JpaRepository```.
com.structurizr:structurizr-annotations:1.0.0-RC7 | A very small, standalone, library that allows you to add software architecture hints into your own code.
com.structurizr:structurizr-plantuml:1.0.0-RC7 | Provides the ability to export view definitions to PlantUML diagram definitions.
com.structurizr:structurizr-dot:1.0.0-RC7 | Provides the ability to export view definitions to a DOT file, so they can be rendered with graphviz.
com.structurizr:structurizr-websequencediagrams:1.0.0-RC7 | Provides the ability to export dynamic view definitions to WebSequenceDiagrams diagram definitions.
com.structurizr:structurizr-adr-tools:1.0.0-RC7 | Imports architecture decision records (ADRs) from the adr-tools tooling.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Structurizr for Java binaries are hosted on [Maven Central](https://repo1.ma

Name | Description
------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------
com.structurizr:structurizr-client:1.0.0-RC6 | The Structurizr API client library.
com.structurizr:structurizr-client:1.0.0-RC7 | The Structurizr API client library.

## 2. Create a Java program

Expand Down
4 changes: 2 additions & 2 deletions docs/spring-petclinic.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ With the Spring PetClinic application built, we now need to create a software ar

Name | Description
------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------
com.structurizr:structurizr-client:1.0.0-RC6 | The Structurizr API client library.
com.structurizr:structurizr-spring:1.0.0-RC6 | The Spring component finder.
com.structurizr:structurizr-client:1.0.0-RC7 | The Structurizr API client library.
com.structurizr:structurizr-spring:1.0.0-RC7 | The Spring component finder.

First we need to create a little boilerplate code to create a workspace and a model.

Expand Down

0 comments on commit 6a8b327

Please sign in to comment.