We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae2b16 commit 2e30777Copy full SHA for 2e30777
daytrader-ee7/build.gradle
@@ -15,7 +15,7 @@ buildscript {
15
}
16
17
dependencies {
18
- classpath 'net.wasdev.wlp.gradle.plugins:liberty-gradle-plugin:1.0'
+ classpath 'net.wasdev.wlp.gradle.plugins:liberty-gradle-plugin:1.0.1'
19
20
21
archivesBaseName = 'daytrader-ee7'
daytrader-ee7/pom.xml
@@ -96,7 +96,7 @@
96
<plugin>
97
<groupId>net.wasdev.wlp.maven.plugins</groupId>
98
<artifactId>liberty-maven-plugin</artifactId>
99
- <version>1.1</version>
+ <version>1.2</version>
100
<executions>
101
<execution>
102
<id>start-server</id>
0 commit comments