MrBird пре 5 година
родитељ
комит
422afde3ea

+ 2 - 2
febs-apm/febs-admin/Dockerfile

@@ -1,7 +1,7 @@
 FROM openjdk:8u212-jre
 MAINTAINER MrBird 852252810@qq.com
 
-COPY ./target/febs-admin-2.1-RELEASE.jar /febs/febs-admin-2.1-RELEASE.jar
+COPY ./target/febs-admin-2.2-RELEASE.jar /febs/febs-admin-2.2-RELEASE.jar
 ADD agent/ /agent
 
-ENTRYPOINT ["java", "-javaagent:/agent/skywalking-agent.jar", "-Dskywalking.agent.service_name=febs-admin", "-Dskywalking.collector.backend_service=skywalkingIp:11800", "-jar", "/febs/febs-admin-2.1-RELEASE.jar"]
+ENTRYPOINT ["java", "-javaagent:/agent/skywalking-agent.jar", "-Dskywalking.agent.service_name=febs-admin", "-Dskywalking.collector.backend_service=skywalkingIp:11800", "-jar", "/febs/febs-admin-2.2-RELEASE.jar"]

+ 2 - 2
febs-apm/febs-admin/pom.xml

@@ -5,12 +5,12 @@
     <parent>
         <groupId>cc.mrbird</groupId>
         <artifactId>febs-apm</artifactId>
-        <version>2.1-RELEASE</version>
+        <version>2.2-RELEASE</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>febs-admin</artifactId>
-    <version>2.1-RELEASE</version>
+    <version>2.2-RELEASE</version>
     <name>FEBS-Admin</name>
     <description>Febs-Admin基于Spring Boot Admin搭建的监控程序</description>
 

+ 2 - 2
febs-apm/pom.xml

@@ -5,13 +5,13 @@
     <parent>
         <artifactId>febs-cloud</artifactId>
         <groupId>cc.mrbird</groupId>
-        <version>2.1-RELEASE</version>
+        <version>2.2-RELEASE</version>
         <relativePath>../febs-cloud/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>febs-apm</artifactId>
-    <version>2.1-RELEASE</version>
+    <version>2.2-RELEASE</version>
     <packaging>pom</packaging>
     <name>FEBS-APM</name>
     <description>FEBS-APM(Application Performance Monitor)</description>

+ 2 - 2
febs-auth/Dockerfile

@@ -1,7 +1,7 @@
 FROM openjdk:8u212-jre
 MAINTAINER MrBird 852252810@qq.com
 
-COPY ./target/febs-auth-2.1-RELEASE.jar /febs/febs-auth-2.1-RELEASE.jar
+COPY ./target/febs-auth-2.2-RELEASE.jar /febs/febs-auth-2.2-RELEASE.jar
 ADD agent/ /agent
 
-ENTRYPOINT ["java", "-javaagent:/agent/skywalking-agent.jar", "-Dskywalking.agent.service_name=febs-auth", "-Dskywalking.collector.backend_service=skywalkingIp:11800", "-jar", "/febs/febs-auth-2.1-RELEASE.jar"]
+ENTRYPOINT ["java", "-javaagent:/agent/skywalking-agent.jar", "-Dskywalking.agent.service_name=febs-auth", "-Dskywalking.collector.backend_service=skywalkingIp:11800", "-jar", "/febs/febs-auth-2.2-RELEASE.jar"]

+ 2 - 2
febs-auth/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <groupId>cc.mrbird</groupId>
         <artifactId>febs-cloud</artifactId>
-        <version>2.1-RELEASE</version>
+        <version>2.2-RELEASE</version>
         <relativePath>../febs-cloud/pom.xml</relativePath>
     </parent>
 
@@ -14,7 +14,7 @@
     <description>FEBS-Cloud认证服务器</description>
 
     <properties>
-        <febs-cloud.version>2.1-RELEASE</febs-cloud.version>
+        <febs-cloud.version>2.2-RELEASE</febs-cloud.version>
     </properties>
 
     <dependencies>

+ 1 - 1
febs-cloud/pom.xml

@@ -6,7 +6,7 @@
 
     <groupId>cc.mrbird</groupId>
     <artifactId>febs-cloud</artifactId>
-    <version>2.1-RELEASE</version>
+    <version>2.2-RELEASE</version>
     <packaging>pom</packaging>
 
     <name>FEBS-Cloud</name>

Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
febs-cloud/sql/febs_nacos.sql


+ 1 - 1
febs-common/febs-common-core/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <artifactId>febs-common</artifactId>
         <groupId>cc.mrbird</groupId>
-        <version>2.1-RELEASE</version>
+        <version>2.2-RELEASE</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

+ 2 - 2
febs-common/febs-common-datasource-starter/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <artifactId>febs-common</artifactId>
         <groupId>cc.mrbird</groupId>
