Skip to content

Commit 08bc550

Browse files
committed
Resolve comments
Signed-off-by: arefbehboudi <[email protected]>
1 parent a2d2b04 commit 08bc550

File tree

1 file changed

+2
-2
lines changed
  • buildSrc/src/main/java/org/springframework/boot/build/bom

1 file changed

+2
-2
lines changed

buildSrc/src/main/java/org/springframework/boot/build/bom/Library.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2025 the original author or authors.
2+
* Copyright 2012-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -541,7 +541,7 @@ public String toString() {
541541

542542
public record Link(String rootName, Function<LibraryVersion, String> factory, List<String> packages) {
543543

544-
private static final Pattern PACKAGE_EXPAND = Pattern.compile("^(.*)\\[(.*)]$");
544+
private static final Pattern PACKAGE_EXPAND = Pattern.compile("^(.*)\\[(.*)]\\$");
545545

546546
public Link {
547547
packages = (packages != null) ? List.copyOf(expandPackages(packages)) : Collections.emptyList();

0 commit comments

Comments
 (0)