Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 012e175

Browse files
author
Adam Lindenthal
committed
Fix memleaks module release issues
Change-Id: I7ae77e5e6b16642d328a3ed88a3f012325885b14
1 parent 0210a8e commit 012e175

File tree

1 file changed

+1
-3
lines changed
  • tests/mem-leaks/redeployment/redeployment-hello-world-app-ref

1 file changed

+1
-3
lines changed

tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@
7676
<memleak.redeploy.count>200</memleak.redeploy.count>
7777
<memleak.redeploy.expectedStatus>200</memleak.redeploy.expectedStatus>
7878
<memleak.redeploy.requestPathQuery>${external.container.contextRoot}/helloworld</memleak.redeploy.requestPathQuery>
79-
80-
<helloword-webapp.version>${memleak.jersey.version}</helloword-webapp.version>
8179
</properties>
8280

8381
<profiles>
@@ -158,7 +156,7 @@
158156
<groupId>org.glassfish.jersey.examples</groupId>
159157
<artifactId>helloworld-webapp</artifactId>
160158
<type>war</type>
161-
<version>${helloword-webapp.version}</version>
159+
<version>2.22-SNAPSHOT</version>
162160
</dependency>
163161
</dependencies>
164162

0 commit comments

Comments
 (0)