Skip to content

Commit

Permalink
Merge pull request #130 from KPMP/KPMP-5208_VersionNumbers
Browse files Browse the repository at this point in the history
Increase version number for next release
  • Loading branch information
zwright authored Apr 3, 2024
2 parents 6879957 + 9022333 commit 58b4e3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build-gradle-project:
env:
IMAGE_TAG: 2.3
IMAGE_TAG: 2.4
runs-on: ubuntu-latest
steps:
- name: Get branch names
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
- name: Push to Docker Hub if branch is not develop
if: ${{ !steps.branch-names.outputs.current_branch == 'develop' }}
run: |
docker push "kingstonduo/pegasus-data:${{ steps.branch-names.outputs.current_branch }}"
docker push "kingstonduo/pegasus-data:${{ steps.branch-names.outputs.current_branch }}"
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apply plugin: 'io.spring.dependency-management'

jar {
baseName='pegasus-data'
version= '2.3'
version= '2.4'
}

repositories {
Expand Down Expand Up @@ -86,4 +86,4 @@ docker {
name "${project.group}/${jar.baseName}:" + getTagInfo()
copySpec.from(tasks.unpack.outputs).into("dependency")
buildArgs(['DEPENDENCY': "dependency"])
}
}

0 comments on commit 58b4e3c

Please sign in to comment.