Skip to content

Commit

Permalink
Merge pull request #1024 from SpoonLabs/debug-jreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
algomaster99 authored Apr 17, 2023
2 parents 9e00603 + 3155fb3 commit 8b9cdad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: jreleaser/release-action@v2
with:
setup-java: false
version: 1.4.0
version: 1.5.1
arguments: full-release
env:
JRELEASER_PROJECT_VERSION: ${{ env.NEXT_VERSION }}
Expand Down
5 changes: 1 addition & 4 deletions jreleaser.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@
"artifacts": [
{
"path": "sorald/target/{{distributionName}}-{{projectVersion}}-jar-with-dependencies.jar"
},
{
"path": "sorald/target/{{distributionName}}-{{projectVersion}}-jar-with-dependencies.jar.asc"
}
],
"tags": ["sonarqube", "program-repair"]
Expand All @@ -63,7 +60,7 @@
"nexus2": {
"maven-central": {
"active": "ALWAYS",
"url": "https://oss.sonatype.org/service/local/staging/deploy/maven2",
"url": "https://oss.sonatype.org/service/local",
"closeRepository": true,
"releaseRepository": true,
"stagingRepositories": [
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>se.kth.castor</groupId>
<artifactId>sorald-parent</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Sorald-parent</name>
Expand Down
2 changes: 1 addition & 1 deletion sorald-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>se.kth.castor</groupId>
<artifactId>sorald-parent</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<artifactId>sorald-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sorald/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>se.kth.castor</groupId>
<artifactId>sorald-parent</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<artifactId>sorald</artifactId>
Expand Down

0 comments on commit 8b9cdad

Please sign in to comment.