Skip to content

Commit aa22107

Browse files
committed
updated
1 parent dc4fb7a commit aa22107

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

jcp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
<plugin>
351351
<groupId>com.igormaznitsa</groupId>
352352
<artifactId>uber-pom</artifactId>
353-
<version>1.0.2</version>
353+
<version>1.0.3</version>
354354
<configuration>
355355
<removeDependencies>
356356
<dependency>

jcp/src/main/java/com/igormaznitsa/jcp/InfoHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static String getVersion() {
5353

5454
@Nonnull
5555
public static String getCopyright() {
56-
return "Copyright (C) 2002-2019 Igor A. Maznitsa (https://www.igormaznitsa.com)";
56+
return "Copyright (C) 2002-2020 Igor A. Maznitsa (https://www.igormaznitsa.com)";
5757
}
5858

5959
@Nonnull

0 commit comments

Comments
 (0)