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 node_modules
yarn.lock yarn.lock
dist dist
package-lock.json package-lock.json
.flattened-pom.xml

View File

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

View File

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

View File

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

57
pom.xml
View File

@ -20,12 +20,12 @@
<licenses> <licenses>
<license> <license>
<name>The Apache Software License, Version 2.0</name> <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> </license>
</licenses> </licenses>
<developers> <developers>
<developer> <developer>
<name>yangfuhai</name> <name>Michael Yang</name>
<email>fuhai999@gmail.com</email> <email>fuhai999@gmail.com</email>
<roles> <roles>
<role>developer</role> <role>developer</role>
@ -34,9 +34,9 @@
</developer> </developer>
</developers> </developers>
<scm> <scm>
<url>https://github.com/mybatis-flex/mybatis-flex</url>
<connection>scm:git:https://github.com/mybatis-flex/mybatis-flex.git</connection> <connection>scm:git:https://github.com/mybatis-flex/mybatis-flex.git</connection>
<developerConnection>scm:git:https://github.com/mybatis-flex/mybatis-flex.git</developerConnection> <developerConnection>scm:git:https://github.com/mybatis-flex/mybatis-flex.git</developerConnection>
<url>https://github.com/mybatis-flex/mybatis-flex</url>
</scm> </scm>
<modules> <modules>
@ -69,7 +69,6 @@
<solon.version>2.3.1</solon.version> <solon.version>2.3.1</solon.version>
<junit.version>4.13.2</junit.version> <junit.version>4.13.2</junit.version>
<maven_flatten_version>1.5.0</maven_flatten_version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>
@ -216,31 +215,6 @@
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
</configuration> </configuration>
</plugin> </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> </plugins>
</build> </build>
@ -312,31 +286,6 @@
</execution> </execution>
</executions> </executions>
</plugin> </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> </plugins>
</build> </build>
<distributionManagement> <distributionManagement>