Skip to content

Commit

Permalink
Merge pull request #494 from scottkurz/update-lmp-vers
Browse files Browse the repository at this point in the history
Update liberty-maven-plugin config in test projects for latest version
  • Loading branch information
turkeylurkey authored Sep 13, 2023
2 parents 0aa1d57 + 308200e commit 32886c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.3.4</version>
<configuration>
<runtimeArtifact>
<groupId>io.openliberty.beta</groupId>
<artifactId>openliberty-jakartaee9</artifactId>
<version>21.0.0.2-beta</version>
<type>zip</type>
</runtimeArtifact>
</configuration>
<version>3.8.2</version>
</plugin>
<!-- end::libertyMavenPlugin[] -->
<plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.3.4</version>
<configuration>
<runtimeArtifact>
<groupId>io.openliberty</groupId>
<artifactId>openliberty-jakartaee9</artifactId>
<version>21.0.0.2</version>
<type>zip</type>
</runtimeArtifact>
</configuration>
<version>3.8.2</version>
</plugin>
<!-- end::libertyMavenPlugin[] -->
<plugin>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<server description="Sample Liberty server">
<featureManager>
<feature>jakartaee-9.0</feature>
<feature>jakartaee-9.1</feature>
</featureManager>

<webApplication location="${artifactId}.war" contextRoot="/" />

<httpEndpoint host="*" httpPort="${default.http.port}" httpsPort="${default.https.port}" id="defaultHttpEndpoint" />

</server>
</server>

0 comments on commit 32886c9

Please sign in to comment.