Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
2023.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlasov committed Sep 16, 2023
1 parent fdd94b2 commit 9ad44cd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.nasdanika</groupId>
<artifactId>plantuml-diagram-generator</artifactId>
<version>2023.9.0</version>
<version>2023.9.1</version>
<packaging>jar</packaging>
<name>PlantUML DiagramGenerator</name>
<description>org.nasdanika.common.DiagramGenerator which uses PlantUML</description>
Expand All @@ -25,7 +25,7 @@
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>3.4.3</version>
<version>3.5.3</version>
</extension>
</extensions>
<plugins>
Expand All @@ -41,7 +41,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.0</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -54,7 +54,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>

<executions>
<execution>
Expand Down Expand Up @@ -120,7 +120,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.1.2</version>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand All @@ -135,13 +135,13 @@
<dependency>
<groupId>org.nasdanika.core</groupId>
<artifactId>common</artifactId>
<version>2023.9.0</version>
<version>2023.9.1</version>
</dependency>

<dependency>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml</artifactId>
<version>1.2023.10</version>
<version>1.2023.11</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -177,7 +177,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 9ad44cd

Please sign in to comment.