Unverified Commit d4c434bf authored by bwcx_jzy's avatar bwcx_jzy
Browse files

commit 2.9.13

parent 6953a388
Showing with 29 additions and 29 deletions
+29 -29
JPOM_VERSION=2.9.12
JPOM_VERSION=2.9.13
# Server Token 生产部署请更换
SERVER_TOKEN=7094f673-2c53-4fc1-82e7-86e528449d97
......@@ -29,14 +29,14 @@ stages:
artifacts:
- name: all_zip
path:
- modules/server/target/server-2.9.12-release.zip
- modules/agent/target/agent-2.9.12-release.zip
- modules/server/target/server-2.9.13-release.zip
- modules/agent/target/agent-2.9.13-release.zip
- name: server_zip
path:
- modules/server/target/server-2.9.12-release.zip
- modules/server/target/server-2.9.13-release.zip
- name: agent_zip
path:
- modules/agent/target/agent-2.9.12-release.zip
- modules/agent/target/agent-2.9.13-release.zip
settings: []
strategy:
retry: '0'
......@@ -50,7 +50,7 @@ stages:
name: publish_general_artifacts
displayName: 合并打包
dependArtifact: all_zip
artifactName: jpom-2.9.12
artifactName: jpom-2.9.13
strategy:
retry: '0'
strategy:
......
# 🚀 版本日志
## 2.9.13
## 2.9.13 (2022-10-20)
### 🐣 新增功能
......
2.9.12
2.9.13
......@@ -29,12 +29,12 @@
<parent>
<artifactId>jpom-parent</artifactId>
<groupId>io.jpom</groupId>
<version>2.9.12</version>
<version>2.9.13</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>agent</artifactId>
<version>2.9.12</version>
<version>2.9.13</version>
<name>Jpom Agent</name>
<properties>
<start-class>io.jpom.JpomAgentApplication</start-class>
......
......@@ -29,13 +29,13 @@
<parent>
<artifactId>jpom-parent</artifactId>
<groupId>io.jpom</groupId>
<version>2.9.12</version>
<version>2.9.13</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Jpom Common</name>
<artifactId>common</artifactId>
<version>2.9.12</version>
<version>2.9.13</version>
<dependencies>
......
......@@ -7,4 +7,4 @@
| |
|_|
➜ Jpom \ (•◡•) / (v2.9.12)
\ No newline at end of file
➜ Jpom \ (•◡•) / (v2.9.13)
\ No newline at end of file
......@@ -24,7 +24,7 @@
FROM maven:3.8.5-jdk-8
ENV JPOM_HOME /usr/local/jpom-server
ENV JPOM_PKG_VERSION 2.9.12
ENV JPOM_PKG_VERSION 2.9.13
ENV JPOM_PKG server-${JPOM_PKG_VERSION}-release.tar.gz
......
......@@ -29,13 +29,13 @@
<parent>
<artifactId>jpom-parent</artifactId>
<groupId>io.jpom</groupId>
<version>2.9.12</version>
<version>2.9.13</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Jpom Server</name>
<artifactId>server</artifactId>
<version>2.9.12</version>
<version>2.9.13</version>
<properties>
<start-class>io.jpom.JpomServerApplication</start-class>
</properties>
......
......@@ -29,7 +29,7 @@
<parent>
<artifactId>jpom-plugins-parent</artifactId>
<groupId>io.jpom.plugins</groupId>
<version>2.9.12</version>
<version>2.9.13</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -29,7 +29,7 @@
<parent>
<artifactId>jpom-plugins-parent</artifactId>
<groupId>io.jpom.plugins</groupId>
<version>2.9.12</version>
<version>2.9.13</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -29,7 +29,7 @@
<parent>
<artifactId>jpom-plugins-parent</artifactId>
<groupId>io.jpom.plugins</groupId>
<version>2.9.12</version>
<version>2.9.13</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -29,7 +29,7 @@
<parent>
<artifactId>jpom-plugins-parent</artifactId>
<groupId>io.jpom.plugins</groupId>
<version>2.9.12</version>
<version>2.9.13</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -29,7 +29,7 @@
<parent>
<artifactId>jpom-plugins-parent</artifactId>
<groupId>io.jpom.plugins</groupId>
<version>2.9.12</version>
<version>2.9.13</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -29,7 +29,7 @@
<parent>
<artifactId>jpom-plugins-parent</artifactId>
<groupId>io.jpom.plugins</groupId>
<version>2.9.12</version>
<version>2.9.13</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -29,7 +29,7 @@
<parent>
<artifactId>jpom-parent</artifactId>
<groupId>io.jpom</groupId>
<version>2.9.12</version>
<version>2.9.13</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
......@@ -44,7 +44,7 @@
<module>git-clone</module>
</modules>
<modelVersion>4.0.0</modelVersion>
<version>2.9.12</version>
<version>2.9.13</version>
<groupId>io.jpom.plugins</groupId>
<artifactId>jpom-plugins-parent</artifactId>
<name>Jpom Plugins</name>
......
......@@ -29,7 +29,7 @@
<parent>
<artifactId>jpom-plugins-parent</artifactId>
<groupId>io.jpom.plugins</groupId>
<version>2.9.12</version>
<version>2.9.13</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -29,7 +29,7 @@
<parent>
<artifactId>jpom-plugins-parent</artifactId>
<groupId>io.jpom.plugins</groupId>
<version>2.9.12</version>
<version>2.9.13</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -47,7 +47,7 @@
简而轻的低侵入式在线构建、自动部署、日常运维、项目监控软件
</description>
<inceptionYear>2017</inceptionYear>
<version>2.9.12</version>
<version>2.9.13</version>
<url>https://gitee.com/dromara/Jpom</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
......
......@@ -31,12 +31,12 @@
# docker buildx create --use
# 服务端
docker buildx build --platform linux/amd64,linux/arm64 -t jpomdocker/jpom:2.9.12 -t jpomdocker/jpom:latest -f ./modules/server/DockerfileRelease --push .
docker buildx build --platform linux/amd64,linux/arm64 -t jpomdocker/jpom:2.9.13 -t jpomdocker/jpom:latest -f ./modules/server/DockerfileRelease --push .
#
#docker buildx build --platform linux/amd64,linux/arm64 -t jpomdocker/jpom:latest -f ./modules/server/DockerfileRelease --push .
# docker logs --tail="100" jpom-server
# docker run -d -p 2122:2122 --name jpom-server -v /etc/localtime:/etc/localtime:ro -v jpom-server-vol:/usr/local/jpom-server jpomdocker/jpom:mac-arm-2.9.12
# docker run -d -p 2122:2122 --name jpom-server -v /etc/localtime:/etc/localtime:ro -v jpom-server-vol:/usr/local/jpom-server jpomdocker/jpom:mac-arm-2.9.13
# docker stop jpom-server
# docker rm jpom-server
# docker exec -it jpom-server /bin/bash
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment