Skip to content

Commit

Permalink
Merge pull request #6 from Conjur-Enterprise/VersionUpdate
Browse files Browse the repository at this point in the history
CNJR-2733 - Release Version update
  • Loading branch information
Brugu Maharishi authored and GitHub Enterprise committed Jan 16, 2024
2 parents 8a55b61 + 7f91415 commit cb43006
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [0.0.1] - 2023-05-19
## [1.0.0] - 2024-01-12

### Added
- Example Atlantis/Infrapool Pipeline
- Mulesoft Connector for Conjur Vault
8 changes: 7 additions & 1 deletion deploy_mule.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/bin/bash

# Set up VERSION file for local development

if [ ! -f "../VERSION" ]; then
echo -n "0.0.dev" > ../VERSION
fi

set -euo pipefail
set -x

Expand Down Expand Up @@ -31,7 +37,7 @@ docker run \
-Dfile="${jar}" \
-DgroupId=com.cyberark.conjur \
-DartifactId=conjur-mule-connector \
-Dversion="0.0.1" \
-Dversion="$(<VERSION)" \
-Dpackaging=jar \
-DgeneratePom=true

Expand Down

0 comments on commit cb43006

Please sign in to comment.