-        <version>2.1-RELEASE</version>
+        <version>2.2-RELEASE</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -16,7 +16,7 @@
     <artifactId>febs-common-datasource-starter</artifactId>
 
     <properties>
-        <febs-cloud.version>2.1-RELEASE</febs-cloud.version>
+        <febs-cloud.version>2.2-RELEASE</febs-cloud.version>
     </properties>
 
     <dependencies>

+ 2 - 2
febs-common/febs-common-doc-gateway-starter/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <artifactId>febs-common</artifactId>
         <groupId>cc.mrbird</groupId>
-        <version>2.1-RELEASE</version>
+        <version>2.2-RELEASE</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -14,7 +14,7 @@
     <description>FEBS-Common-Doc-Gateway-Starter文档网关聚合模块</description>
 
     <properties>
-        <febs-cloud.version>2.1-RELEASE</febs-cloud.version>
+        <febs-cloud.version>2.2-RELEASE</febs-cloud.version>
     </properties>
 
     <dependencies>

+ 2 - 2
febs-common/febs-common-doc-starter/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <artifactId>febs-common</artifactId>
         <groupId>cc.mrbird</groupId>
-        <version>2.1-RELEASE</version>
+        <version>2.2-RELEASE</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -15,7 +15,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <febs-cloud.version>2.1-RELEASE</febs-cloud.version>
+        <febs-cloud.version>2.2-RELEASE</febs-cloud.version>
     </properties>
 
     <dependencies>

+ 1 - 1
febs-common/febs-common-doc/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <artifactId>febs-common</artifactId>
         <groupId>cc.mrbird</groupId>
-        <version>2.1-RELEASE</version>
+        <version>2.2-RELEASE</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

+ 2 - 2
febs-common/febs-common-logging-starter/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <artifactId>febs-common</artifactId>
         <groupId>cc.mrbird</groupId>
-        <version>2.1-RELEASE</version>
+        <version>2.2-RELEASE</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -15,7 +15,7 @@
     <description>FEBS-Common-Logging-Starter日志模块</description>
 
     <properties>
-        <febs-cloud.version>2.1-RELEASE</febs-cloud.version>
+        <febs-cloud.version>2.2-RELEASE</febs-cloud.version>
     </properties>
 
     <dependencies>

+ 1 - 1
febs-common/febs-common-redis-starter/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <artifactId>febs-common</artifactId>
         <groupId>cc.mrbird</groupId>
-        <version>2.1-RELEASE</version>
+        <version>2.2-RELEASE</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

+ 2 - 2
febs-common/febs-common-security-starter/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <artifactId>febs-common</artifactId>
         <groupId>cc.mrbird</groupId>
-        <version>2.1-RELEASE</version>
+        <version>2.2-RELEASE</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -14,7 +14,7 @@
     <description>FEBS-Common-Security-Starter安全模块</description>
 
     <properties>
-        <febs-cloud.version>2.1-RELEASE</febs-cloud.version>
+        <febs-cloud.version>2.2-RELEASE</febs-cloud.version>
     </properties>
 
     <dependencies>

+ 2 - 2
febs-common/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <groupId>cc.mrbird</groupId>
         <artifactId>febs-cloud</artifactId>
-        <version>2.1-RELEASE</version>
+        <version>2.2-RELEASE</version>
         <relativePath>../febs-cloud/pom.xml</relativePath>
     </parent>
 
@@ -21,7 +21,7 @@
     </modules>
 
     <artifactId>febs-common</artifactId>
-    <version>2.1-RELEASE</version>
+    <version>2.2-RELEASE</version>
     <name>FEBS-Common</name>
     <packaging>pom</packaging>
     <description>FEBS-Common通用模块</description>

+ 2 - 2
febs-gateway/Dockerfile

@@ -1,7 +1,7 @@
 FROM openjdk:8u212-jre
 MAINTAINER MrBird 852252810@qq.com
 
-COPY ./target/febs-gateway-2.1-RELEASE.jar /febs/febs-gateway-2.1-RELEASE.jar
+COPY ./target/febs-gateway-2.2-RELEASE.jar /febs/febs-gateway-2.2-RELEASE.jar
 ADD agent/ /agent
 
-ENTRYPOINT ["java", "-javaagent:/agent/skywalking-agent.jar", "-Dskywalking.agent.service_name=febs-gateway", "-Dskywalking.collector.backend_service=skywalkingIp:11800", "-jar", "/febs/febs-gateway-2.1-RELEASE.jar"]
+ENTRYPOINT ["java", "-javaagent:/agent/skywalking-agent.jar", "-Dskywalking.agent.service_name=febs-gateway", "-Dskywalking.collector.backend_service=skywalkingIp:11800", "-jar", "/febs/febs-gateway-2.2-RELEASE.jar"]

