Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed Jan 27, 2025
1 parent a73bf3c commit 9b70729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/cmd/starter.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import (

const (
framework = "framework"
frameworkURL = "https://raw.githubusercontent.com/oracle/coherence-cli/refs/heads/template/templates"
frameworkTypesURL = "https://raw.githubusercontent.com/oracle/coherence-cli/refs/heads/template/templates/template.yaml"
frameworkURL = "https://raw.githubusercontent.com/oracle/coherence-cli/refs/heads/create-starter/templates"
frameworkTypesURL = "https://raw.githubusercontent.com/oracle/coherence-cli/refs/heads/create-starter/templates/template.yaml"
)

// FrameworkTemplate contains the contents read from the coherence-cli repository.
Expand Down
2 changes: 1 addition & 1 deletion templates/micronaut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<!-- Additional dependencies -->
<hamcrest.version>3.0</hamcrest.version>
<logback.version>1.5.12</logback.version>
<logback.version>1.5.15</logback.version>
<netty.version>4.1.115.Final</netty.version>
<jansi.version>2.4.1</jansi.version>

Expand Down

0 comments on commit 9b70729

Please # to comment.