Skip to content

Commit

Permalink
build: update version to 2.7.6 for release
Browse files Browse the repository at this point in the history
Version should increment second digit as latest update is adding new feature but version 2.8.0 was already used when a version compatible with vaadin 24 was created. To avoid confusion only last digit is updated.
  • Loading branch information
paodb authored and mlopezFC committed Dec 6, 2024
1 parent 1eed078 commit c71a989
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.7.6-SNAPSHOT</version>
<version>2.7.6</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.7.6-SNAPSHOT</version>
<version>2.7.6</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.7.6-SNAPSHOT</version>
<version>2.7.6</version>
<packaging>jar</packaging>

<name>Pdf Viewer</name>
Expand Down

0 comments on commit c71a989

Please sign in to comment.