diff --git a/.gitignore b/.gitignore index c0c4b83d6578d5491c1d79b337e2787858350184..c967acd659b7f66a867a8ff55b8d7742b10fd841 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,3 @@ -<<<<<<< HEAD -*.class - -======= # Compiled class file *.class @@ -11,28 +7,20 @@ # BlueJ files *.ctxt ->>>>>>> 4730ca1b0292a9466e774fdeb9c9a5962a6abd4f # Mobile Tools for Java (J2ME) .mtj.tmp/ +# IntelliJ +*.iml +*.ipr +*.iws +.idea/ +out/ + + # Package Files # *.jar *.war -<<<<<<< HEAD -*.ear - -# exclude jar for gradle wrapper -!gradle/wrapper/*.jar - -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid* - -# build files -**/target -target -.gradle -build -======= *.nar *.ear *.zip @@ -41,4 +29,4 @@ build # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* ->>>>>>> 4730ca1b0292a9466e774fdeb9c9a5962a6abd4f + diff --git a/README.md b/README.md index fc71047deb1e8329a3a1bc8665e6d5e17c8589f6..2789fcafaac3c67e68d9c091cc7cf50e807f9006 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gitee +# gitee-java-sdk ## Requirements @@ -25,12 +25,17 @@ Refer to the [official documentation](https://maven.apache.org/plugins/maven-dep Add this dependency to your project's POM: ```xml + + + jitpack.io + https://jitpack.io + + - com.gitee - gitee - 1.0.0 - compile - + com.gitee.openkylin + java-gitee + master-SNAPSHOT + ``` ### Gradle users @@ -38,7 +43,7 @@ Add this dependency to your project's POM: Add this dependency to your project's build file: ```groovy -compile "com.gitee:gitee:1.0.0" +compile "com.gitee.openkylin:gitee-java-sdk:1.0.0" ``` ### Others @@ -49,7 +54,7 @@ At first generate the JAR by executing: Then manually install the following JARs: -* target/gitee-1.0.0.jar +* target/gitee-java-sdk-1.0.0.jar * target/lib/*.jar ## Getting Started diff --git a/config.json b/config.json index 45d4eab896628ad9f27c8334e06f062010466d33..31e0fac2674728d2192fa48e15a487154c087859 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "modelPackage":"com.gitee.model", "apiPackage":"com.gitee.api", - "groupId":"com.gitee", - "artifactId":"gitee" + "groupId":"com.gitee.openkylin", + "artifactId":"gitee-java-sdk" }