Skip to content

Commit

Permalink
Release version 0.1.0 pf C4 Modeling
Browse files Browse the repository at this point in the history
  • Loading branch information
markschenk committed Jul 6, 2021
1 parent e15fd55 commit b8c35fb
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion c4Modeling-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.uniknow</groupId>
<artifactId>c4Modeling</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<groupId>org.uniknow.c4Modeling</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<plugin>
<groupId>org.uniknow.c4Modeling</groupId>
<artifactId>c4Modeling-maven-plugin</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<configuration>
<model>src/main/structurizr/model.dsl</model>
<include>${project.basedir}/src/main/structurizr/customize.iuml</include>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<plugin>
<groupId>org.uniknow.c4Modeling</groupId>
<artifactId>c4Modeling-maven-plugin</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<configuration>
<model>src/main/structurizr/model.dsl</model>
<output>${build.directory}</output>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<plugin>
<groupId>org.uniknow.c4Modeling</groupId>
<artifactId>c4Modeling-maven-plugin</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<configuration>
<model>src/main/structurizr/model.c4</model>
<output>${build.directory}</output>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<plugin>
<groupId>org.uniknow.c4Modeling</groupId>
<artifactId>c4Modeling-maven-plugin</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<configuration>
<model>src/main/structurizr/model.dsl</model>
<include>${project.basedir}/src/main/structurizr/customize.iuml</include>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<plugin>
<groupId>org.uniknow.c4Modeling</groupId>
<artifactId>c4Modeling-maven-plugin</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<configuration>
<model>src/main/structurizr/model.c4</model>
<output>${build.directory}</output>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@

<groupId>org.uniknow</groupId>
<artifactId>c4Modeling</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>C4 Modeling</name>
<description>Tools, templates and examples C4 Modeling</description>
<url>http://github.com/UniKnow/c4Modeling</url>
<packaging>pom</packaging>

<licenses>
Expand Down Expand Up @@ -40,7 +41,7 @@

<scm>
<url>http://github.com/UniKnow/c4Modeling</url>
<!-- <connection>https://github.com/UniKnow/c4Modeling.git</connection>-->
<connection>https://github.com/UniKnow/c4Modeling.git</connection>
<developerConnection>https://github.com/UniKnow/c4Modeling.git</developerConnection>
</scm>

Expand Down
4 changes: 3 additions & 1 deletion readme.asciidoc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
POC to see whether we can use the C4 model to generate system and functional view for architecture document. Ultimate goal is to realize a set of tooling and templates that can be used by regular developers to describe within their IDE the architecture of the system they are working on.
POC to see whether we can use the C4 model to generate system and functional view for architecture document. Ultimate goal is to realize a set of tooling and templates that can be used by regular developers to describe within their IDE the architecture of the system they are working on.

To release C4 Model artifacts execute the following command: mvn -P release-signed-artifacts deploy

0 comments on commit b8c35fb

Please sign in to comment.