+ 2 - 2
febs-gateway/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <groupId>cc.mrbird</groupId>
         <artifactId>febs-cloud</artifactId>
-        <version>2.1-RELEASE</version>
+        <version>2.2-RELEASE</version>
         <relativePath>../febs-cloud/pom.xml</relativePath>
     </parent>
 
@@ -14,7 +14,7 @@
     <description>FEBS-Gateway服务网关模块</description>
 
     <properties>
-        <febs-cloud.version>2.1-RELEASE</febs-cloud.version>
+        <febs-cloud.version>2.2-RELEASE</febs-cloud.version>
     </properties>
 
     <dependencies>

+ 2 - 2
febs-server/febs-server-generator/Dockerfile

@@ -1,7 +1,7 @@
 FROM openjdk:8u212-jre
 MAINTAINER MrBird 852252810@qq.com
 
-COPY ./target/febs-server-generator-2.1-RELEASE.jar /febs/febs-server-generator-2.1-RELEASE.jar
+COPY ./target/febs-server-generator-2.2-RELEASE.jar /febs/febs-server-generator-2.2-RELEASE.jar
 ADD agent/ /agent
 
-ENTRYPOINT ["java", "-javaagent:/agent/skywalking-agent.jar", "-Dskywalking.agent.service_name=febs-generator", "-Dskywalking.collector.backend_service=skywalkingIp:11800", "-jar", "/febs/febs-server-generator-2.1-RELEASE.jar"]
+ENTRYPOINT ["java", "-javaagent:/agent/skywalking-agent.jar", "-Dskywalking.agent.service_name=febs-generator", "-Dskywalking.collector.backend_service=skywalkingIp:11800", "-jar", "/febs/febs-server-generator-2.2-RELEASE.jar"]

+ 2 - 2
febs-server/febs-server-generator/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <groupId>cc.mrbird</groupId>
         <artifactId>febs-server</artifactId>
-        <version>2.1-RELEASE</version>
+        <version>2.2-RELEASE</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -14,7 +14,7 @@
     <description>FEBS-Server-Generator代码生成器</description>
 
     <properties>
-        <febs-cloud.version>2.1-RELEASE</febs-cloud.version>
+        <febs-cloud.version>2.2-RELEASE</febs-cloud.version>
     </properties>
 
     <dependencies>

+ 2 - 2
febs-server/febs-server-job/Dockerfile

@@ -1,7 +1,7 @@
 FROM openjdk:8u212-jre
 MAINTAINER MrBird 852252810@qq.com
 
-COPY ./target/febs-server-job-2.1-RELEASE.jar /febs/febs-server-job-2.1-RELEASE.jar
+COPY ./target/febs-server-job-2.2-RELEASE.jar /febs/febs-server-job-2.2-RELEASE.jar
 ADD agent/ /agent
 
-ENTRYPOINT ["java", "-javaagent:/agent/skywalking-agent.jar", "-Dskywalking.agent.service_name=febs-server-job", "-Dskywalking.collector.backend_service=skywalkingIp:11800", "-jar", "/febs/febs-server-job-2.1-RELEASE.jar"]
+ENTRYPOINT ["java", "-javaagent:/agent/skywalking-agent.jar", "-Dskywalking.agent.service_name=febs-server-job", "-Dskywalking.collector.backend_service=skywalkingIp:11800", "-jar", "/febs/febs-server-job-2.2-RELEASE.jar"]

+ 2 - 2
febs-server/febs-server-job/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <groupId>cc.mrbird</groupId>
         <artifactId>febs-server</artifactId>
-        <version>2.1-RELEASE</version>
+        <version>2.2-RELEASE</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -15,7 +15,7 @@
     <description>FEBS-Server-Job任务调度服务</description>
 
     <properties>
-        <febs-cloud.version>2.1-RELEASE</febs-cloud.version>
+        <febs-cloud.version>2.2-RELEASE</febs-cloud.version>
     </properties>
 
     <dependencies>

+ 2 - 2
febs-server/febs-server-system/Dockerfile

@@ -1,7 +1,7 @@
 FROM openjdk:8u212-jre
 MAINTAINER MrBird 852252810@qq.com
 
-COPY ./target/febs-server-system-2.1-RELEASE.jar /febs/febs-server-system-2.1-RELEASE.jar
+COPY ./target/febs-server-system-2.2-RELEASE.jar /febs/febs-server-system-2.2-RELEASE.jar
 ADD agent/ /agent
 
