Bläddra i källkod

add version to utils

tags/v1.5.4
Jonathan Cobb 3 år sedan
förälder
incheckning
0a49d6f4b9
2 ändrade filer med 3 tillägg och 1 borttagningar
  1. +1
    -0
      bin/_set_version
  2. +2
    -1
      utils/pom.xml

+ 1
- 0
bin/_set_version Visa fil

@@ -48,6 +48,7 @@ function process_pom () {
cd "${SCRIPT_DIR}/.." || die "Error changing to Bubble main directory"
process_pom "${V_NUMBER}" pom.xml
process_pom "${V_NUMBER}" bubble-server/pom.xml
process_pom "${V_NUMBER}" utils/pom.xml

VERSION_PROP_FILE="bubble-server/src/main/resources/META-INF/bubble/bubble.properties"
P_TEMP=$(mktemp /tmp/bubble.properties.XXXXXXX)


+ 2
- 1
utils/pom.xml Visa fil

@@ -9,7 +9,8 @@ This code is available under the GNU Affero General Public License, version 3: h

<groupId>bubble</groupId>
<artifactId>utils</artifactId>
<version>1.0.0-SNAPSHOT</version>
<!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it -->
<version>1.5.1</version>
<packaging>pom</packaging>

<licenses>


Laddar…
Avbryt
Spara