Skip to content

Commit 4eb4aa0

Browse files
updating maven and gradle versions
1 parent 281046a commit 4eb4aa0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>io.openliberty.tools</groupId>
116116
<artifactId>liberty-maven-plugin</artifactId>
117-
<version>3.11.4</version>
117+
<version>3.11.5</version>
118118
</plugin>
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>

src/main/resources/templates/gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'war'
3-
id 'io.openliberty.tools.gradle.Liberty' version '3.9.4'
3+
id 'io.openliberty.tools.gradle.Liberty' version '3.9.5'
44
}
55

66
version '1.0-SNAPSHOT'

src/main/resources/templates/maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<plugin>
5353
<groupId>io.openliberty.tools</groupId>
5454
<artifactId>liberty-maven-plugin</artifactId>
55-
<version>3.11.4</version>
55+
<version>3.11.5</version>
5656
</plugin>
5757
</plugins>
5858
</pluginManagement>

0 commit comments

Comments
 (0)