Skip to content

Commit 1f27ce4

Browse files
authored
Merge pull request #10 from xdev-software/develop
Releasing
2 parents 0fa253a + 6de4f90 commit 1f27ce4

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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
35
A Vaadin Flow DateRangePicker implementation
46

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
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>

vaadin-date-range-picker/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
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. -->
@@ -185,7 +185,7 @@
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>
@@ -203,7 +203,7 @@
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>
@@ -222,7 +222,7 @@
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>
@@ -236,7 +236,7 @@
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>

0 commit comments

Comments
 (0)