update pom version

This commit is contained in:
thinkgem
2020-03-08 01:13:37 +08:00
parent b3d1d1b344
commit b14260c861
6 changed files with 8 additions and 43 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-parent</artifactId>
<version>4.1.8-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -297,7 +297,7 @@
</plugins>
<pluginManagement>
<plugins>
<!-- YUI Compressor (CSS/JS压缩) -->
<!-- JavaScript CSS Compress -->
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>yuicompressor-maven-plugin</artifactId>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-parent</artifactId>
<version>4.1.8-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-parent</artifactId>
<version>4.1.8-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
<!-- ====== 这是一个新增模块示例项目,你可以拷贝此项目,修改 artifactId 为您的模块即可 ====== -->

View File

@@ -11,7 +11,7 @@
<groupId>com.jeesite</groupId>
<artifactId>jeesite-parent</artifactId>
<version>4.1.8-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JeeSite Parent</name>
@@ -225,7 +225,7 @@
</executions>
</plugin>
<!-- YUI Compressor (CSS/JS压缩) -->
<!-- JavaScript CSS Compress -->
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>yuicompressor-maven-plugin</artifactId>
@@ -252,20 +252,6 @@
<exclude>**/*.min.js</exclude>
<exclude>**/*.min.css</exclude>
</excludes>
<!-- <aggregations> -->
<!-- <aggregation> -->
<!-- <removeIncluded>true</removeIncluded> -->
<!-- <insertNewLine>true</insertNewLine> -->
<!-- <inputDir>${project.build.directory}/${project.build.finalName}</inputDir> -->
<!-- <output>${project.build.directory}/${project.build.finalName}/app/js/app.pack.js</output> -->
<!-- <includes> -->
<!-- <include>app/js/app*.js</include> -->
<!-- </includes> -->
<!-- <excludes> -->
<!-- <exclude>**/**min.js</exclude> -->
<!-- </excludes> -->
<!-- </aggregation> -->
<!-- </aggregations> -->
</configuration>
</plugin>

View File

@@ -5,7 +5,7 @@
<groupId>com.jeesite</groupId>
<artifactId>jeesite-root</artifactId>
<version>4.1.8-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JeeSite</name>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-parent</artifactId>
<version>4.1.8-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -41,27 +41,6 @@
<version>${project.parent.version}</version>
</dependency>
<!-- 在线API文档 -->
<dependency>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-module-swagger</artifactId>
<version>${project.parent.version}</version>
</dependency>
<!-- Office在线预览 -->
<dependency>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-module-weboffice</artifactId>
<version>${project.parent.version}</version>
</dependency>
<!-- 文件管理 -->
<dependency>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-module-filemanager</artifactId>
<version>${project.parent.version}</version>
</dependency>
<!-- Spring Boot -->
<dependency>
<groupId>org.springframework.boot</groupId>