We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9a262 commit bcb444eCopy full SHA for bcb444e
2 files changed
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.iemr.tm</groupId>
8
<artifactId>tmapi-v1.0</artifactId>
9
- <version>0.0.1-SNAPSHOT</version>
+ <version>3.1.0</version>
10
<packaging>war</packaging>
11
12
<name>tm-api</name>
@@ -300,7 +300,7 @@
300
301
302
<build>
303
- <finalName>tmapi-v3.0.0</finalName>
+ <finalName>${artifactId}-${version}</finalName>
304
305
<plugins>
306
<plugin>
src/main/webapp/WEB-INF/jboss-web.xml
@@ -0,0 +1,4 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<jboss-web>
3
+ <context-root>/tm-api</context-root>
4
+</jboss-web>
0 commit comments