Skip to content

Commit

Permalink
Merge pull request OpenLiberty#1719 from cherylking/fixTests
Browse files Browse the repository at this point in the history
fix versions in test poms
  • Loading branch information
cherylking authored Aug 17, 2023
2 parents bf4a4d8 + f4b951e commit 63faac0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ jobs:
uses: stCarolas/[email protected]
with:
maven-version: 3.9.2
- name: Cache maven packages
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
# Install dependencies
- name: Install ci.ant and ci.common
run: |
Expand Down Expand Up @@ -106,12 +100,6 @@ jobs:
cp -r D:/a/ci.maven/ci.maven C:/ci.maven
git clone https://github.com/OpenLiberty/ci.common.git C:/ci.common
git clone https://github.com/OpenLiberty/ci.ant.git C:/ci.ant
- name: Cache maven packages
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Set up Maven
uses: stCarolas/[email protected]
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.openliberty.tools.it</groupId>
<artifactId>multi-module-package-it</artifactId>
<version>1.0</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>my-war</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.openliberty.tools.it</groupId>
<artifactId>multi-module-package-it</artifactId>
<version>1.0</version>
<version>1.0-SNAPSHOT</version>
</parent>

<groupId>io.openliberty.tools.it</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</parent>

<artifactId>multi-module-package-it</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Deploy app on Liberty and package server</name>
Expand Down

0 comments on commit 63faac0

Please sign in to comment.