You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/11/24 03:49:23 UTC

[GitHub] [camel-k] tadayosi commented on a change in pull request #2775: fix(build): default jitpack to main

tadayosi commented on a change in pull request #2775:
URL: https://github.com/apache/camel-k/pull/2775#discussion_r755681491



##########
File path: pkg/util/jitpack/jitpack.go
##########
@@ -24,10 +24,13 @@ import (
 )
 
 const (
-	RepoURL       = "https://jitpack.io"
-	LatestVersion = "master-SNAPSHOT"
+	// RepoURL is the Jitpack repository url
+	RepoURL = "https://jitpack.io"
+	// DefaultVersion is the default branch/version to use
+	DefaultVersion = "main-SNAPSHOT"
 )
 
+// ToDependency converts a jitpack dependency into Depdendency struct

Review comment:
       Not a big deal, but a small typo: `Depdendency` -> `Dependency`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org