Skip to content

Commit

Permalink
Build version variable was changed to constant
Browse files Browse the repository at this point in the history
  • Loading branch information
bparmar-splunk committed Mar 30, 2022
1 parent 7051092 commit ac50d6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy to Artifactory
run: mvn --batch-mode deploy -DbuildVersion=1.6.2
run: mvn --batch-mode deploy
env:
MAVEN_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
3 changes: 1 addition & 2 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.splunk.logging</groupId>
<artifactId>splunk-library-javalogging</artifactId>
<version>${buildVersion}</version>
<version>1.6.2-0-3</version>
<packaging>jar</packaging>

<name>Splunk Logging for Java</name>
Expand All @@ -17,7 +17,6 @@
</description>

<properties>
<buildVersion>1.6.2-0-3</buildVersion>
<maven.resources.overwrite>true</maven.resources.overwrite>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down

0 comments on commit ac50d6c

Please sign in to comment.