Skip to content

Commit 5da5d2d

Browse files
author
Evgeniy Sidenko
committed
* Release 25.3 - Updates for Aspose.Imaging for Java
1 parent 715cee4 commit 5da5d2d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Examples/pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aspose</groupId>
55
<artifactId>imaging-java-examples</artifactId>
6-
<version>24.12</version>
6+
<version>25.3</version>
77
<packaging>jar</packaging>
88
<properties>
99
<maven.compiler.source>1.8</maven.compiler.source>
@@ -15,14 +15,13 @@
1515
<dependency>
1616
<groupId>com.aspose</groupId>
1717
<artifactId>aspose-imaging</artifactId>
18-
<version>24.12</version>
19-
<classifier>jdk16</classifier>
18+
<version>25.3</version>
2019
<type>jar</type>
2120
</dependency>
2221
<dependency>
2322
<groupId>com.aspose</groupId>
2423
<artifactId>aspose-imaging</artifactId>
25-
<version>24.12</version>
24+
<version>25.3</version>
2625
<classifier>javadoc</classifier>
2726
<type>jar</type>
2827
</dependency>

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2001-2024 Aspose Pty Ltd
3+
Copyright (c) 2001-2025 Aspose Pty Ltd
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)