Skip to content

Commit ce61040

Browse files
committed
updated year in header
1 parent 6b82c8f commit ce61040

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2022 Erudika LTD, https://erudika.com
190+
Copyright 2026 Erudika LTD, https://erudika.com
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<artifactId>maven-compiler-plugin</artifactId>
157157
<version>3.14.1</version>
158158
<configuration>
159-
<release>17</release>
159+
<release>21</release>
160160
</configuration>
161161
</plugin>
162162

src/main/java/com/erudika/para/server/persistence/MongoDBDAO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013-2022 Erudika. https://erudika.com
2+
* Copyright 2013-2026 Erudika. https://erudika.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/com/erudika/para/server/persistence/MongoDBUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013-2022 Erudika. https://erudika.com
2+
* Copyright 2013-2026 Erudika. https://erudika.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013-2022 Erudika. http://erudika.com
2+
* Copyright 2013-2026 Erudika. http://erudika.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/test/java/com/erudika/para/server/persistence/DAOTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013-2022 Erudika. https://erudika.com
2+
* Copyright 2013-2026 Erudika. https://erudika.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/test/java/com/erudika/para/server/persistence/MongoDBDAOIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013-2022 Erudika. https://erudika.com
2+
* Copyright 2013-2026 Erudika. https://erudika.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)