Skip to content

Commit

Permalink
build: releasing version v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef committed Oct 18, 2021
1 parent 26d99a8 commit 253d0a5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ jobs:
git config user.email "${{ github.event.head_commit.committer.email }}"
./mvnw --no-transfer-progress -B --file pom.xml -Dmaven.site.skip=true -Drelease=true dependency:go-offline deploy
- name: Assemble
uses: jreleaser/release-action@v1
env:
JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }}
JRELEASER_GITHUB_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }}

- name: Setup Java for JReleaser
uses: actions/setup-java@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion apollo-client-maven-plugin-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.aoudiamoncef</groupId>
<artifactId>apollo-client-maven-plugin-parent</artifactId>
<version>4.0.5</version>
<version>v4.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion apollo-client-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.aoudiamoncef</groupId>
<artifactId>apollo-client-maven-plugin-parent</artifactId>
<version>4.0.5</version>
<version>v4.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

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>com.github.aoudiamoncef</groupId>
<artifactId>apollo-client-maven-plugin-parent</artifactId>
<version>4.0.5</version>
<version>v4.0.5</version>
<packaging>pom</packaging>

<name>apollo-client-maven-plugin-parent</name>
Expand Down

0 comments on commit 253d0a5

Please sign in to comment.