From 3a0aff9422764e9bc0c3e01da07494a99f6a287d Mon Sep 17 00:00:00 2001 From: wuhewuhe Date: Mon, 16 Oct 2023 20:25:20 +0200 Subject: [PATCH] 1.0.6 tag --- README.md | 2 +- pom.xml.versionsBackup | 229 ----------------------------------------- 2 files changed, 1 insertion(+), 230 deletions(-) delete mode 100644 pom.xml.versionsBackup diff --git a/README.md b/README.md index e944da6..0de6d27 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Maven Example com.bybit.api BybitJavaAPI - 1.0.0 + 1.0.6 ``` diff --git a/pom.xml.versionsBackup b/pom.xml.versionsBackup deleted file mode 100644 index 42c7d64..0000000 --- a/pom.xml.versionsBackup +++ /dev/null @@ -1,229 +0,0 @@ - - - 4.0.0 - - io.github.wuhewuhe - bybit-java-api - 1.0.5-SNAPSHOT - bybit-java-api - https://github.com/wuhewuhe/bybit-java-api - - - - The MIT License - https://opensource.org/licenses/MIT - - - - Bybit Open API SDK implemented HTTP Sync Async Request and Websocket Subscribe - - - - developerId - Victor - dachichiwuhe@gmail.com - bybit-exchange - https://www.bybit.com/en-US/ - - developer - - Europe/Paris - - - - - scm:git:git://github.com/wuhewuhe/bybit-java-api.git - scm:git:ssh://github.com/wuhewuhe/bybit-java-api.git - https://github.com/wuhewuhe/bybit-java-api - - - - 2.9.0 - UTF-8 - - - - - commons-codec - commons-codec - 1.15 - - - org.apache.commons - commons-lang3 - 3.12.0 - - - org.apache.commons - commons-text - 1.10.0 - - - com.squareup.retrofit2 - retrofit - ${com.squareup.retrofit2.version} - - - com.squareup.retrofit2 - converter-jackson - 2.5.0 - - - com.squareup.okhttp3 - okhttp - 4.10.0 - - - com.squareup.okio - okio - 3.4.0 - - - com.fasterxml.jackson.core - jackson-databind - 2.13.4.2 - - - - - org.slf4j - slf4j-api - 1.7.32 - - - ch.qos.logback - logback-classic - 1.2.9 - - - junit - junit - 4.13.2 - test - - - org.projectlombok - lombok - 1.18.28 - provided - - - - com.alibaba - fastjson - 1.2.67_noneautotype2 - - - org.jetbrains - annotations - 13.0 - - - - - - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - 11 - 11 - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8.2 - - - - - org.apache.maven.plugins - maven-release-plugin - 2.5.3 - - true - false - release - deploy - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ossrh - https://s01.oss.sonatype.org/ - true - - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - - attach-javadocs - - jar - - - - - - https://docs.oracle.com/en/java/javase/11/docs/api/ - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - - - - \ No newline at end of file