v1.4.2 release (^.^)YYa!!

This commit is contained in:
开源海哥 2023-06-24 16:35:44 +08:00
parent fbb27a09cd
commit 9672962e08
5 changed files with 6 additions and 59 deletions

3
.gitignore vendored
View File

@ -14,5 +14,4 @@ logs
node_modules
yarn.lock
dist
package-lock.json
.flattened-pom.xml
package-lock.json

View File

@ -10,6 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>mybatis-flex-annotation</artifactId>
<dependencies>
<dependency>
<groupId>org.mybatis</groupId>

View File

@ -11,7 +11,6 @@
<artifactId>mybatis-flex-core</artifactId>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>

View File

@ -10,14 +10,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>mybatis-flex-processor</artifactId>
<dependencies>
<dependencies>
<dependency>
<groupId>com.mybatis-flex</groupId>
<artifactId>mybatis-flex-annotation</artifactId>
<version>${revision}</version>
</dependency>
</dependencies>

57
pom.xml
View File

@ -20,12 +20,12 @@
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://apache.org/licenses/LICENSE-2.0.txt</url>
<url>https://apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>yangfuhai</name>
<name>Michael Yang</name>
<email>fuhai999@gmail.com</email>
<roles>
<role>developer</role>
@ -34,9 +34,9 @@
</developer>
</developers>
<scm>
<url>https://github.com/mybatis-flex/mybatis-flex</url>
<connection>scm:git:https://github.com/mybatis-flex/mybatis-flex.git</connection>
<developerConnection>scm:git:https://github.com/mybatis-flex/mybatis-flex.git</developerConnection>
<url>https://github.com/mybatis-flex/mybatis-flex</url>
</scm>
<modules>
@ -69,7 +69,6 @@
<solon.version>2.3.1</solon.version>
<junit.version>4.13.2</junit.version>
<maven_flatten_version>1.5.0</maven_flatten_version>
</properties>
<dependencyManagement>
@ -216,31 +215,6 @@
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>${maven_flatten_version}</version>
<configuration>
</configuration>
<executions>
<!-- enable flattening -->
<execution>
<id>flatten</id>
<phase>process-resources</phase>
<goals>
<goal>flatten</goal>
</goals>
</execution>
<!-- ensure proper cleanup -->
<execution>
<id>flatten.clean</id>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
@ -312,31 +286,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>${maven_flatten_version}</version>
<configuration>
</configuration>
<executions>
<!-- enable flattening -->
<execution>
<id>flatten</id>
<phase>process-resources</phase>
<goals>
<goal>flatten</goal>
</goals>
</execution>
<!-- ensure proper cleanup -->
<execution>
<id>flatten.clean</id>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<distributionManagement>