Skip to content

Commit

Permalink
📦 Updating compiled files or packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie committed Jul 26, 2020
1 parent facb9ef commit e0d0f9a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>top.crossoverjie.opensource</groupId>
<artifactId>feign-plus</artifactId>
<version>1.0.0</version>
<version>0.0.1</version>
<name>feign-plus</name>
<description>A better feign client library to combine with SpringBoot.</description>
<inceptionYear>2020</inceptionYear>
Expand All @@ -22,6 +22,7 @@
<java.version>11</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<open.feign.version>10.10.1</open.feign.version>
<github.global.server>github</github.global.server>
</properties>

<developers>
Expand Down Expand Up @@ -142,13 +143,10 @@
</build>

<distributionManagement>
<snapshotRepository>
<id>oss</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>oss</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>github</id>
<name>GitHub crossoverJie Apache Maven Packages</name>
<url>https://maven.pkg.github.com/crossoverJie/feign-plus</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit e0d0f9a

Please sign in to comment.