Skip to content

Commit

Permalink
update liberty config
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily-Jiang committed Jul 6, 2023
1 parent 025deea commit efa1511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void createFiles(JessieModel model) {

@Override
public void adaptMavenModel(Model pomFile, JessieModel model, boolean mainProject) {
String openLibertyMavenVersion = "3.5.1";
String openLibertyMavenVersion = "3.8";
pomFile.addProperty("openliberty.maven.version", openLibertyMavenVersion);
String jaegerClientVersion="0.34.0";
String slf4jApiVersion="1.7.25";
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/files/gradle/liberty/build.gradle.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.3.1'
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.5.2'
}
}

Expand Down

0 comments on commit efa1511

Please sign in to comment.