Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
maddingo committed Jan 27, 2024
1 parent 77ceed8 commit a41cd88
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
target/
.idea/
.envrc
/plantuml-web/config/
/plantuml-web/config/
pom.xml.versionsBackup
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.1.0-SNAPSHOT</version>
<version>2.1.0</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.1.0-SNAPSHOT</version>
<version>2.1.0</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.1.0-SNAPSHOT</version>
<version>2.1.0</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.1.0-SNAPSHOT</version>
<version>2.1.0</version>

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

0 comments on commit a41cd88

Please sign in to comment.