Skip to content

Commit

Permalink
🏁 Releasing version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 31, 2023
1 parent 84177ab commit 374637a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pdfviewfx-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<name>PDFViewDemo</name>
<version>1.9.0</version>
<version>3.0.0</version>
<groupId>com.dlsc.pdfviewfx</groupId>
<artifactId>pdfviewfx-demo</artifactId>

Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>com.dlsc.pdfviewfx</groupId>
<artifactId>parent</artifactId>
<version>1.9.0</version>
<version>3.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.dlsc.pdfviewfx</groupId>
<artifactId>pdfviewfx</artifactId>
<version>1.9.0</version>
<version>3.0.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pdfviewfx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>com.dlsc.pdfviewfx</groupId>
<artifactId>parent</artifactId>
<version>1.9.0</version>
<version>3.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.dlsc.pdfviewfx</groupId>
<artifactId>pdfviewfx</artifactId>
<version>1.9.0</version>
<version>3.0.0</version>
<packaging>jar</packaging>

<name>PDFViewFX</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>PDFViewFXParent</name>
<groupId>com.dlsc.pdfviewfx</groupId>
<artifactId>parent</artifactId>
<version>1.9.0</version>
<version>3.0.0</version>
<packaging>pom</packaging>

<parent>
Expand Down

0 comments on commit 374637a

Please sign in to comment.