Skip to content

Commit b8c35fb

Browse files
author
markschenk
committed
Release version 0.1.0 pf C4 Modeling
1 parent e15fd55 commit b8c35fb

File tree

8 files changed

+12
-9
lines changed

8 files changed

+12
-9
lines changed

c4Modeling-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.uniknow</groupId>
99
<artifactId>c4Modeling</artifactId>
10-
<version>0.1.0-SNAPSHOT</version>
10+
<version>0.1.0</version>
1111
</parent>
1212

1313
<groupId>org.uniknow.c4Modeling</groupId>

c4Modeling-maven-plugin/src/it/export-customize-plantUml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<plugin>
1414
<groupId>org.uniknow.c4Modeling</groupId>
1515
<artifactId>c4Modeling-maven-plugin</artifactId>
16-
<version>0.1.0-SNAPSHOT</version>
16+
<version>0.1.0</version>
1717
<configuration>
1818
<model>src/main/structurizr/model.dsl</model>
1919
<include>${project.basedir}/src/main/structurizr/customize.iuml</include>

c4Modeling-maven-plugin/src/it/export-dynamic-view-plantUml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<plugin>
1414
<groupId>org.uniknow.c4Modeling</groupId>
1515
<artifactId>c4Modeling-maven-plugin</artifactId>
16-
<version>0.1.0-SNAPSHOT</version>
16+
<version>0.1.0</version>
1717
<configuration>
1818
<model>src/main/structurizr/model.dsl</model>
1919
<output>${build.directory}</output>

c4Modeling-maven-plugin/src/it/export-functional-view-plantUml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<plugin>
1414
<groupId>org.uniknow.c4Modeling</groupId>
1515
<artifactId>c4Modeling-maven-plugin</artifactId>
16-
<version>0.1.0-SNAPSHOT</version>
16+
<version>0.1.0</version>
1717
<configuration>
1818
<model>src/main/structurizr/model.c4</model>
1919
<output>${build.directory}</output>

c4Modeling-maven-plugin/src/it/export-legend-plantUml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<plugin>
1414
<groupId>org.uniknow.c4Modeling</groupId>
1515
<artifactId>c4Modeling-maven-plugin</artifactId>
16-
<version>0.1.0-SNAPSHOT</version>
16+
<version>0.1.0</version>
1717
<configuration>
1818
<model>src/main/structurizr/model.dsl</model>
1919
<include>${project.basedir}/src/main/structurizr/customize.iuml</include>

c4Modeling-maven-plugin/src/it/export-system-landscape-plantUml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<plugin>
1414
<groupId>org.uniknow.c4Modeling</groupId>
1515
<artifactId>c4Modeling-maven-plugin</artifactId>
16-
<version>0.1.0-SNAPSHOT</version>
16+
<version>0.1.0</version>
1717
<configuration>
1818
<model>src/main/structurizr/model.c4</model>
1919
<output>${build.directory}</output>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77

88
<groupId>org.uniknow</groupId>
99
<artifactId>c4Modeling</artifactId>
10-
<version>0.1.0-SNAPSHOT</version>
10+
<version>0.1.0</version>
1111
<name>C4 Modeling</name>
1212
<description>Tools, templates and examples C4 Modeling</description>
13+
<url>http://github.com/UniKnow/c4Modeling</url>
1314
<packaging>pom</packaging>
1415

1516
<licenses>
@@ -40,7 +41,7 @@
4041

4142
<scm>
4243
<url>http://github.com/UniKnow/c4Modeling</url>
43-
<!-- <connection>https://github.com/UniKnow/c4Modeling.git</connection>-->
44+
<connection>https://github.com/UniKnow/c4Modeling.git</connection>
4445
<developerConnection>https://github.com/UniKnow/c4Modeling.git</developerConnection>
4546
</scm>
4647

readme.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
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.
1+
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.
2+
3+
To release C4 Model artifacts execute the following command: mvn -P release-signed-artifacts deploy

0 commit comments

Comments
 (0)