Merge tag '1.0.2' into develop

Tag release
This commit is contained in:
2024-08-30 03:36:36 +00:00
2 changed files with 5 additions and 3 deletions

View File

@@ -93,7 +93,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 ref: main
fetch-depth: 1
- uses: actions/setup-java@v4.2.2 - uses: actions/setup-java@v4.2.2
if: ${{ hashFiles('**/pom.xml') }} if: ${{ hashFiles('**/pom.xml') }}
with: with:
@@ -178,7 +179,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 ref: main
fetch-depth: 1
- uses: actions/setup-java@v4.2.2 - uses: actions/setup-java@v4.2.2
if: ${{ hashFiles('**/pom.xml') }} if: ${{ hashFiles('**/pom.xml') }}
with: with:

View File

@@ -11,7 +11,7 @@
</parent> </parent>
<artifactId>ec-config-server</artifactId> <artifactId>ec-config-server</artifactId>
<version>1.0.2-SNAPSHOT</version> <version>1.0.2</version>
<licenses> <licenses>
<license> <license>