Skip to content

Commit

Permalink
修改打包问题
Browse files Browse the repository at this point in the history
  • Loading branch information
solley committed Jan 8, 2023
1 parent 7010f27 commit b371acd
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 39 deletions.
4 changes: 2 additions & 2 deletions .flattened-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<packaging>pom</packaging>
<name>Monkey mmq ${project.version}</name>
<description>Top mmq project pom.xml file</description>
Expand Down Expand Up @@ -117,7 +117,7 @@
<maven-enforcer-plugin.version>1.4.1</maven-enforcer-plugin.version>
<commons-lang3.version>3.4</commons-lang3.version>
<reflections.version>0.9.11</reflections.version>
<revision>1.1.4</revision>
<revision>1.1.5</revision>
<jackson.annotations.version>2.12.2</jackson.annotations.version>
<sonar.jacoco.itReportPath>${project.basedir}/../test/target/jacoco-it.exec</sonar.jacoco.itReportPath>
<jacoco-maven-plugin.version>0.7.8</jacoco-maven-plugin.version>
Expand Down
6 changes: 1 addition & 5 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions distribution/.flattened-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</parent>
<groupId>org.monkey.mmq</groupId>
<artifactId>distribution</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<packaging>pom</packaging>
<name>distribution ${project.version}</name>
<licenses>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq-broker</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq-web</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions mmq-api/.flattened-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</parent>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq-api</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down
8 changes: 4 additions & 4 deletions mmq-auth/.flattened-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</parent>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq-auth</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand All @@ -36,13 +36,13 @@
<dependency>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq-core</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq-config</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions mmq-broker/.flattened-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</parent>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq-broker</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down Expand Up @@ -64,19 +64,19 @@
<dependency>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq-core</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq-auth</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq-config</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions mmq-config/.flattened-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</parent>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq-config</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq-core</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq-rule-engine</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions mmq-core/.flattened-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</parent>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq-core</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down Expand Up @@ -185,7 +185,7 @@
<dependency>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq-plugs</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions mmq-plugs/.flattened-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</parent>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq-plugs</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down
4 changes: 2 additions & 2 deletions mmq-rule-engine/.flattened-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</parent>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq-rule-engine</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion mmq-ui/src/views/dashboard/Clients.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const columns = [
},
{
title: '连接时间',
dataIndex: 'connectTiem',
dataIndex: 'connectTime',
sorter: true
},
{
Expand Down
9 changes: 5 additions & 4 deletions mmq-web/.flattened-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</parent>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq-web</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand All @@ -24,13 +24,13 @@
<dependency>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq-broker</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.monkey.mmq</groupId>
<artifactId>mmq-auth</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -91,6 +91,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.4.3</version>
<executions>
<execution>
<goals>
Expand Down
1 change: 1 addition & 0 deletions mmq-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.4.3</version>
<configuration>
<!-- main方法的地址 只需要修改这个地址-->
<mainClass>org.monkey.mmq.web.Mmq</mainClass>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</licenses>

<properties>
<revision>1.1.4</revision>
<revision>1.1.5</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Compiler settings properties -->
Expand Down

0 comments on commit b371acd

Please sign in to comment.