Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalegi committed Aug 15, 2023
1 parent 8b4af18 commit 8a08534
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Create release files

```
$newVersion = '0.0.6'
$newVersion = '0.0.7'
mvn versions:set "-DgenerateBackupPoms=false" "-DnewVersion=${newVersion}"
git add pom.xml
mvn dependency:tree "-DoutputFile=dependencies-tree.txt"
Expand Down
2 changes: 1 addition & 1 deletion dependencies-tree.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
it.vitalegi:structurizr-md:jar:0.0.5
it.vitalegi:structurizr-md:jar:0.0.6
+- com.structurizr:structurizr-core:jar:1.26.1:compile
| +- com.fasterxml.jackson.core:jackson-annotations:jar:2.14.2:compile
| +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>it.vitalegi</groupId>
<artifactId>structurizr-md</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 8a08534

Please sign in to comment.