Skip to content

Commit

Permalink
Grace: update to grace-bom-effective.xm
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jan 7, 2024
1 parent d194b97 commit 9516f44
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ private static Model readModel() {

try {
return modelProcessor.read(GrailsDependenciesDependencyManagement.class
.getResourceAsStream("grails-bom-effective.xml"), null);
.getResourceAsStream("grace-bom-effective.xml"), null);
}
catch (IOException ex) {
throw new IllegalStateException("Failed to build model from effective pom", ex);
}
}

public String getGrailsVersion() {
return find("grails-core").getVersion();
return find("grace-core").getVersion();
}

public String getGroovyVersion() {
Expand Down

0 comments on commit 9516f44

Please sign in to comment.