Skip to content

Commit

Permalink
Fix hardcoded glassfish version
Browse files Browse the repository at this point in the history
Former-commit-id: 8bad4d3
  • Loading branch information
denis-yuen committed Nov 13, 2013
1 parent c2f1eb6 commit ebc49c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seqware-ext-admin-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<version>3.1.2.2</version>
<configuration>
<autoDelete>true</autoDelete>
<app>${project.parent.basedir}/seqware-admin-webservice/target/seqware-admin-webservice-1.0.7-SNAPSHOT.war</app>
<app>${project.parent.basedir}/seqware-admin-webservice/target/seqware-admin-webservice-${project.version}.war</app>
<contextRoot>seqware-admin-webservice</contextRoot>
<name>seqware-admin-webservice</name>
<port>38080</port>
Expand Down

0 comments on commit ebc49c9

Please sign in to comment.