Skip to content

Commit

Permalink
new development version 2.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Goldhahn committed Feb 21, 2024
1 parent 967c8da commit c5e190a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plantuml-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>no.maddin.plantuml</groupId>
<artifactId>plantuml</artifactId>
<version>2.2.0</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>plantuml-docker</artifactId>
<packaging>pom</packaging>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>no.maddin.plantuml</groupId>
<artifactId>plantuml-web</artifactId>
<version>2.2.0</version>
<version>2.3.0-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion plantuml-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>no.maddin.plantuml</groupId>
<artifactId>plantuml</artifactId>
<version>2.2.0</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>plantuml-web</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>no.maddin.plantuml</groupId>
<artifactId>plantuml</artifactId>
<version>2.2.0</version>
<version>2.3.0-SNAPSHOT</version>

<properties>
<spring.boot.version>3.2.1</spring.boot.version>
Expand Down

0 comments on commit c5e190a

Please sign in to comment.