Skip to content

Commit afc0e09

Browse files
authored
Update InstallSnapshotMojo.java
1 parent 59f0327 commit afc0e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/liquibase/sdk/maven/plugins/InstallSnapshotMojo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public void execute() throws MojoExecutionException, MojoFailureException {
5050

5151
final String artifactName;
5252
if (repo.endsWith("/liquibase")) {
53-
String headBranchFilename = matchingLabel.replaceFirst(".*:", "").replaceAll("[^a-zA-Z0-9\\-\.]", "_");
53+
String headBranchFilename = matchingLabel.replaceFirst(".*:", "").replaceAll("[^a-zA-Z0-9\\-.]", "_");
5454
artifactName = "liquibase-artifacts-" + headBranchFilename;
5555
} else if (repo.equals("liquibase/liquibase-pro")) {
5656
artifactName = "liquibase-commercial-modules";

0 commit comments

Comments
 (0)