Bläddra i källkod

bump version

tags/v1.5.9
Jonathan Cobb 4 år sedan
förälder
incheckning
d13ddeec45
6 ändrade filer med 8 tillägg och 8 borttagningar
  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. +2
    -2
      docs/docker-launcher.md
  5. +1
    -1
      pom.xml
  6. +1
    -1
      utils/pom.xml

+ 2
- 2
bubble-server/pom.xml Visa fil

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

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

<repositories>
<repository>


+ 1
- 1
bubble-server/src/main/resources/META-INF/bubble/bubble.properties Visa fil

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

+ 1
- 1
bubble-web

@@ -1 +1 @@
Subproject commit 08537006d6c123ee4d5d75472e55d139b68f46af
Subproject commit 061267a01e8f0cf59ba25b3bd848d2999b119c93

+ 2
- 2
docs/docker-launcher.md Visa fil

@@ -54,8 +54,8 @@ To pull and run the Bubble Docker Launcher, open a terminal and run:
### Use a Specific Bubble Version
If you know the specific version of Bubble you want, you can just grab that and run it:

docker pull getbubble/launcher:1.5.8
docker run -p 8090:8090 -t getbubble/launcher:1.5.8
docker pull getbubble/launcher:1.5.9
docker run -p 8090:8090 -t getbubble/launcher:1.5.9

## Activation
Upon a successful startup, the bubble launcher will be listening on port 8090 (or whatever


+ 1
- 1
pom.xml Visa fil

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

<licenses>


+ 1
- 1
utils/pom.xml Visa fil

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

<licenses>


Laddar…
Avbryt
Spara