Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
OmOmofonmwan committed Jun 12, 2024
1 parent 836e569 commit 05e06dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/reusable_release_poc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
permissions:
contents: write
steps:
- name: Print Versions
run: |
echo "Next Dev Version: ${{github.event.inputs.snapshot_version}}"
echo "Next Release Version: ${{github.event.inputs.release_version}}"
- name: Checkout Code Repository
uses: actions/checkout@v4
- name: Downloading Java
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.example</groupId>
<artifactId>GitHub-Actions-POC</artifactId>
<version>-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
Expand Down

0 comments on commit 05e06dc

Please sign in to comment.