Skip to content

Commit

Permalink
Bump tink version
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaar, Bjørn-Andre committed Nov 10, 2023
1 parent cd307c4 commit b9cd274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ release-dryrun: ## Simulate a release in order to detect any issues
mvn release:prepare release:perform -Darguments="-Dmaven.deploy.skip=true" -DdryRun=true

.PHONY: release
release: ## Release a new version. Update POMs and tag the new version in git.
mvn release:prepare release:perform -Darguments="-Dmaven.deploy.skip=true -Dmaven.javadoc.skip=true"
release: ## Release a new version. Update POMs and tag the new version in git. Pipeline will deploy upon tag detection.
git push origin main:release

.PHONY: help
help:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<lombok.version>1.18.26</lombok.version>
<slf4j.version>2.0.6</slf4j.version>
<tink.version>1.8.0</tink.version>
<tink-fpe-java.version>0.0.3</tink-fpe-java.version>
<tink-fpe-java.version>0.0.13</tink-fpe-java.version>

<!-- Plugin/extension versions -->
<artifactregistry-maven-wagon.version>2.1.4</artifactregistry-maven-wagon.version>
Expand Down

0 comments on commit b9cd274

Please sign in to comment.