Skip to content

Commit

Permalink
Update Citrus JBang dist to version 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Dec 11, 2024
1 parent ccd5fab commit c164e19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION := 4.4.0-SNAPSHOT
VERSION := 4.6.0-SNAPSHOT
RELEASE_GIT_REMOTE := origin
GIT_COMMIT := $(shell git rev-list -1 HEAD)

Expand Down
4 changes: 2 additions & 2 deletions tools/jbang/dist/CitrusJBang.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

//JAVA 17+
//REPOS mavencentral
//DEPS org.citrusframework:citrus-bom:${citrus.jbang.version:4.4.0}@pom
//DEPS org.citrusframework:citrus-jbang:${citrus.jbang.version:4.4.0}
//DEPS org.citrusframework:citrus-bom:${citrus.jbang.version:4.5.0}@pom
//DEPS org.citrusframework:citrus-jbang:${citrus.jbang.version:4.5.0}
//DEPS org.citrusframework:citrus-jbang-connector
//DEPS org.citrusframework:citrus-groovy
//DEPS org.citrusframework:citrus-xml
Expand Down

0 comments on commit c164e19

Please sign in to comment.