Skip to content

Commit 112f353

Browse files
committed
release 2.0.0.2.
1 parent 13a89b7 commit 112f353

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/license-checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- main
7-
- release*
7+
- release/*
88
pull_request:
99
branches:
1010
- main
11-
- release*
11+
- release/*
1212
jobs:
1313
check-license:
1414
runs-on: ubuntu-latest

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches:
77
- main
8-
- release*
8+
- release/*
99

1010
jobs:
1111
check-snapshot:

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
push:
77
branches:
88
- main
9-
- release*
9+
- release/*
1010
pull_request:
1111
branches:
1212
- main
13-
- release*
13+
- release/*
1414

1515
jobs:
1616
build:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
<properties>
6868
<!-- Project revision -->
69-
<revision>2.0.0.2-SNAPSHOT</revision>
69+
<revision>2.0.0.2</revision>
7070

7171
<timestamp>${maven.build.timestamp}</timestamp>
7272
<skip.maven.deploy>false</skip.maven.deploy>

0 commit comments

Comments
 (0)