Skip to content

Commit

Permalink
chore: set dev version: 0.0.11-SNAPSHOT in samples and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 16, 2024
1 parent 63a96cc commit f33d777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/hello-quarkus/pack.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

//REPOS mavencentral,jitpack
//DEPS org.slf4j:slf4j-simple:1.7.30
//DEPS ${env.CURRENT_WORKFLOW_DEP:dev.snowdrop:buildpack-client:0.0.10}
//DEPS ${env.CURRENT_WORKFLOW_DEP:dev.snowdrop:buildpack-client:0.0.11-SNAPSHOT}


import java.io.File;
Expand Down
2 changes: 1 addition & 1 deletion samples/hello-spring/pack.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

//REPOS mavencentral,jitpack
//DEPS org.slf4j:slf4j-simple:1.7.30
//DEPS ${env.CURRENT_WORKFLOW_DEP:dev.snowdrop:buildpack-client:0.0.10}
//DEPS ${env.CURRENT_WORKFLOW_DEP:dev.snowdrop:buildpack-client:0.0.11-SNAPSHOT}

import java.io.File;
import java.util.HashMap;
Expand Down

0 comments on commit f33d777

Please sign in to comment.