You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by ah...@apache.org on 2023/02/19 06:36:03 UTC

[causeway] branch master updated: revert commit: Bump structurizr-core from 1.19.0 to 1.20.1

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new 3daa234431 revert commit: Bump structurizr-core from 1.19.0 to 1.20.1
3daa234431 is described below

commit 3daa234431183785a5ebd1b48e5ec533ef997af6
Author: andi-huber <ah...@apache.org>
AuthorDate: Sun Feb 19 07:35:57 2023 +0100

    revert commit: Bump structurizr-core from 1.19.0 to 1.20.1
    
    - structurizr-core 1.20+ needs structurizr-plantuml newer than 1.6.3,
                            which is not availabale as of yet (19-feb-2023)
---
 tooling/pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tooling/pom.xml b/tooling/pom.xml
index 64ce1c7ab8..bf41425f99 100644
--- a/tooling/pom.xml
+++ b/tooling/pom.xml
@@ -42,7 +42,10 @@
 		<gradle-tooling.version>7.1.1</gradle-tooling.version>
 		<maven-model-builder.version>3.9.0</maven-model-builder.version>
 		<picocli.version>4.7.1</picocli.version>
-		<structurizr.version>1.20.1</structurizr.version>
+		
+		<!-- structurizr-core 1.20+ needs structurizr-plantuml newer than 1.6.3,
+			which is not availabale as of yet (19-feb-2023) -->
+		<structurizr.version>1.19.0</structurizr.version> 
 		<structurizr-plantuml.version>1.6.3</structurizr-plantuml.version>
 
 	</properties>