Skip to content

Commit bcb444e

Browse files
committed
feat: ensure url doesn't have version. upgrade version
1 parent 9c9a262 commit bcb444e

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.iemr.tm</groupId>
88
<artifactId>tmapi-v1.0</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
9+
<version>3.1.0</version>
1010
<packaging>war</packaging>
1111

1212
<name>tm-api</name>
@@ -300,7 +300,7 @@
300300

301301

302302
<build>
303-
<finalName>tmapi-v3.0.0</finalName>
303+
<finalName>${artifactId}-${version}</finalName>
304304

305305
<plugins>
306306
<plugin>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)