Skip to content

Commit

Permalink
Merge branch 'develop' into MAT-7855
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Nov 22, 2024
2 parents a0014c0 + 47c7387 commit b039075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.10</version>
<version>3.2.11</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ private void recursiveRetrieveCodeSystems(
codeSystemsPage.add(
CodeSystem.builder()
.id(codeSystem.getTitle() + codeSystem.getVersion())
.fullUrl(codeSystem.getUrl())
.fullUrl(entry.getFullUrl())
.title(codeSystem.getTitle())
.name(codeSystem.getName())
.version(codeSystem.getVersion())
Expand Down

0 comments on commit b039075

Please sign in to comment.