Skip to content

Commit

Permalink
chore: update 7.4 default metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdd committed May 27, 2023
1 parent 93b9189 commit 32f00bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lfr/pkg/project/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ func NewMetadata(base, version string) (*Metadata, error) {
resp, err := http.Get("https://api.github.com/repos/liferay/liferay-portal/releases/latest")

release := &GitHubRelease{
TagName: "7.4.3.30-ga30",
TagName: "7.4.3.78-ga78",
Assets: []GitHubAsset{
{
BrowserDownloadURL: "https://github.com/liferay/liferay-portal/releases/download/7.4.3.30-ga30/liferay-ce-portal-tomcat-7.4.3.30-ga30-20220622172832884.tar.gz",
BrowserDownloadURL: "https://github.com/liferay/liferay-portal/releases/download/7.4.3.78-ga78/liferay-ce-portal-tomcat-7.4.3.78-ga78-20230524080442157.tar.gz",
},
},
}
Expand Down

0 comments on commit 32f00bd

Please sign in to comment.