Skip to content

Update dependency maven to v3.9.3 #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jul 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/spring-aop-advice-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: spring-aop-advice-examples
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -29,6 +32,4 @@ jobs:
distribution: "adopt"
cache: "maven"
- name: Build and analyze
run: |
cd spring-aop-advice-examples
mvn clean package
run: ./mvnw clean package
13 changes: 4 additions & 9 deletions .github/workflows/spring-boot-crud-rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: spring-boot-crud-rest
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -28,13 +31,5 @@ jobs:
java-version: 17
distribution: "adopt"
cache: "maven"
- name: Start up databases via docker compose
run: |
cd spring-boot-crud-rest
docker compose up -d
sleep 15
docker ps -a
- name: Build and analyze
run: |
cd spring-boot-crud-rest
mvn clean package
run: ./mvnw clean package
7 changes: 4 additions & 3 deletions .github/workflows/springboot-async-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: springboot-async-example
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -29,6 +32,4 @@ jobs:
distribution: "adopt"
cache: "maven"
- name: Build and analyze
run: |
cd springboot-async-example
mvn clean package
run: ./mvnw clean verify
7 changes: 4 additions & 3 deletions .github/workflows/springboot-crud-hibernate-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: springboot-crud-hibernate-example
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -29,6 +32,4 @@ jobs:
distribution: "adopt"
cache: "maven"
- name: Build and analyze
run: |
cd springboot-crud-hibernate-example
mvn clean package
run: ./mvnw clean package
13 changes: 4 additions & 9 deletions .github/workflows/springboot-crud-rest-api-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: springboot-crud-rest-api-validation
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -28,13 +31,5 @@ jobs:
java-version: 17
distribution: "adopt"
cache: "maven"
- name: Start up databases via docker compose
run: |
cd springboot-crud-rest-api-validation
docker compose up -d
sleep 15
docker ps -a
- name: Build and analyze
run: |
cd springboot-crud-rest-api-validation
mvn clean package
run: ./mvnw clean verify
13 changes: 4 additions & 9 deletions .github/workflows/springboot-hibernate-composite-key-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: springboot-hibernate-composite-key-demo
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -28,13 +31,5 @@ jobs:
java-version: 17
distribution: "adopt"
cache: "maven"
- name: Start up databases via docker compose
run: |
cd springboot-hibernate-composite-key-demo
docker compose up -d
sleep 15
docker ps -a
- name: Build and analyze
run: |
cd springboot-hibernate-composite-key-demo
mvn clean package
run: ./mvnw clean verify
13 changes: 4 additions & 9 deletions .github/workflows/springboot-hibernate-many-to-many-mapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: springboot-hibernate-many-to-many-mapping
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -28,13 +31,5 @@ jobs:
java-version: 17
distribution: "adopt"
cache: "maven"
- name: Start up databases via docker compose
run: |
cd springboot-hibernate-many-to-many-mapping
docker compose up -d
sleep 15
docker ps -a
- name: Build and analyze
run: |
cd springboot-hibernate-many-to-many-mapping
mvn clean package
run: ./mvnw clean package
13 changes: 4 additions & 9 deletions .github/workflows/springboot-hibernate-one-many-mapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: springboot-hibernate-one-many-mapping
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -28,13 +31,5 @@ jobs:
java-version: 17
distribution: "adopt"
cache: "maven"
- name: Start up databases via docker compose
run: |
cd springboot-hibernate-one-many-mapping
docker compose up -d
sleep 15
docker ps -a
- name: Build and analyze
run: |
cd springboot-hibernate-one-many-mapping
mvn clean package
run: ./mvnw clean package
13 changes: 4 additions & 9 deletions .github/workflows/springboot-hibernate-one-one-mapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: springboot-hibernate-one-one-mapping
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -28,13 +31,5 @@ jobs:
java-version: 17
distribution: "adopt"
cache: "maven"
- name: Start up databases via docker compose
run: |
cd springboot-hibernate-one-one-mapping
docker compose up -d
sleep 15
docker ps -a
- name: Build and analyze
run: |
cd springboot-hibernate-one-one-mapping
mvn clean package
run: ./mvnw clean package
7 changes: 4 additions & 3 deletions .github/workflows/springboot-mongodb-crud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: springboot-mongodb-crud
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -29,6 +32,4 @@ jobs:
distribution: "adopt"
cache: "maven"
- name: Build and analyze
run: |
cd springboot-mongodb-crud
mvn clean package
run: ./mvnw clean verify
13 changes: 4 additions & 9 deletions .github/workflows/springboot-upload-download-file-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: springboot-upload-download-file-database
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -28,13 +31,5 @@ jobs:
java-version: 17
distribution: "adopt"
cache: "maven"
- name: Start up databases via docker compose
run: |
cd springboot-upload-download-file-database
docker compose up -d
sleep 15
docker ps -a
- name: Build and analyze
run: |
cd springboot-upload-download-file-database
mvn clean package
run: ./mvnw clean verify
13 changes: 4 additions & 9 deletions .github/workflows/springboot2-jpa-auditing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: springboot2-jpa-auditing
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -28,13 +31,5 @@ jobs:
java-version: 17
distribution: "adopt"
cache: "maven"
- name: Start up databases via docker compose
run: |
cd springboot2-jpa-auditing
docker compose up -d
sleep 15
docker ps -a
- name: Build and analyze
run: |
cd springboot2-jpa-auditing
mvn clean package
run: ./mvnw clean verify
18 changes: 6 additions & 12 deletions .github/workflows/springboot2-webapp-thymeleaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,19 @@ jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: springboot2-webapp-thymeleaf
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 18
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: 18
java-version: 17
distribution: "zulu"
cache: "maven"
- name: Start up databases via docker compose
run: |
cd springboot2-webapp-thymeleaf
docker compose up -d
sleep 15
docker ps -a
- name: Build and analyze
run: |
cd springboot2-webapp-thymeleaf
chmod +x mvnw
./mvnw clean package
run: ./mvnw clean package
Binary file modified spring-aop-advice-examples/.mvn/wrapper/maven-wrapper.jar
Binary file not shown.
19 changes: 18 additions & 1 deletion spring-aop-advice-examples/.mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.4/apache-maven-3.5.4-bin.zip
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.3/apache-maven-3.9.3-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
Loading