Skip to content

Commit c8e525e

Browse files
authored
Merge pull request #146 from xdev-software/develop
Release 2.1.3
2 parents f370364 + 39ae364 commit c8e525e

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

.github/workflows/checkBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020

2121
- name: Set up JDK 8
2222
uses: actions/setup-java@v2

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
check_code: # Validates the code (see develop.yml)
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212

1313
- name: Set up JDK 8
1414
uses: actions/setup-java@v2
@@ -17,7 +17,7 @@ jobs:
1717
distribution: 'temurin'
1818

1919
- name: Cache local Maven repository
20-
uses: actions/cache@v2
20+
uses: actions/cache@v3
2121
with:
2222
path: ~/.m2/repository
2323
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -51,7 +51,7 @@ jobs:
5151
outputs:
5252
upload_url: ${{ steps.create_release.outputs.upload_url }}
5353
steps:
54-
- uses: actions/checkout@v2
54+
- uses: actions/checkout@v3
5555

5656
- name: Configure Git
5757
run: |
@@ -109,7 +109,7 @@ jobs:
109109
runs-on: ubuntu-latest
110110
needs: [prepare_release]
111111
steps:
112-
- uses: actions/checkout@v2
112+
- uses: actions/checkout@v3
113113

114114
- name: Init Git and pull
115115
run: |
@@ -140,7 +140,7 @@ jobs:
140140
runs-on: ubuntu-latest
141141
needs: [prepare_release]
142142
steps:
143-
- uses: actions/checkout@v2
143+
- uses: actions/checkout@v3
144144

145145
- name: Init Git and pull
146146
run: |
@@ -186,7 +186,7 @@ jobs:
186186
runs-on: ubuntu-latest
187187
needs: [prepare_release]
188188
steps:
189-
- uses: actions/checkout@v2
189+
- uses: actions/checkout@v3
190190

191191
- name: Init Git and pull
192192
run: |
@@ -240,7 +240,7 @@ jobs:
240240
runs-on: ubuntu-latest
241241
needs: [publish_central, build_directory]
242242
steps:
243-
- uses: actions/checkout@v2
243+
- uses: actions/checkout@v3
244244

245245
- name: Init Git and pull
246246
run: |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<failOnMissingWebXml>false</failOnMissingWebXml>
4141

4242
<!-- Dependency-Versions -->
43-
<vaadin.version>14.7.7</vaadin.version>
43+
<vaadin.version>14.8.6</vaadin.version>
4444
</properties>
4545

4646

@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>org.eclipse.jetty</groupId>
8282
<artifactId>jetty-maven-plugin</artifactId>
83-
<version>9.4.44.v20210927</version>
83+
<version>9.4.46.v20220331</version>
8484
<configuration>
8585
<scanIntervalSeconds>1</scanIntervalSeconds>
8686
</configuration>

vaadin-date-range-picker/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<failOnMissingWebXml>false</failOnMissingWebXml>
5858

5959
<!-- Dependency-Versions -->
60-
<vaadin.version>14.7.7</vaadin.version>
60+
<vaadin.version>14.8.6</vaadin.version>
6161
</properties>
6262

6363
<dependencyManagement>
@@ -184,7 +184,7 @@
184184
<plugin>
185185
<groupId>org.apache.maven.plugins</groupId>
186186
<artifactId>maven-javadoc-plugin</artifactId>
187-
<version>3.3.1</version>
187+
<version>3.3.2</version>
188188
<executions>
189189
<execution>
190190
<id>attach-javadocs</id>
@@ -216,7 +216,7 @@
216216
<plugin>
217217
<groupId>org.apache.maven.plugins</groupId>
218218
<artifactId>maven-jar-plugin</artifactId>
219-
<version>3.2.0</version>
219+
<version>3.2.2</version>
220220
<configuration>
221221
<archive>
222222
<index>true</index>
@@ -229,10 +229,10 @@
229229
<Vaadin-Package-Version>1</Vaadin-Package-Version>
230230
</manifestEntries>
231231
</archive>
232-
<!-- Generated file that shouldn't be included in add-ons -->
232+
<!-- VAADIN files that shouldn't be included in add-ons -->
233233
<excludes>
234234
<exclude>
235-
META-INF/VAADIN/config/flow-build-info.json
235+
META-INF/VAADIN/
236236
</exclude>
237237
</excludes>
238238
</configuration>
@@ -270,7 +270,7 @@
270270
<plugin>
271271
<groupId>org.sonatype.plugins</groupId>
272272
<artifactId>nexus-staging-maven-plugin</artifactId>
273-
<version>1.6.8</version>
273+
<version>1.6.12</version>
274274
<extensions>true</extensions>
275275
<configuration>
276276
<serverId>ossrh</serverId>
@@ -309,12 +309,12 @@
309309
<plugin>
310310
<groupId>org.apache.maven.plugins</groupId>
311311
<artifactId>maven-jar-plugin</artifactId>
312-
<version>3.2.0</version>
312+
<version>3.2.2</version>
313313
<configuration>
314-
<!-- Generated file that shouldn't be included in add-ons -->
314+
<!-- VAADIN files that shouldn't be included in add-ons -->
315315
<excludes>
316316
<exclude>
317-
META-INF/VAADIN/config/flow-build-info.json
317+
META-INF/VAADIN/
318318
</exclude>
319319
</excludes>
320320
</configuration>

0 commit comments

Comments
 (0)