Skip to content

Commit

Permalink
Bump ant and common and release
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylking committed Nov 1, 2021
1 parent 13e8985 commit 29d44e5
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
# test against latest update of each major Java version, as well as specific updates of LTS versions:
os: [ubuntu-18.04, windows-latest]
RUNTIME: [ol, wlp]
RUNTIME_VERSION: [21.0.0.6, 21.0.0.3]
RUNTIME_VERSION: [21.0.0.9, 21.0.0.6]
java: [11, 8]
exclude:
- java: 8
RUNTIME_VERSION: 21.0.0.3
RUNTIME_VERSION: 21.0.0.6

name: ${{ matrix.RUNTIME }} ${{ matrix.RUNTIME_VERSION }}, Java ${{ matrix.java }}, ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion liberty-archetype-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>

<artifactId>liberty-archetype-ear</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion liberty-archetype-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>

<artifactId>liberty-archetype-webapp</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions liberty-maven-app-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>

<artifactId>liberty-maven-app-parent</artifactId>
Expand All @@ -44,7 +44,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
<executions>
<execution>
<id>stop-before-clean</id>
Expand Down
6 changes: 3 additions & 3 deletions liberty-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>

<artifactId>liberty-maven-plugin</artifactId>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-ant-tasks</artifactId>
<version>1.9.8</version>
<version>1.9.9</version>
</dependency>
<dependency>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>io.openliberty.tools</groupId>
<artifactId>ci.common</artifactId>
<version>1.8.17-SNAPSHOT</version>
<version>1.8.17</version>
</dependency>
<dependency>
<groupId>org.twdata.maven</groupId>
Expand Down
2 changes: 1 addition & 1 deletion liberty-plugin-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>

<artifactId>liberty-plugin-archetype</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Liberty Tools for Maven</name>
<description>
Expand Down

0 comments on commit 29d44e5

Please sign in to comment.