-ENTRYPOINT ["java", "-javaagent:/agent/skywalking-agent.jar", "-Dskywalking.agent.service_name=febs-server-system", "-Dskywalking.collector.backend_service=skywalkingIp:11800", "-jar", "/febs/febs-server-system-2.1-RELEASE.jar"]
+ENTRYPOINT ["java", "-javaagent:/agent/skywalking-agent.jar", "-Dskywalking.agent.service_name=febs-server-system", "-Dskywalking.collector.backend_service=skywalkingIp:11800", "-jar", "/febs/febs-server-system-2.2-RELEASE.jar"]

+ 2 - 2
febs-server/febs-server-system/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <groupId>cc.mrbird</groupId>
         <artifactId>febs-server</artifactId>
-        <version>2.1-RELEASE</version>
+        <version>2.2-RELEASE</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -15,7 +15,7 @@
     <description>FEBS-Server-System微服务系统模块</description>
 
     <properties>
-        <febs-cloud.version>2.1-RELEASE</febs-cloud.version>
+        <febs-cloud.version>2.2-RELEASE</febs-cloud.version>
     </properties>
 
     <dependencies>

+ 2 - 2
febs-server/febs-server-test/Dockerfile

@@ -1,7 +1,7 @@
 FROM openjdk:8u212-jre
 MAINTAINER MrBird 852252810@qq.com
 
-COPY ./target/febs-server-test-2.1-RELEASE.jar /febs/febs-server-test-2.1-RELEASE.jar
+COPY ./target/febs-server-test-2.2-RELEASE.jar /febs/febs-server-test-2.2-RELEASE.jar
 ADD agent/ /agent
 
-ENTRYPOINT ["java", "-javaagent:/agent/skywalking-agent.jar", "-Dskywalking.agent.service_name=febs-server-test", "-Dskywalking.collector.backend_service=skywalkingIp:11800", "-jar", "/febs/febs-server-test-2.1-RELEASE.jar"]
+ENTRYPOINT ["java", "-javaagent:/agent/skywalking-agent.jar", "-Dskywalking.agent.service_name=febs-server-test", "-Dskywalking.collector.backend_service=skywalkingIp:11800", "-jar", "/febs/febs-server-test-2.2-RELEASE.jar"]

+ 2 - 2
febs-server/febs-server-test/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <groupId>cc.mrbird</groupId>
         <artifactId>febs-server</artifactId>
-        <version>2.1-RELEASE</version>
+        <version>2.2-RELEASE</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -15,7 +15,7 @@
     <description>FEBS-Server-Test Demo服务模块</description>
 
     <properties>
-        <febs-cloud.version>2.1-RELEASE</febs-cloud.version>
+        <febs-cloud.version>2.2-RELEASE</febs-cloud.version>
     </properties>
 
     <dependencies>

+ 2 - 2
febs-server/pom.xml

@@ -7,12 +7,12 @@
     <parent>
         <groupId>cc.mrbird</groupId>
         <artifactId>febs-cloud</artifactId>
-        <version>2.1-RELEASE</version>
+        <version>2.2-RELEASE</version>
         <relativePath>../febs-cloud/pom.xml</relativePath>
     </parent>
 
     <artifactId>febs-server</artifactId>
-    <version>2.1-RELEASE</version>
+    <version>2.2-RELEASE</version>
     <packaging>pom</packaging>
     <name>FEBS-Server</name>
     <description>FEBS-Server服务提供模块</description>

+ 2 - 2
febs-tx-manager/Dockerfile

@@ -1,7 +1,7 @@
 FROM openjdk:8u212-jre
 MAINTAINER MrBird 852252810@qq.com
 
-COPY ./target/febs-tx-manager-2.1-RELEASE.jar /febs/febs-tx-manager-2.1-RELEASE.jar
+COPY ./target/febs-tx-manager-2.2-RELEASE.jar /febs/febs-tx-manager-2.2-RELEASE.jar
 ADD agent/ /agent
 
-ENTRYPOINT ["java", "-javaagent:/agent/skywalking-agent.jar", "-Dskywalking.agent.service_name=febs-tx-manager", "-Dskywalking.collector.backend_service=skywalkingIp:11800", "-jar", "/febs/febs-tx-manager-2.1-RELEASE.jar"]
+ENTRYPOINT ["java", "-javaagent:/agent/skywalking-agent.jar", "-Dskywalking.agent.service_name=febs-tx-manager", "-Dskywalking.collector.backend_service=skywalkingIp:11800", "-jar", "/febs/febs-tx-manager-2.2-RELEASE.jar"]

+ 1 - 1
febs-tx-manager/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <groupId>cc.mrbird</groupId>
         <artifactId>febs-cloud</artifactId>
-        <version>2.1-RELEASE</version>
+        <version>2.2-RELEASE</version>
         <relativePath>../febs-cloud/pom.xml</relativePath>
     </parent>
 

Неке датотеке нису приказане због велике количине промена