Skip to content

Commit

Permalink
chore: set dev version: 0.0.12-SNAPSHOT in samples and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 26, 2024
1 parent 33184ee commit 64a8d1a
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.11}
//DEPS ${env.CURRENT_WORKFLOW_DEP:dev.snowdrop:buildpack-client:0.0.12-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.11}
//DEPS ${env.CURRENT_WORKFLOW_DEP:dev.snowdrop:buildpack-client:0.0.12-SNAPSHOT}

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

0 comments on commit 64a8d1a

Please sign in to comment.