Skip to content

Commit

Permalink
Merge pull request #231 from mathieucarbou/bugs/158
Browse files Browse the repository at this point in the history
Close #158
  • Loading branch information
mathieucarbou authored Sep 18, 2021
2 parents 7d18c33 + ced3fff commit 54e69d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: '8'
cache: 'maven'
- name: Build with Maven
run: ./mvnw site -DperformRelease=true -Dgpg.skip=true -DskipTests -B -s settings.xml -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
run: ./mvnw clean install site -DperformRelease=true -Dgpg.skip=true -DskipTests -B -s settings.xml -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion license-maven-plugin-git/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>3.6.1.201501031845-r</version>
<version>5.13.0.202109080827-r</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 54e69d9

Please sign in to comment.