Skip to content

Commit 6f91e51

Browse files
author
Evgeniy Sidenko
committed
* fixed wrong links
1 parent af71d37 commit 6f91e51

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ Then define Aspose.Imaging for Java API dependency in your pom.xml as follows:
4646
<artifactId>aspose-imaging</artifactId>
4747
<version>25.4</version>
4848
 </dependency>
49+
<!-- Actually the following artifact is Openize.Openize.Heic but built and signed by Aspose and placed in Aspose repo -->
4950
<dependency>
50-
<groupId>openize</groupId>
51+
<groupId>com.aspose</groupId>
5152
<artifactId>openize-heic</artifactId>
5253
<version>25.4</version>
5354
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<classifier>javadoc</classifier>
6363
</dependency>
6464
<dependency>
65-
<groupId>openize</groupId>
65+
<groupId>com.aspose</groupId>
6666
<artifactId>openize-heic</artifactId>
6767
<version>25.4</version>
6868
</dependency>

0 commit comments

Comments
 (0)