refs #130: Smartgears distribution: The version of whnManager service should be removed from the war name
https://support.d4science.org/issues/130 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution@115426 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
a12e38c2ed
commit
d68e15bdb2
|
@ -17,4 +17,7 @@
|
|||
<Changeset component="org.gcube.distribution.smartgears-distribution.1-2-2" date="2015-04-28">
|
||||
<Change>Moved libs and war directories under target to make mvn clean properly working. The generated tar.gz remain the same</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.distribution.smartgears-distribution.1-2-3" date="2015-06-18">
|
||||
<Change>Stripped version from name of the included war</Change>
|
||||
</Changeset>
|
||||
</ReleaseNotes>
|
4
pom.xml
4
pom.xml
|
@ -8,7 +8,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>smartgears-distribution</artifactId>
|
||||
<version>1.2.2-SNAPSHOT</version>
|
||||
<version>1.2.3-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>A distribution for the SmartGears Framework</name>
|
||||
|
||||
|
@ -95,7 +95,7 @@
|
|||
<overWriteSnapshots>false</overWriteSnapshots>
|
||||
<overWriteIfNewer>true</overWriteIfNewer>
|
||||
<includeTypes>war</includeTypes>
|
||||
<stripVersion>false</stripVersion>
|
||||
<stripVersion>true</stripVersion>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
|
|
Loading…
Reference in New Issue