Skip to content

Commit ebc49c9

Browse files
committed
Fix hardcoded glassfish version
Former-commit-id: 8bad4d3
1 parent c2f1eb6 commit ebc49c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seqware-ext-admin-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<version>3.1.2.2</version>
137137
<configuration>
138138
<autoDelete>true</autoDelete>
139-
<app>${project.parent.basedir}/seqware-admin-webservice/target/seqware-admin-webservice-1.0.7-SNAPSHOT.war</app>
139+
<app>${project.parent.basedir}/seqware-admin-webservice/target/seqware-admin-webservice-${project.version}.war</app>
140140
<contextRoot>seqware-admin-webservice</contextRoot>
141141
<name>seqware-admin-webservice</name>
142142
<port>38080</port>

0 commit comments

Comments
 (0)