Skip to content

Commit 8eeb657

Browse files
committed
Fix inceptionYear
1 parent 48e9076 commit 8eeb657

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vaadin-addon-template-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<version>1.0.0-SNAPSHOT</version>
1111
<packaging>war</packaging>
1212

13-
<inceptionYear>2020</inceptionYear>
13+
<inceptionYear>2022</inceptionYear>
1414

1515
<organization>
1616
<name>XDEV Software</name>

vaadin-addon-template/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<connection>https://github.com/xdev-software/vaadin-addon-template.git</connection>
2121
</scm>
2222

23-
<inceptionYear>2020</inceptionYear>
23+
<inceptionYear>2022</inceptionYear>
2424

2525
<organization>
2626
<name>XDEV Software</name>

0 commit comments

Comments
 (0)