File tree Expand file tree Collapse file tree 8 files changed +12
-9
lines changed
export-customize-plantUml
export-dynamic-view-plantUml
export-functional-view-plantUml
export-system-landscape-plantUml Expand file tree Collapse file tree 8 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments