File tree Expand file tree Collapse file tree 4 files changed +22
-6
lines changed
vaadin-date-range-picker-demo Expand file tree Collapse file tree 4 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : github-actions
4+ directory : " /"
5+ schedule :
6+ interval : daily
7+ time : " 04:00"
8+ open-pull-requests-limit : 10
9+ - package-ecosystem : maven
10+ directory : " /"
11+ schedule :
12+ interval : daily
13+ time : " 04:00"
14+ open-pull-requests-limit : 10
Original file line number Diff line number Diff line change 1+ [ ![ Build] ( https://img.shields.io/github/workflow/status/xdev-software/vaadin-date-range-picker/Master%20CI )] ( https://github.com/xdev-software/vaadin-date-range-picker/actions?query=workflow%3A%22Master+CI%22 )
12[ ![ Build Develop] ( https://img.shields.io/github/workflow/status/xdev-software/vaadin-date-range-picker/Develop%20CI?label=build%20develop )] ( https://github.com/xdev-software/vaadin-date-range-picker/actions?query=workflow%3A%22Develop+CI%22 )
3+
24# vaadin-date-range-picker
35A Vaadin Flow DateRangePicker implementation
46
Original file line number Diff line number Diff line change 7979 <plugin >
8080 <groupId >org.eclipse.jetty</groupId >
8181 <artifactId >jetty-maven-plugin</artifactId >
82- <version >9.4.11.v20180605 </version >
82+ <version >9.4.31.v20200723 </version >
8383 <configuration >
8484 <scanIntervalSeconds >1</scanIntervalSeconds >
8585 </configuration >
Original file line number Diff line number Diff line change 135135 <plugin >
136136 <groupId >org.eclipse.jetty</groupId >
137137 <artifactId >jetty-maven-plugin</artifactId >
138- <version >9.4.28.v20200408 </version >
138+ <version >9.4.31.v20200723 </version >
139139 <configuration >
140140 <scanIntervalSeconds >-1</scanIntervalSeconds >
141141 <!-- Use test scope because the UI/test classes are in the test package. -->
185185 <plugin >
186186 <groupId >org.apache.maven.plugins</groupId >
187187 <artifactId >maven-javadoc-plugin</artifactId >
188- <version >3.0.1 </version >
188+ <version >3.2.0 </version >
189189 <executions >
190190 <execution >
191191 <id >attach-javadocs</id >
203203 <plugin >
204204 <groupId >org.apache.maven.plugins</groupId >
205205 <artifactId >maven-assembly-plugin</artifactId >
206- <version >3.1 .0</version >
206+ <version >3.3 .0</version >
207207 <configuration >
208208 <appendAssemblyId >false</appendAssemblyId >
209209 <descriptors >
222222 <plugin >
223223 <groupId >org.apache.maven.plugins</groupId >
224224 <artifactId >maven-source-plugin</artifactId >
225- <version >3.0 .1</version >
225+ <version >3.2 .1</version >
226226 <executions >
227227 <execution >
228228 <id >attach-sources</id >
236236 <plugin >
237237 <groupId >org.apache.maven.plugins</groupId >
238238 <artifactId >maven-jar-plugin</artifactId >
239- <version >3.1.2 </version >
239+ <version >3.2.0 </version >
240240 <configuration >
241241 <!-- Generated file that shouldn't be included in add-ons -->
242242 <excludes >
You can’t perform that action at this time.
0 commit comments