Skip to content

Commit

Permalink
#提交项目dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lihongming committed Mar 7, 2019
1 parent 7232fc4 commit b85f9d2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions deploy.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
call mvn clean package install deploy -Dmaven.test.skip=true
pause
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>2.0.8.RELEASE</version>
</parent>

<groupId>ins-framework-cloud</groupId>
<groupId>ins.framework.cloud</groupId>
<artifactId>spring-cloud-zuul-ratelimit-parent</artifactId>
<name>Rate limit configuration for Spring Cloud Netflix Zuul</name>
<packaging>pom</packaging>
Expand Down Expand Up @@ -53,7 +53,7 @@
<scope>import</scope>
</dependency>
<dependency>
<groupId>ins-framework-cloud</groupId>
<groupId>ins.framework.cloud</groupId>
<artifactId>spring-cloud-zuul-ratelimit-dependencies</artifactId>
<version>${project.version}</version>
<type>pom</type>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-starter-zuul-ratelimit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>spring-cloud-zuul-ratelimit-parent</artifactId>
<groupId>ins-framework-cloud</groupId>
<groupId>ins.framework.cloud</groupId>
<version>6.2.2-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
Expand All @@ -16,7 +16,7 @@

<dependencies>
<dependency>
<groupId>ins-framework-cloud</groupId>
<groupId>ins.framework.cloud</groupId>
<artifactId>spring-cloud-zuul-ratelimit-core</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-zuul-ratelimit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>ins-framework-cloud</groupId>
<groupId>ins.framework.cloud</groupId>
<artifactId>spring-cloud-zuul-ratelimit-parent</artifactId>
<version>6.2.2-SNAPSHOT</version>
<relativePath>..</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-zuul-ratelimit-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<modelVersion>4.0.0</modelVersion>

<groupId>ins-framework-cloud</groupId>
<groupId>ins.framework.cloud</groupId>
<artifactId>spring-cloud-zuul-ratelimit-dependencies</artifactId>
<version>6.2.2-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down

0 comments on commit b85f9d2

Please sign in to comment.