浏览代码

set version 1.5.5

tags/v1.5.5
Jonathan Cobb 3 年前
父节点
当前提交
534f482143
共有 4 个文件被更改,包括 5 次插入5 次删除
  1. +2
    -2
      bubble-server/pom.xml
  2. +1
    -1
      bubble-server/src/main/resources/META-INF/bubble/bubble.properties
  3. +1
    -1
      pom.xml
  4. +1
    -1
      utils/pom.xml

+ 2
- 2
bubble-server/pom.xml 查看文件

@@ -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.4</version>
<version>1.5.5</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.4</version>
<version>1.5.5</version>

<repositories>
<repository>


+ 1
- 1
bubble-server/src/main/resources/META-INF/bubble/bubble.properties 查看文件

@@ -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.4
bubble.version=Adventure 1.5.5

+ 1
- 1
pom.xml 查看文件

@@ -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.4</version>
<version>1.5.5</version>
<packaging>pom</packaging>

<licenses>


+ 1
- 1
utils/pom.xml 查看文件

@@ -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.4</version>
<version>1.5.5</version>
<packaging>pom</packaging>

<licenses>


正在加载...
取消
保存