Skip to content

Commit

Permalink
Fallback to nexus-staging-maven-plugin 1.6.8 and JDK11 to fix release…
Browse files Browse the repository at this point in the history
… issues
  • Loading branch information
frimtec committed Feb 19, 2022
1 parent 1b1999b commit bf1c419
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v2.5.0
with:
distribution: zulu
java-version: 17
java-version: 11

- name: Get the version
id: get_version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ In Maven just add the following dependency to your pom.xml:
<dependency>
<groupId>com.github.frimtec</groupId>
<artifactId>jpse</artifactId>
<version>1.3.2</version>
<version>1.3.1</version>
</dependency>
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
<nexus-staging-maven-plugin.version>1.6.10</nexus-staging-maven-plugin.version>
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version>
</properties>

Expand Down

0 comments on commit bf1c419

Please sign in to comment.