Skip to content

Commit c2cc151

Browse files
authored
Merge pull request #397 from xdev-software/update-from-template-merged
Update from template (auto-merged)
2 parents 165bf2f + b5e346a commit c2cc151

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.github/workflows/update-from-template.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ jobs:
211211
echo "Checking if update-branch-merged exists"
212212
git fetch
213213
if [[ $(git rev-parse origin/${{ env.UPDATE_BRANCH_MERGED }}) ]]; then
214+
echo "Branch still exists; Continuing..."
215+
else
214216
echo "Branch origin/${{ env.UPDATE_BRANCH_MERGED }} is missing"
215217
exit 0
216218
fi
@@ -274,6 +276,8 @@ jobs:
274276
echo "Fetching..."
275277
git fetch
276278
if [[ $(git rev-parse origin/${{ env.UPDATE_BRANCH_MERGED }}) ]]; then
279+
echo "Branch still exists; Continuing..."
280+
else
277281
echo "Branch origin/${{ env.UPDATE_BRANCH_MERGED }} is missing"
278282
exit 0
279283
fi

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<plugin>
3737
<groupId>org.apache.maven.plugins</groupId>
3838
<artifactId>maven-checkstyle-plugin</artifactId>
39-
<version>3.3.1</version>
39+
<version>3.4.0</version>
4040
<configuration>
4141
<skip>true</skip>
4242
</configuration>

vaadin-maps-leaflet-flow-demo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<mainClass>software.xdev.vaadin.Application</mainClass>
2525

2626
<!-- Dependency-Versions -->
27-
<vaadin.version>24.3.12</vaadin.version>
27+
<vaadin.version>24.3.13</vaadin.version>
2828

2929
<org.springframework.boot.version>3.3.0</org.springframework.boot.version>
3030
</properties>
@@ -184,7 +184,7 @@
184184
<plugin>
185185
<groupId>org.apache.maven.plugins</groupId>
186186
<artifactId>maven-checkstyle-plugin</artifactId>
187-
<version>3.3.1</version>
187+
<version>3.4.0</version>
188188
<dependencies>
189189
<dependency>
190190
<groupId>com.puppycrawl.tools</groupId>

vaadin-maps-leaflet-flow/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5050

5151
<!-- Dependency-Versions -->
52-
<vaadin.version>24.3.12</vaadin.version>
52+
<vaadin.version>24.3.13</vaadin.version>
5353
</properties>
5454

5555
<dependencyManagement>
@@ -322,7 +322,7 @@
322322
<plugin>
323323
<groupId>org.apache.maven.plugins</groupId>
324324
<artifactId>maven-checkstyle-plugin</artifactId>
325-
<version>3.3.1</version>
325+
<version>3.4.0</version>
326326
<dependencies>
327327
<dependency>
328328
<groupId>com.puppycrawl.tools</groupId>

0 commit comments

Comments
 (0)