Skip to content

Commit

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

Name | Description
----------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------
com.structurizr:structurizr-core:1.1.0 | The core library that can used to create software architecture models.
com.structurizr:structurizr-client:1.1.0 | The API client for publishing models on the Structurizr cloud service and on-premises installation.
com.structurizr:structurizr-analysis:1.1.0 | Provides analysis capabilities, using reflection on compiled bytecode to find components.
com.structurizr:structurizr-spring:1.1.0 | 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.1.0 | A very small, standalone, library that allows you to add software architecture hints into your own code.
com.structurizr:structurizr-plantuml:1.1.0 | Provides the ability to export view definitions to PlantUML diagram definitions.
com.structurizr:structurizr-dot:1.1.0 | Provides the ability to export view definitions to a DOT file, so they can be rendered with graphviz.
com.structurizr:structurizr-websequencediagrams:1.1.0 | Provides the ability to export dynamic view definitions to WebSequenceDiagrams diagram definitions.
com.structurizr:structurizr-adr-tools:1.1.0 | Imports architecture decision records (ADRs) from the adr-tools tooling.
com.structurizr:structurizr-core:1.3.1 | The core library that can used to create software architecture models.
com.structurizr:structurizr-client:1.3.1 | The API client for publishing models on the Structurizr cloud service and on-premises installation.
com.structurizr:structurizr-analysis:1.3.1 | Provides analysis capabilities, using reflection on compiled bytecode to find components.
com.structurizr:structurizr-spring:1.3.1 | 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.3.1 | A very small, standalone, library that allows you to add software architecture hints into your own code.
com.structurizr:structurizr-plantuml:1.3.1 | Provides the ability to export view definitions to PlantUML diagram definitions.
com.structurizr:structurizr-dot:1.3.1 | Provides the ability to export view definitions to a DOT file, so they can be rendered with graphviz.
com.structurizr:structurizr-websequencediagrams:1.3.1 | Provides the ability to export dynamic view definitions to WebSequenceDiagrams diagram definitions.
com.structurizr:structurizr-adr-tools:1.3.1 | Imports architecture decision records (ADRs) from the adr-tools tooling.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.3.1 (unreleased)
## 1.3.1 (29th October 2019)

- The automatic layout algorithm can now be configured on individual views.
- The structurizr-annotations library can now be more easily used with OSGi applications.
Expand Down
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.1.0 | The Structurizr API client library.
com.structurizr:structurizr-client:1.3.1 | The Structurizr API client library.

## 2. Create a Java program

Expand Down

0 comments on commit 93d8949

Please sign in to comment.