Skip to content

Commit

Permalink
Merge pull request #1090 from cherylking/updateCommon1813
Browse files Browse the repository at this point in the history
Update ci.common to 1.8.13
  • Loading branch information
cherylking authored Feb 3, 2021
2 parents 74dc69a + 80afc72 commit 7c47be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To enable Liberty Maven Plugin in your project add the following to your `pom.xm
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>[3.2.3,)</version>
<version>[3.3.4,)</version>
<!-- Specify configuration, executions for liberty-maven-plugin -->
...
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion liberty-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>io.openliberty.tools</groupId>
<artifactId>ci.common</artifactId>
<version>1.8.13-SNAPSHOT</version>
<version>1.8.13</version>
</dependency>
<dependency>
<groupId>org.twdata.maven</groupId>
Expand Down

0 comments on commit 7c47be8

Please sign in to comment.