Skip to content

Commit c7490bc

Browse files
committed
Updated to Aspose.Tasks for Java 24.9.
1 parent 4acc07c commit c7490bc

File tree

138 files changed

+194
-139
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+194
-139
lines changed

Examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>com.aspose</groupId>
1515
<artifactId>aspose-tasks</artifactId>
16-
<version>23.8</version>
16+
<version>24.9</version>
1717
<classifier>jdk18</classifier>
1818
</dependency>
1919
<dependency>

Examples/src/main/java/com/aspose/tasks/examples/CalendarExceptions/AddRemoveCalendarExceptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2001-2022 Aspose Pty Ltd. All Rights Reserved.
2+
* Copyright 2001-2024 Aspose Pty Ltd. All Rights Reserved.
33
*
44
* This file is part of Aspose.Tasks. The source code in this file
55
* is only intended as a supplement to the documentation, and is provided

Examples/src/main/java/com/aspose/tasks/examples/CalendarExceptions/DefineWeekdaysForExceptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2001-2022 Aspose Pty Ltd. All Rights Reserved.
2+
* Copyright 2001-2024 Aspose Pty Ltd. All Rights Reserved.
33
*
44
* This file is part of Aspose.Tasks. The source code in this file
55
* is only intended as a supplement to the documentation, and is provided

Examples/src/main/java/com/aspose/tasks/examples/CalendarExceptions/HandleOccurrences.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2001-2022 Aspose Pty Ltd. All Rights Reserved.
2+
* Copyright 2001-2024 Aspose Pty Ltd. All Rights Reserved.
33
*
44
* This file is part of Aspose.Tasks. The source code in this file
55
* is only intended as a supplement to the documentation, and is provided

Examples/src/main/java/com/aspose/tasks/examples/CalendarExceptions/RetrieveCalendarExceptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2001-2022 Aspose Pty Ltd. All Rights Reserved.
2+
* Copyright 2001-2024 Aspose Pty Ltd. All Rights Reserved.
33
*
44
* This file is part of Aspose.Tasks. The source code in this file
55
* is only intended as a supplement to the documentation, and is provided

Examples/src/main/java/com/aspose/tasks/examples/Calendars/CalendarProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2001-2022 Aspose Pty Ltd. All Rights Reserved.
2+
* Copyright 2001-2024 Aspose Pty Ltd. All Rights Reserved.
33
*
44
* This file is part of Aspose.Tasks. The source code in this file
55
* is only intended as a supplement to the documentation, and is provided

Examples/src/main/java/com/aspose/tasks/examples/Calendars/CreateCalendar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2001-2022 Aspose Pty Ltd. All Rights Reserved.
2+
* Copyright 2001-2024 Aspose Pty Ltd. All Rights Reserved.
33
*
44
* This file is part of Aspose.Tasks. The source code in this file
55
* is only intended as a supplement to the documentation, and is provided

Examples/src/main/java/com/aspose/tasks/examples/Calendars/DefineWeekdays.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2001-2022 Aspose Pty Ltd. All Rights Reserved.
2+
* Copyright 2001-2024 Aspose Pty Ltd. All Rights Reserved.
33
*
44
* This file is part of Aspose.Tasks. The source code in this file
55
* is only intended as a supplement to the documentation, and is provided

Examples/src/main/java/com/aspose/tasks/examples/Calendars/GetWorkingHours.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2001-2022 Aspose Pty Ltd. All Rights Reserved.
2+
* Copyright 2001-2024 Aspose Pty Ltd. All Rights Reserved.
33
*
44
* This file is part of Aspose.Tasks. The source code in this file
55
* is only intended as a supplement to the documentation, and is provided

Examples/src/main/java/com/aspose/tasks/examples/Calendars/MakeStandardCalendar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2001-2022 Aspose Pty Ltd. All Rights Reserved.
2+
* Copyright 2001-2024 Aspose Pty Ltd. All Rights Reserved.
33
*
44
* This file is part of Aspose.Tasks. The source code in this file
55
* is only intended as a supplement to the documentation, and is provided

0 commit comments

Comments
 (0)