-
Couldn't load subscription status.
- Fork 7
Closed
Description
Upgrade to the latest Liberty Maven and Gradle Plug-ins Releases
*Make sure to also update the Add to an existing application snippets on the start page via the website code
Steps
- Get the latest versions of the Liberty Plug-ins
-
Create a new feature branch off of
mainbranch -
Update Liberty Maven Plug-in version
- https://github.com/OpenLiberty/start.openliberty.io/blob/main/src/main/resources/templates/maven/pom.xml
<plugin> <groupId>io.openliberty.tools</groupId> <artifactId>liberty-maven-plugin</artifactId> <version>...</version> </plugin>
- Update the Liberty Gradle Plug-in version
- https://github.com/OpenLiberty/start.openliberty.io/blob/main/src/main/resources/templates/gradle/build.gradle
plugins { id 'war' id 'io.openliberty.tools.gradle.Liberty' version '...' }
- Update the Liberty Maven Plug-in version used by the Open Liberty Starter service itself. This step is like Step 3.
- Open a pull request to merge the new feature branch (step 2) targeting branch
staging.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Closed/Done