Skip to content

Commit

Permalink
Update to LMP 3.0.1 and MST 0.4.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
aguibert committed Sep 13, 2019
1 parent 1aa14d4 commit 4e5dbdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ import org.eclipse.microprofile.openapi.annotations.responses.APIResponse;

5. Disconnect the debugger.

#### JPA support with Boost
#### Database support with Boost

1. ...

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<dependency>
<artifactId>microshed-testing-liberty</artifactId>
<groupId>com.github.microshed.microshed-testing</groupId>
<version>v0.4-beta</version>
<version>0.4.1-beta</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -132,7 +132,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.0</version>
<version>3.0.1</version>
</plugin>
<plugin>
<groupId>org.microshed.boost</groupId>
Expand Down

0 comments on commit 4e5dbdd

Please sign in to comment.