So simple, In one branch, you have pom.xml
with
<build>
<finalName>app-1.0-SNAPSHOT</finalName>
</build>
In other branch, you have pom.xml
with
<build>
<finalName>1.0-RELEASE</finalName>
</build>
So simple, In one branch, you have pom.xml
with
<build>
<finalName>app-1.0-SNAPSHOT</finalName>
</build>
In other branch, you have pom.xml
with
<build>
<finalName>1.0-RELEASE</finalName>
</build>