diff --git a/.github/workflows/depoly.yml b/.github/workflows/depoly.yml index eab6a49..145518c 100644 --- a/.github/workflows/depoly.yml +++ b/.github/workflows/depoly.yml @@ -1,8 +1,7 @@ name: Maven Package on: - release: - types: [ created ] + push: tags jobs: build: diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 5c09ac2..1edda92 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -32,7 +32,7 @@ jobs: gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase - name: Publish to Apache Maven Central - run: mvn deploy -Psnapshot + run: mvn deploy -Prelease -Psnapshot env: MAVEN_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }} MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }} diff --git a/README-zh.md b/README-zh.md index 2c51921..7d64903 100644 --- a/README-zh.md +++ b/README-zh.md @@ -10,7 +10,10 @@

- maven + Maven central + + + Sonatype Nexus (Snapshots) code style @@ -115,12 +118,16 @@ MPJLambdaWrapper其他功能 * 一对一,一对多使用 -* 简单的SQL函数使用 -* ON语句多条件支持 +* + 简单的SQL函数使用 +* + ON语句多条件支持 * 其他全部功能请参考使用文档 # 使用文档 wiki + # 用爱发电 + 支持一下mybatis-plus-join diff --git a/README.md b/README.md index f499b5d..a1db25e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,10 @@

- maven + Maven central + + + Sonatype Nexus (Snapshots) code style diff --git a/mybatis-plus-join-test/test-join/pom.xml b/mybatis-plus-join-test/test-join/pom.xml index a1e4bdd..34051b6 100644 --- a/mybatis-plus-join-test/test-join/pom.xml +++ b/mybatis-plus-join-test/test-join/pom.xml @@ -39,5 +39,13 @@ mybatis-plus-join-processor ${revision} + + ognl + ognl + + + org.javassist + javassist + diff --git a/pom.xml b/pom.xml index ea9c495..53875f5 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,8 @@ - 1.5.2-SNAPSHOT + 1.5.2 + ${version} 3.5.9 17 @@ -66,76 +67,25 @@ import pom + + ognl + ognl + 3.4.3 + + + org.javassist + javassist + 3.30.2-GA + snapshot - - - - org.sonatype.plugins - nexus-staging-maven-plugin - true - - maven - https://oss.sonatype.org/ - true - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - attach-javadocs - - jar - - - - - - -Xdoclint:none - - UTF-8 - UTF-8 - UTF-8 - - - - org.apache.maven.plugins - maven-gpg-plugin - - - verify - - sign - - - - --pinentry-mode - loopback - - - - - - - + + ${version}-SNAPSHOT + release