Skip to content

Commit

Permalink
Merge pull request #987 from anusreelakshmi934/updateLGPandLMPVersion
Browse files Browse the repository at this point in the history
Updated LGP and LMP versions in Sample projects used in UI tests
  • Loading branch information
anusreelakshmi934 authored Sep 25, 2024
2 parents e323770 + 4564de9 commit 6926779
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'war'
id 'io.openliberty.tools.gradle.Liberty' version '3.5.2'
id 'io.openliberty.tools.gradle.Liberty' version '3.8.3'
}

version '1.0-SNAPSHOT'
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/files/smNLTRestProject/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.7.1</version>
<version>3.10.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'war'
id 'io.openliberty.tools.gradle.Liberty' version '3.6.2'
id 'io.openliberty.tools.gradle.Liberty' version '3.8.3'
}

version '1.0-SNAPSHOT'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'war'
id 'io.openliberty.tools.gradle.Liberty' version '3.6.2'
id 'io.openliberty.tools.gradle.Liberty' version '3.8.3'
}

version '1.0-SNAPSHOT'
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/projects/maven/jakarta-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.7.1</version>
<version>3.10.3</version>
<configuration>
<runtimeArtifact>
<groupId>io.openliberty.beta</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/projects/maven/singleModMavenMP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.8.2</version>
<version>3.10.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 6926779

Please sign in to comment.