Skip to content

Commit 70e3c43

Browse files
committed
Fix build
1 parent 5e800db commit 70e3c43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<plugin>
158158
<groupId>org.apache.maven.plugins</groupId>
159159
<artifactId>maven-surefire-plugin</artifactId>
160-
<version>3.0.0-M5</version>
160+
<version>3.5.3</version>
161161
<configuration>
162162
<includes>
163163
<include>**/*TestSuite.java</include>
@@ -171,7 +171,7 @@
171171
<plugin>
172172
<groupId>org.moditect</groupId>
173173
<artifactId>moditect-maven-plugin</artifactId>
174-
<version>1.2.2</version>
174+
<version>1.2.2.Final</version>
175175
<executions>
176176
<execution>
177177
<id>add-module-infos</id>

src/main/java/net/tascalate/concurrent/var/ContextVar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2025 Valery Silaev (http://vsilaev.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)