Browse Source

bump version

tags/v1.5.4^0
Jonathan Cobb 3 years ago
parent
commit
5f03c3cb2a
5 changed files with 6 additions and 6 deletions
  1. +2
    -2
      bubble-server/pom.xml
  2. +1
    -1
      bubble-server/src/main/resources/META-INF/bubble/bubble.properties
  3. +1
    -1
      bubble-web
  4. +1
    -1
      pom.xml
  5. +1
    -1
      utils/pom.xml

+ 2
- 2
bubble-server/pom.xml View File

@@ -11,12 +11,12 @@
<groupId>bubble</groupId> <groupId>bubble</groupId>
<artifactId>bubble</artifactId> <artifactId>bubble</artifactId>
<!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it --> <!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it -->
<version>1.5.3</version>
<version>1.5.4</version>
</parent> </parent>


<artifactId>bubble-server</artifactId> <artifactId>bubble-server</artifactId>
<!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it --> <!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it -->
<version>1.5.3</version>
<version>1.5.4</version>


<repositories> <repositories>
<repository> <repository>


+ 1
- 1
bubble-server/src/main/resources/META-INF/bubble/bubble.properties View File

@@ -1,3 +1,3 @@
# Do not edit this file directly # Do not edit this file directly
# Use _set_version to update the Bubble version in all files # Use _set_version to update the Bubble version in all files
bubble.version=Adventure 1.5.3
bubble.version=Adventure 1.5.4

+ 1
- 1
bubble-web

@@ -1 +1 @@
Subproject commit 2d07f2265973752b7ca9e78c42198f4af0212146
Subproject commit edb9e3eecfeb5eaffe152fd53362aabee0629b0f

+ 1
- 1
pom.xml View File

@@ -14,7 +14,7 @@
<groupId>bubble</groupId> <groupId>bubble</groupId>
<artifactId>bubble</artifactId> <artifactId>bubble</artifactId>
<!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it --> <!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it -->
<version>1.5.3</version>
<version>1.5.4</version>
<packaging>pom</packaging> <packaging>pom</packaging>


<licenses> <licenses>


+ 1
- 1
utils/pom.xml View File

@@ -10,7 +10,7 @@ This code is available under the GNU Affero General Public License, version 3: h
<groupId>bubble</groupId> <groupId>bubble</groupId>
<artifactId>utils</artifactId> <artifactId>utils</artifactId>
<!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it --> <!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it -->
<version>1.5.3</version>
<version>1.5.4</version>
<packaging>pom</packaging> <packaging>pom</packaging>


<licenses> <licenses>


Loading…
Cancel
Save