Skip to content

Commit 776e3e2

Browse files
committed
Merge remote-tracking branch 'origin/update-from-template' into develop
2 parents 3304b4c + 64f6b5b commit 776e3e2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

vaadin-date-range-picker-demo/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3434

3535
<!-- Dependency-Versions -->
36-
<vaadin.version>23.2.1</vaadin.version>
36+
<vaadin.version>23.2.2</vaadin.version>
3737
</properties>
3838

3939

@@ -96,6 +96,9 @@
9696
<version>3.10.1</version>
9797
<configuration>
9898
<release>${maven.compiler.release}</release>
99+
<compilerArgs>
100+
<arg>-proc:none</arg>
101+
</compilerArgs>
99102
</configuration>
100103
</plugin>
101104
<plugin>

vaadin-date-range-picker/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5252

5353
<!-- Dependency-Versions -->
54-
<vaadin.version>23.2.1</vaadin.version>
54+
<vaadin.version>23.2.2</vaadin.version>
5555
</properties>
5656

5757
<dependencyManagement>
@@ -153,6 +153,9 @@
153153
<version>3.10.1</version>
154154
<configuration>
155155
<release>${maven.compiler.release}</release>
156+
<compilerArgs>
157+
<arg>-proc:none</arg>
158+
</compilerArgs>
156159
</configuration>
157160
</plugin>
158161
<plugin>

0 commit comments

Comments
 (0)