Version number parameterization in progress
This commit is contained in:
@@ -67,6 +67,7 @@
|
|||||||
</httpConnector>
|
</httpConnector>
|
||||||
<systemProperties>
|
<systemProperties>
|
||||||
<pairgoth.env>${pairgoth.env}</pairgoth.env>
|
<pairgoth.env>${pairgoth.env}</pairgoth.env>
|
||||||
|
<pairgoth.version>${project.version}</pairgoth.version>
|
||||||
<pairgoth.api.external.url>${pairgoth.api.external.url}</pairgoth.api.external.url>
|
<pairgoth.api.external.url>${pairgoth.api.external.url}</pairgoth.api.external.url>
|
||||||
<pairgoth.webapp.external.url>${pairgoth.webapp.external.url}</pairgoth.webapp.external.url>
|
<pairgoth.webapp.external.url>${pairgoth.webapp.external.url}</pairgoth.webapp.external.url>
|
||||||
<pairgoth.store>${pairgoth.store}</pairgoth.store>
|
<pairgoth.store>${pairgoth.store}</pairgoth.store>
|
||||||
|
3
version.sh
Executable file
3
version.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
mvn versions:set -DnewVersion=$1
|
Reference in New Issue
Block a user