Skip to content

Commit 05a02d8

Browse files
authored
Bump opendj.version 4.6.3 (#30)
1 parent 76358bc commit 05a02d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: ${{ env.MAVEN_USERNAME!='' && env.MAVEN_PASSWORD!='' }}
6060
run: mvn --batch-mode -Darguments="-Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}" -DsignTag=true -DtagNameFormat="${{ github.event.inputs.releaseVersion }}" -DreleaseVersion=${{ github.event.inputs.releaseVersion }} -DdevelopmentVersion=${{ github.event.inputs.developmentVersion }} release:prepare release:perform --file pom.xml
6161
- name: Release on GitHub
62-
uses: softprops/action-gh-release@v1
62+
uses: softprops/action-gh-release@v2
6363
with:
6464
name: ${{ github.event.inputs.releaseVersion }}
6565
tag_name: ${{ github.event.inputs.releaseVersion }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<dependency>
175175
<groupId>org.openidentityplatform.opendj</groupId>
176176
<artifactId>opendj-parent</artifactId>
177-
<version>4.6.3-SNAPSHOT</version>
177+
<version>4.6.3</version>
178178
<type>pom</type>
179179
<scope>import</scope>
180180
</dependency>

0 commit comments

Comments
 (0)