Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit dc714e5

Browse files
authored
Merge pull request #82 from xdev-software/develop
Release 2.2.3
2 parents 0ace329 + c3bac32 commit dc714e5

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
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919

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

.github/workflows/release.yml

Lines changed: 6 additions & 6 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
@@ -44,7 +44,7 @@ jobs:
4444
outputs:
4545
upload_url: ${{ steps.create_release.outputs.upload_url }}
4646
steps:
47-
- uses: actions/checkout@v2
47+
- uses: actions/checkout@v3
4848

4949
- name: Configure Git
5050
run: |
@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ubuntu-latest
103103
needs: [prepare_release]
104104
steps:
105-
- uses: actions/checkout@v2
105+
- uses: actions/checkout@v3
106106

107107
- name: Init Git and pull
108108
run: |
@@ -133,7 +133,7 @@ jobs:
133133
runs-on: ubuntu-latest
134134
needs: [prepare_release]
135135
steps:
136-
- uses: actions/checkout@v2
136+
- uses: actions/checkout@v3
137137

138138
- name: Init Git and pull
139139
run: |
@@ -179,7 +179,7 @@ jobs:
179179
runs-on: ubuntu-latest
180180
needs: [prepare_release]
181181
steps:
182-
- uses: actions/checkout@v2
182+
- uses: actions/checkout@v3
183183

184184
- name: Init Git and pull
185185
run: |
@@ -232,7 +232,7 @@ jobs:
232232
runs-on: ubuntu-latest
233233
needs: [publish_central, build_directory]
234234
steps:
235-
- uses: actions/checkout@v2
235+
- uses: actions/checkout@v3
236236

237237
- name: Init Git and pull
238238
run: |

vaadin-chip-combobox-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.4</vaadin.version>
43+
<vaadin.version>14.8.6</vaadin.version>
4444
</properties>
4545

4646
<dependencyManagement>
@@ -79,7 +79,7 @@
7979
<plugin>
8080
<groupId>org.eclipse.jetty</groupId>
8181
<artifactId>jetty-maven-plugin</artifactId>
82-
<version>9.4.44.v20210927</version>
82+
<version>9.4.46.v20220331</version>
8383
<configuration>
8484
<scanIntervalSeconds>1</scanIntervalSeconds>
8585
</configuration>

vaadin-chip-combobox/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<failOnMissingWebXml>false</failOnMissingWebXml>
6060

6161
<!-- Dependency-Versions -->
62-
<vaadin.version>14.7.4</vaadin.version>
62+
<vaadin.version>14.8.6</vaadin.version>
6363
</properties>
6464

6565

@@ -175,7 +175,7 @@
175175
<plugin>
176176
<groupId>org.apache.maven.plugins</groupId>
177177
<artifactId>maven-javadoc-plugin</artifactId>
178-
<version>3.3.1</version>
178+
<version>3.3.2</version>
179179
<executions>
180180
<execution>
181181
<id>attach-javadocs</id>
@@ -207,7 +207,7 @@
207207
<plugin>
208208
<groupId>org.apache.maven.plugins</groupId>
209209
<artifactId>maven-jar-plugin</artifactId>
210-
<version>3.2.0</version>
210+
<version>3.2.2</version>
211211
<configuration>
212212
<archive>
213213
<index>true</index>
@@ -220,10 +220,10 @@
220220
<Vaadin-Package-Version>1</Vaadin-Package-Version>
221221
</manifestEntries>
222222
</archive>
223-
<!-- Generated file that shouldn't be included in add-ons -->
223+
<!-- VAADIN files that shouldn't be included in add-ons -->
224224
<excludes>
225225
<exclude>
226-
META-INF/VAADIN/config/flow-build-info.json
226+
META-INF/VAADIN/
227227
</exclude>
228228
</excludes>
229229
</configuration>
@@ -262,7 +262,7 @@
262262
<plugin>
263263
<groupId>org.sonatype.plugins</groupId>
264264
<artifactId>nexus-staging-maven-plugin</artifactId>
265-
<version>1.6.8</version>
265+
<version>1.6.12</version>
266266
<extensions>true</extensions>
267267
<configuration>
268268
<serverId>ossrh</serverId>
@@ -301,12 +301,12 @@
301301
<plugin>
302302
<groupId>org.apache.maven.plugins</groupId>
303303
<artifactId>maven-jar-plugin</artifactId>
304-
<version>3.2.0</version>
304+
<version>3.2.2</version>
305305
<configuration>
306-
<!-- Generated file that shouldn't be included in add-ons -->
306+
<!-- VAADIN files that shouldn't be included in add-ons -->
307307
<excludes>
308308
<exclude>
309-
META-INF/VAADIN/config/flow-build-info.json
309+
META-INF/VAADIN/
310310
</exclude>
311311
</excludes>
312312
</configuration>
@@ -316,4 +316,4 @@
316316
</profile>
317317
</profiles>
318318

319-
</project>
319+
</project>

0 commit comments

Comments
 (0)