Skip to content

Commit

Permalink
build: update version to 3.0.0
Browse files Browse the repository at this point in the history
Update to 3.0.0 as version first digit should have been changed when a version compatible with vaadin 24 was created.
  • Loading branch information
paodb authored and mlopezFC committed Jun 14, 2024
1 parent 8728f1a commit 9ffc81c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.vaadin.addons.componentfactory</groupId>
<artifactId>vcf-pdf-viewer-root</artifactId>
<version>2.8.1</version>
<version>3.0.0</version>
<packaging>pom</packaging>
<modules>
<module>vcf-pdf-viewer</module>
Expand Down
2 changes: 1 addition & 1 deletion vcf-pdf-viewer-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.vaadin.addons.componentfactory</groupId>
<artifactId>vcf-pdf-viewer-demo</artifactId>
<version>2.8.1</version>
<version>3.0.0</version>

<name>Pdf Viewer Demo</name>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion vcf-pdf-viewer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.vaadin.addons.componentfactory</groupId>
<artifactId>vcf-pdf-viewer</artifactId>
<version>2.8.1</version>
<version>3.0.0</version>
<packaging>jar</packaging>

<name>Pdf Viewer</name>
Expand Down

0 comments on commit 9ffc81c

Please sign in to comment.