|
@@ -3,7 +3,7 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
<artifactId>mybatis-plus</artifactId>
|
|
|
- <version>1.4.9</version>
|
|
|
+ <version>1.5</version>
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
<name>mybatis-plus</name>
|
|
@@ -128,26 +128,6 @@
|
|
|
<!-- test end -->
|
|
|
</dependencies>
|
|
|
|
|
|
- <!-- 发版时注释START -->
|
|
|
- <build>
|
|
|
- <plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-source-plugin</artifactId>
|
|
|
- <version>2.2.1</version>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <phase>package</phase>
|
|
|
- <goals>
|
|
|
- <goal>jar-no-fork</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- </build>
|
|
|
- <!-- 发版时注释END -->
|
|
|
-
|
|
|
<profiles>
|
|
|
<profile>
|
|
|
<id>release</id>
|