Skip to content

Commit

Permalink
Updated GroupDocs.Viewer for Java to v24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksii-unnamed committed Nov 7, 2024
1 parent c8f5bb7 commit ec259f5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ User Interface for GroupDocs.Viewer for Java. API for easily integrating a docum
<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-viewer-ui</artifactId>
<version>24.8</version>
<version>24.10</version>
</dependency>

<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-viewer</artifactId>
<version>24.8</version>
<version>24.10</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-viewer-ui</artifactId>
<version>24.8</version>
<version>24.10</version>
<packaging>jar</packaging>

<name>GroupDocs.Viewer for Java User Interface</name>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-viewer</artifactId>
<version>24.8</version>
<version>24.10</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion res/simplified-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>groupdocs-viewer-ui</artifactId>
<name>GroupDocs.Viewer for Java User Interface</name>
<url>https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-Java-UI</url>
<version>24.8</version>
<version>24.10</version>
<description>
GroupDocs.Viewer UI is a rich UI interface that designed to work in conjunction with GroupDocs.Viewer for Java to display most popular file and document formats in a browser.
To integrate GroupDocs.Viewer UI in your Java project you just need to configure Viewer API and handle requests using specific endpoint handler provided in GroupDocs.Viewer.UI.
Expand Down
4 changes: 2 additions & 2 deletions samples/groupdocs-viewer-java-ui-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.example</groupId>
<artifactId>groupdocs-viewer-java-ui-spring-boot</artifactId>
<version>24.8</version>
<version>24.10</version>
<name>demo</name>
<description>Demo project for Spring Boot</description>
<properties>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-viewer</artifactId>
<version>24.8</version>
<version>24.10</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit ec259f5

Please sign in to comment.