We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4fb7a commit aa22107Copy full SHA for aa22107
2 files changed
jcp/pom.xml
@@ -350,7 +350,7 @@
350
<plugin>
351
<groupId>com.igormaznitsa</groupId>
352
<artifactId>uber-pom</artifactId>
353
- <version>1.0.2</version>
+ <version>1.0.3</version>
354
<configuration>
355
<removeDependencies>
356
<dependency>
jcp/src/main/java/com/igormaznitsa/jcp/InfoHelper.java
@@ -53,7 +53,7 @@ public static String getVersion() {
53
54
@Nonnull
55
public static String getCopyright() {
56
- return "Copyright (C) 2002-2019 Igor A. Maznitsa (https://www.igormaznitsa.com)";
+ return "Copyright (C) 2002-2020 Igor A. Maznitsa (https://www.igormaznitsa.com)";
57
}
58
59
0 commit comments